@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.
- package/README.md +32 -20
- package/distribution/components/links/Link/components/Preview/index.d.ts +6 -3
- package/distribution/components/links/Link/components/Preview/styled.d.ts +1 -1
- package/distribution/components/links/Link/index.d.ts +13 -8
- package/distribution/components/links/RouterLink/index.d.ts +4 -0
- package/distribution/components/links/RouterLink/styled.d.ts +6 -2
- package/distribution/components/planes/ExternalPlane/index.d.ts +3 -2
- package/distribution/components/planes/IframePlane/index.d.ts +3 -2
- package/distribution/components/structural/Plane/components/PlaneBridge/index.d.ts +2 -1
- package/distribution/components/structural/Plane/components/PlaneBridge/styled.d.ts +2 -0
- package/distribution/components/structural/Plane/components/PlaneContent/index.d.ts +1 -1
- 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 +1 -1
- package/distribution/components/structural/Plane/components/PlaneControls/components/SearchList/index.d.ts +1 -1
- package/distribution/components/structural/Plane/components/PlaneControls/index.d.ts +15 -5
- package/distribution/components/structural/Plane/components/PlaneControls/styled.d.ts +1 -0
- package/distribution/components/structural/Plane/components/PlaneDebugger/index.d.ts +1 -1
- package/distribution/components/structural/Plane/index.d.ts +10 -6
- package/distribution/components/structural/Plane/styled.d.ts +1 -0
- package/distribution/components/structural/Root/index.d.ts +2 -1
- package/distribution/components/structural/Roots/index.d.ts +5 -11
- package/distribution/components/structural/Roots/styled.d.ts +0 -7
- package/distribution/components/structural/Space/components/SpaceDebugger/index.d.ts +1 -1
- package/distribution/components/structural/Space/index.d.ts +2 -1
- package/distribution/components/utilities/ApplicationConfigurator/index.d.ts +4 -3
- package/distribution/components/utilities/ErrorBoundary/index.d.ts +3 -2
- package/distribution/components/utilities/NotFound/index.d.ts +1 -1
- 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 +1 -1
- package/distribution/components/utilities/Portal/index.d.ts +2 -0
- package/distribution/components/utilities/Toolbar/General/components/Drawer/index.d.ts +1 -1
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Global/index.d.ts +8 -7
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Shortcuts/index.d.ts +1 -1
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Space/index.d.ts +8 -7
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Technical/index.d.ts +4 -3
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Toolbar/index.d.ts +8 -7
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Transform/index.d.ts +6 -5
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/components/Viewcube/index.d.ts +7 -6
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/data.d.ts +2 -0
- package/distribution/components/utilities/Toolbar/General/components/MenuMore/index.d.ts +11 -8
- package/distribution/components/utilities/Toolbar/General/components/MenuUniverses/index.d.ts +4 -3
- package/distribution/components/utilities/Toolbar/General/components/ToolbarRotate/index.d.ts +7 -6
- package/distribution/components/utilities/Toolbar/General/components/ToolbarScale/index.d.ts +5 -4
- package/distribution/components/utilities/Toolbar/General/components/ToolbarTranslate/index.d.ts +9 -6
- package/distribution/components/utilities/Toolbar/General/components/TransformArrow/data.d.ts +7 -0
- package/distribution/components/utilities/Toolbar/General/components/TransformArrow/index.d.ts +4 -2
- package/distribution/components/utilities/Toolbar/General/components/TransformArrow/styled.d.ts +6 -1
- package/distribution/components/utilities/Toolbar/General/index.d.ts +6 -6
- package/distribution/components/utilities/Toolbar/General/styled.d.ts +1 -1
- package/distribution/components/utilities/UniverseExplorer/index.d.ts +2 -2
- package/distribution/components/utilities/Viewcube/components/ViewcubeFace/data.d.ts +391 -0
- package/distribution/components/utilities/Viewcube/components/ViewcubeFace/index.d.ts +6 -5
- package/distribution/components/utilities/Viewcube/components/ViewcubeModel/index.d.ts +1 -1
- 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 +8 -7
- package/distribution/components/virtuals/List/index.d.ts +2 -2
- package/distribution/containers/Application/View/Container/index.d.ts +5 -0
- package/distribution/containers/Application/View/index.d.ts +39 -33
- package/distribution/containers/Application/View/styled.d.ts +6 -1
- package/distribution/containers/Application/index.d.ts +3 -1
- package/distribution/containers/RouterBrowser/FadeIn/index.d.ts +6 -0
- package/distribution/containers/RouterBrowser/FadeIn/styled.d.ts +3 -0
- package/distribution/containers/RouterBrowser/index.d.ts +5 -2
- package/distribution/containers/RouterBrowser/styled.d.ts +1 -0
- package/distribution/containers/RouterStatic/index.d.ts +5 -3
- package/distribution/data/constants/index.d.ts +1 -1
- package/distribution/data/interfaces/index.d.ts +8 -4
- package/distribution/data/interfaces/utility.d.ts +3 -0
- package/distribution/index.d.ts +74 -36
- package/distribution/index.es.js +6497 -0
- package/distribution/index.es.js.map +1 -0
- package/distribution/index.js +2357 -2574
- package/distribution/index.js.map +1 -1
- package/distribution/index.min.js +145 -113
- package/distribution/index.min.js.map +1 -0
- package/distribution/services/context/index.d.ts +2 -2
- package/distribution/services/engine/index.d.ts +22 -0
- package/distribution/services/hooks/index.d.ts +2 -2
- package/distribution/services/logic/animation/index.d.ts +16 -0
- package/distribution/services/logic/computing/index.d.ts +15 -8
- package/distribution/services/logic/router/index.d.ts +14 -25
- package/distribution/services/logic/server/index.d.ts +2 -3
- package/distribution/services/logic/shortcuts/index.d.ts +14 -9
- 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 +245 -6
- package/distribution/services/state/hooks/index.d.ts +4 -0
- package/distribution/services/state/modules/configuration/index.d.ts +66 -7
- package/distribution/services/state/modules/general/index.d.ts +10 -7
- package/distribution/services/state/modules/index.d.ts +7 -6
- package/distribution/services/state/modules/shortcuts/index.d.ts +16 -7
- package/distribution/services/state/modules/space/index.d.ts +149 -7
- package/distribution/services/state/modules/space/selectors.d.ts +23 -0
- package/distribution/services/state/modules/space/types.d.ts +41 -0
- package/distribution/services/state/modules/themes/index.d.ts +22 -7
- package/distribution/services/state/modules/ui/index.d.ts +16 -7
- package/distribution/services/state/selectors/index.d.ts +47 -174
- package/distribution/services/state/store/development/index.d.ts +3 -3
- package/distribution/services/state/store/index.d.ts +22 -18
- package/distribution/services/state/store/production/index.d.ts +3 -3
- package/distribution/services/state/store/reducer/index.d.ts +10 -0
- package/distribution/services/styled/index.d.ts +1 -1
- package/distribution/services/utilities/react/index.d.ts +3 -0
- package/package.json +54 -55
- package/distribution/containers/Application/View/ErrorView/index.d.ts +0 -6
- package/distribution/containers/Application/View/ErrorView/styled.d.ts +0 -1
- package/distribution/containers/Application/View/PlanesView/index.d.ts +0 -12
- package/distribution/containers/Application/View/index-old.d.ts +0 -1
- package/distribution/containers/Application/View/logic.d.ts +0 -3
- package/distribution/services/state/global/index.d.ts +0 -6
- package/distribution/services/state/modules/configuration/actions/index.d.ts +0 -28
- package/distribution/services/state/modules/configuration/initial/index.d.ts +0 -3
- package/distribution/services/state/modules/configuration/reducer/index.d.ts +0 -3
- package/distribution/services/state/modules/configuration/resolvers/index.d.ts +0 -27
- package/distribution/services/state/modules/configuration/selectors/index.d.ts +0 -11
- package/distribution/services/state/modules/configuration/types/index.d.ts +0 -136
- package/distribution/services/state/modules/general/actions/index.d.ts +0 -2
- package/distribution/services/state/modules/general/initial/index.d.ts +0 -3
- package/distribution/services/state/modules/general/reducer/index.d.ts +0 -3
- package/distribution/services/state/modules/general/resolvers/index.d.ts +0 -1
- package/distribution/services/state/modules/general/selectors/index.d.ts +0 -2
- package/distribution/services/state/modules/general/types/index.d.ts +0 -3
- package/distribution/services/state/modules/shortcuts/actions/index.d.ts +0 -3
- package/distribution/services/state/modules/shortcuts/initial/index.d.ts +0 -3
- package/distribution/services/state/modules/shortcuts/reducer/index.d.ts +0 -3
- package/distribution/services/state/modules/shortcuts/resolvers/index.d.ts +0 -3
- package/distribution/services/state/modules/shortcuts/selectors/index.d.ts +0 -11
- package/distribution/services/state/modules/shortcuts/types/index.d.ts +0 -13
- package/distribution/services/state/modules/space/actions/index.d.ts +0 -46
- package/distribution/services/state/modules/space/initial/index.d.ts +0 -3
- package/distribution/services/state/modules/space/reducer/index.d.ts +0 -3
- package/distribution/services/state/modules/space/resolvers/index.d.ts +0 -45
- package/distribution/services/state/modules/space/selectors/index.d.ts +0 -139
- package/distribution/services/state/modules/space/types/index.d.ts +0 -242
- package/distribution/services/state/modules/themes/actions/index.d.ts +0 -4
- package/distribution/services/state/modules/themes/initial/index.d.ts +0 -3
- package/distribution/services/state/modules/themes/reducer/index.d.ts +0 -3
- package/distribution/services/state/modules/themes/resolvers/index.d.ts +0 -3
- package/distribution/services/state/modules/themes/selectors/index.d.ts +0 -19
- package/distribution/services/state/modules/themes/types/index.d.ts +0 -17
- package/distribution/services/state/modules/ui/actions/index.d.ts +0 -2
- package/distribution/services/state/modules/ui/initial/index.d.ts +0 -3
- package/distribution/services/state/modules/ui/reducer/index.d.ts +0 -3
- package/distribution/services/state/modules/ui/resolvers/index.d.ts +0 -2
- package/distribution/services/state/modules/ui/selectors/index.d.ts +0 -11
- package/distribution/services/state/modules/ui/types/index.d.ts +0 -10
- package/distribution/services/state/store/reducers/index.d.ts +0 -9
- package/distribution/services/state/types/space.d.ts +0 -3
|
@@ -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
|
+
};
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Theme } from '@plurid/plurid-themes';
|
|
3
3
|
import { PluridConfiguration } from '@plurid/plurid-data';
|
|
4
|
-
import actions from "../../../../../services/state/actions
|
|
4
|
+
import actions from "../../../../../services/state/actions";
|
|
5
|
+
import { DispatchAction } from "../../../../../data/interfaces";
|
|
5
6
|
export interface PluridViewcubeFaceOwnProperties {
|
|
6
7
|
face: string;
|
|
7
8
|
faceText: string;
|
|
@@ -17,10 +18,10 @@ export interface PluridViewcubeFaceStateProperties {
|
|
|
17
18
|
configuration: PluridConfiguration;
|
|
18
19
|
}
|
|
19
20
|
export interface PluridViewcubeFaceDispatchProperties {
|
|
20
|
-
dispatchRotateX: typeof actions.space.rotateX
|
|
21
|
-
dispatchRotateY: typeof actions.space.rotateY
|
|
22
|
-
dispatchSetAnimatedTransform: typeof actions.space.setAnimatedTransform
|
|
21
|
+
dispatchRotateX: DispatchAction<typeof actions.space.rotateX>;
|
|
22
|
+
dispatchRotateY: DispatchAction<typeof actions.space.rotateY>;
|
|
23
|
+
dispatchSetAnimatedTransform: DispatchAction<typeof actions.space.setAnimatedTransform>;
|
|
23
24
|
}
|
|
24
25
|
export declare type PluridViewcubeFaceProperties = PluridViewcubeFaceOwnProperties & PluridViewcubeFaceStateProperties & PluridViewcubeFaceDispatchProperties;
|
|
25
|
-
declare const ConnectedPluridViewcubeFace: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeFaceProperties>,
|
|
26
|
+
declare const ConnectedPluridViewcubeFace: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeFaceProperties>, Omit<PluridViewcubeFaceProperties, "configuration" | "interactionTheme" | "generalTheme" | "dispatchRotateX" | "dispatchRotateY" | "dispatchSetAnimatedTransform"> & import("react-redux").ConnectProps>;
|
|
26
27
|
export default ConnectedPluridViewcubeFace;
|
|
@@ -13,5 +13,5 @@ export interface PluridViewcubeModelStateProperties {
|
|
|
13
13
|
export interface PluridViewcubeModelDispatchProperties {
|
|
14
14
|
}
|
|
15
15
|
export declare type PluridViewcubeModelProperties = PluridViewcubeModelOwnProperties & PluridViewcubeModelStateProperties & PluridViewcubeModelDispatchProperties;
|
|
16
|
-
declare const ConnectedPluridViewcubeModel: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeModelProperties>,
|
|
16
|
+
declare const ConnectedPluridViewcubeModel: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeModelProperties>, Omit<PluridViewcubeModelProperties, "stateLanguage" | "spaceRotationX" | "spaceRotationY" | "stateAnimatedTransform" | "stateTransformTime"> & import("react-redux").ConnectProps>;
|
|
17
17
|
export default ConnectedPluridViewcubeModel;
|
|
@@ -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>;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
2
3
|
import {
|
|
3
4
|
/** interfaces */
|
|
4
5
|
PluridConfiguration } from '@plurid/plurid-data';
|
|
5
|
-
import
|
|
6
|
-
import
|
|
6
|
+
import actions from "../../../services/state/actions";
|
|
7
|
+
import { DispatchAction, DispatchActionWithoutPayload } from "../../../data/interfaces";
|
|
7
8
|
export interface PluridViewcubeOwnProperties {
|
|
8
9
|
}
|
|
9
10
|
export interface PluridViewcubeStateProperties {
|
|
@@ -12,11 +13,11 @@ export interface PluridViewcubeStateProperties {
|
|
|
12
13
|
stateTransformTime: number;
|
|
13
14
|
}
|
|
14
15
|
export interface PluridViewcubeDispatchProperties {
|
|
15
|
-
dispatchRotateXWith: typeof actions.space.rotateXWith
|
|
16
|
-
dispatchRotateYWith: typeof actions.space.rotateYWith
|
|
17
|
-
dispatchSetAnimatedTransform: typeof actions.space.setAnimatedTransform
|
|
18
|
-
dispatchSpaceResetTransform: typeof actions.space.spaceResetTransform
|
|
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>;
|
|
19
20
|
}
|
|
20
21
|
export declare type PluridViewcubeProperties = PluridViewcubeOwnProperties & PluridViewcubeStateProperties & PluridViewcubeDispatchProperties;
|
|
21
|
-
declare const ConnectedPluridViewcube: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeProperties>,
|
|
22
|
+
declare const ConnectedPluridViewcube: import("react-redux").ConnectedComponent<React.FC<PluridViewcubeProperties>, Omit<PluridViewcubeProperties, "stateConfiguration" | "stateInteractionTheme" | "dispatchSetAnimatedTransform" | "stateTransformTime" | "dispatchRotateXWith" | "dispatchRotateYWith" | "dispatchSpaceResetTransform"> & import("react-redux").ConnectProps>;
|
|
22
23
|
export default ConnectedPluridViewcube;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { ViewSize } from "../../../services/state/
|
|
2
|
+
import { ViewSize } from "../../../services/state/modules/space/types";
|
|
3
3
|
export interface PluridVirtualListOwnProperties {
|
|
4
4
|
items: JSX.Element[];
|
|
5
5
|
generalHeight?: number;
|
|
@@ -11,5 +11,5 @@ export interface PluridVirtualListStateProperties {
|
|
|
11
11
|
export interface PluridVirtualListDispatchProperties {
|
|
12
12
|
}
|
|
13
13
|
export declare type PluridVirtualListProperties = PluridVirtualListOwnProperties & PluridVirtualListStateProperties & PluridVirtualListDispatchProperties;
|
|
14
|
-
declare const ConnectedPluridVirtualList: import("react-redux").ConnectedComponent<React.FC<PluridVirtualListProperties>,
|
|
14
|
+
declare const ConnectedPluridVirtualList: import("react-redux").ConnectedComponent<React.FC<PluridVirtualListProperties>, Omit<PluridVirtualListProperties, "translationY" | "viewSize"> & import("react-redux").ConnectProps>;
|
|
15
15
|
export default ConnectedPluridVirtualList;
|
|
@@ -1,43 +1,49 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { AnyAction } from '
|
|
3
|
-
import {
|
|
2
|
+
import { AnyAction, ThunkDispatch } from '@reduxjs/toolkit';
|
|
3
|
+
import { Theme } from '@plurid/plurid-themes';
|
|
4
4
|
import {
|
|
5
5
|
/** interfaces */
|
|
6
|
-
PluridApplication as PluridApplicationProperties, PluridConfiguration as PluridAppConfiguration, PluridApplicationView } from '@plurid/plurid-data';
|
|
7
|
-
import { PluridReactComponent } from "../../../data/interfaces
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
|
|
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> {
|
|
11
12
|
}
|
|
12
|
-
export interface
|
|
13
|
+
export interface PluridViewStateProperties {
|
|
14
|
+
state: AppState;
|
|
13
15
|
stateConfiguration: PluridAppConfiguration;
|
|
14
16
|
stateSpaceLoading: boolean;
|
|
15
|
-
|
|
17
|
+
stateResolvedLayout: boolean;
|
|
18
|
+
stateTransform: SpaceTransform;
|
|
19
|
+
stateTree: TreePlane[];
|
|
16
20
|
stateSpaceView: PluridApplicationView;
|
|
21
|
+
stateGeneralTheme: Theme;
|
|
17
22
|
}
|
|
18
|
-
export interface
|
|
23
|
+
export interface PluridViewDispatchProperties {
|
|
19
24
|
dispatch: ThunkDispatch<{}, {}, AnyAction>;
|
|
20
|
-
dispatchSetConfiguration: typeof actions.configuration.setConfiguration
|
|
21
|
-
dispatchSetConfigurationMicro: typeof actions.configuration.setConfigurationMicro
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
dispatchSetTree: typeof actions.space.setTree
|
|
28
|
-
dispatchSetGeneralTheme: typeof actions.themes.setGeneralTheme
|
|
29
|
-
dispatchSetInteractionTheme: typeof actions.themes.setInteractionTheme
|
|
30
|
-
dispatchRotateXWith: typeof actions.space.rotateXWith
|
|
31
|
-
dispatchRotateX: typeof actions.space.rotateX
|
|
32
|
-
dispatchRotateYWith: typeof actions.space.rotateYWith
|
|
33
|
-
dispatchRotateY: typeof actions.space.rotateY
|
|
34
|
-
dispatchTranslateXWith: typeof actions.space.translateXWith
|
|
35
|
-
dispatchTranslateYWith: typeof actions.space.translateYWith
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
25
|
+
dispatchSetConfiguration: DispatchAction<typeof actions.configuration.setConfiguration>;
|
|
26
|
+
dispatchSetConfigurationMicro: DispatchActionWithoutPayload<typeof actions.configuration.setConfigurationMicro>;
|
|
27
|
+
dispatchSetSpaceField: DispatchAction<typeof actions.space.setSpaceField>;
|
|
28
|
+
dispatchSetSpaceLoading: DispatchAction<typeof actions.space.setSpaceLoading>;
|
|
29
|
+
dispatchSetAnimatedTransform: DispatchAction<typeof actions.space.setAnimatedTransform>;
|
|
30
|
+
dispatchSetTransformTime: DispatchAction<typeof actions.space.setTransformTime>;
|
|
31
|
+
dispatchSetSpaceLocation: DispatchAction<typeof actions.space.setSpaceLocation>;
|
|
32
|
+
dispatchSetTree: DispatchAction<typeof actions.space.setTree>;
|
|
33
|
+
dispatchSetGeneralTheme: DispatchAction<typeof actions.themes.setGeneralTheme>;
|
|
34
|
+
dispatchSetInteractionTheme: DispatchAction<typeof actions.themes.setInteractionTheme>;
|
|
35
|
+
dispatchRotateXWith: DispatchAction<typeof actions.space.rotateXWith>;
|
|
36
|
+
dispatchRotateX: DispatchAction<typeof actions.space.rotateX>;
|
|
37
|
+
dispatchRotateYWith: DispatchAction<typeof actions.space.rotateYWith>;
|
|
38
|
+
dispatchRotateY: DispatchAction<typeof actions.space.rotateY>;
|
|
39
|
+
dispatchTranslateXWith: DispatchAction<typeof actions.space.translateXWith>;
|
|
40
|
+
dispatchTranslateYWith: DispatchAction<typeof actions.space.translateYWith>;
|
|
41
|
+
dispatchTranslateZWith: DispatchAction<typeof actions.space.translateZWith>;
|
|
42
|
+
dispatchScaleUpWith: DispatchAction<typeof actions.space.scaleUpWith>;
|
|
43
|
+
dispatchScaleDownWith: DispatchAction<typeof actions.space.scaleDownWith>;
|
|
44
|
+
dispatchSpaceSetViewSize: DispatchAction<typeof actions.space.setViewSize>;
|
|
45
|
+
dispatchSpaceSetView: DispatchAction<typeof actions.space.spaceSetView>;
|
|
40
46
|
}
|
|
41
|
-
export declare type
|
|
42
|
-
declare const
|
|
43
|
-
export default
|
|
47
|
+
export declare type PluridViewProperties = PluridViewOwnProperties & PluridViewStateProperties & PluridViewDispatchProperties;
|
|
48
|
+
declare const ConnectedPluridView: import("react-redux").ConnectedComponent<React.FC<PluridViewProperties>, Omit<PluridViewProperties, "dispatch" | "stateGeneralTheme" | "stateConfiguration" | "stateTree" | "dispatchSetSpaceField" | "stateResolvedLayout" | "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>;
|
|
49
|
+
export default ConnectedPluridView;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
|
|
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>;
|
|
2
7
|
export declare const StyledView: any;
|
|
3
8
|
export declare const StyledEmpty: any;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Component } from 'react';
|
|
2
2
|
import { PluridApplication as PluridApplicationProperties } from '@plurid/plurid-data';
|
|
3
|
-
import { PluridReactComponent } from "../../data/interfaces
|
|
3
|
+
import { PluridReactComponent } from "../../data/interfaces";
|
|
4
4
|
import PluridProviderContext from "../Provider/context";
|
|
5
5
|
declare class PluridApplication extends Component<PluridApplicationProperties<PluridReactComponent>, {}> {
|
|
6
6
|
static contextType: React.Context<import("@plurid/plurid-data").PluridMetastate | undefined>;
|
|
@@ -8,10 +8,12 @@ declare class PluridApplication extends Component<PluridApplicationProperties<Pl
|
|
|
8
8
|
private store;
|
|
9
9
|
private storeUnubscriber;
|
|
10
10
|
private storeID;
|
|
11
|
+
private planesRegistrar;
|
|
11
12
|
constructor(properties: PluridApplicationProperties<PluridReactComponent>, context: React.ContextType<typeof PluridProviderContext>);
|
|
12
13
|
componentDidUpdate(): void;
|
|
13
14
|
componentWillUnmount(): void;
|
|
14
15
|
render(): JSX.Element;
|
|
16
|
+
private prepare;
|
|
15
17
|
private computeStore;
|
|
16
18
|
private subscribeStore;
|
|
17
19
|
}
|