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

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 +14 -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 +6525 -0
  77. package/distribution/index.es.js.map +1 -0
  78. package/distribution/index.js +2377 -2566
  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 +249 -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 +151 -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,5 +1,5 @@
1
- import { Store } from 'redux';
2
- import rootReducer from "../reducers/index";
3
- export declare type AppState = ReturnType<typeof rootReducer>;
1
+ import { Store } from '@reduxjs/toolkit';
2
+ import { AppState } from '../reducer';
4
3
  declare const store: (preloadedState: AppState | {}) => Store<AppState>;
4
+ export declare type AppDispatch = ReturnType<typeof store>['dispatch'];
5
5
  export default store;
@@ -0,0 +1,10 @@
1
+ declare const reducer: import("@reduxjs/toolkit").Reducer<import("@reduxjs/toolkit").CombinedState<{
2
+ configuration: import("../../modules/configuration").ConfigurationState;
3
+ general: import("../../modules/general").GeneralState;
4
+ shortcuts: import("../../modules/shortcuts").ShortcutsState;
5
+ space: import("@plurid/plurid-data").PluridStateSpace;
6
+ themes: import("../../modules/themes").ThemesState;
7
+ ui: import("../../modules/ui").UIState;
8
+ }>, import("@reduxjs/toolkit").AnyAction>;
9
+ export declare type AppState = ReturnType<typeof reducer>;
10
+ export default reducer;
@@ -1,2 +1,2 @@
1
1
  export declare const fadeIn: import("styled-components").Keyframes;
2
- export declare const fadeInAnimation: (fadeInTime: number) => any;
2
+ export declare const fadeInAnimation: (fadeInTime: number) => import("styled-components").FlattenSimpleInterpolation;
@@ -0,0 +1,3 @@
1
+ import { PluridPlaneComponentProperty, PluridRouteComponentProperty } from '@plurid/plurid-data';
2
+ import { PluridReactComponent } from "../../../data/interfaces";
3
+ export declare const isReactRenderable: (component: PluridReactComponent<any, PluridPlaneComponentProperty | PluridRouteComponentProperty> | undefined) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurid/plurid-react",
3
- "version": "0.0.0-3",
3
+ "version": "0.0.0-32",
4
4
  "description": "React implementation of Plurid to explore the web in three dimensions",
5
5
  "keywords": [
6
6
  "plurid",
@@ -38,11 +38,13 @@
38
38
  "clean": "rm -rf ./distribution",
39
39
  "test": "jest ./source --config ./configurations/jest.config.js --rootDir ./",
40
40
  "lint": "eslint -c ./configurations/.eslintrc.js ./source --ext .ts,.tsx",
41
- "start": "yarn clean && rollup -c ./scripts/rollup.development.js -w --environment ENV_MODE:local",
42
- "build.development": "yarn clean && rollup -c ./scripts/rollup.development.js --environment ENV_MODE:development",
43
- "build.production": "yarn clean && yarn lint && yarn test && rollup -c ./scripts/rollup.config.js --environment ENV_MODE:production",
44
- "build": "yarn build.production",
45
- "prepublishOnly": "yarn build"
41
+ "check": "tsc --project ./configurations/tsconfig.check.json",
42
+ "types": "tsc --project ./configurations/tsconfig.types.json && rm -rf ./temporary-ts-emit",
43
+ "build.development.only": "pnpm clean && node scripts/development.js",
44
+ "build.development": "pnpm clean && pnpm types && node scripts/development.js",
45
+ "build.production": "pnpm clean && pnpm lint && pnpm test && rollup -c ./scripts/rollup.config.js --environment ENV_MODE:production",
46
+ "build": "pnpm build.production",
47
+ "prepublishOnly": "pnpm build"
46
48
  },
47
49
  "peerDependencies": {
48
50
  "@plurid/elementql": "*",
@@ -56,67 +58,64 @@
56
58
  "@plurid/plurid-themes": "*",
57
59
  "@plurid/plurid-ui-components-react": "*",
58
60
  "@plurid/plurid-ui-state-react": "*",
61
+ "@reduxjs/toolkit": ">=1.8",
59
62
  "cross-fetch": ">=3",
60
63
  "hammerjs": ">=2",
61
64
  "react": ">=17",
62
65
  "react-dom": ">=17",
63
66
  "react-redux": ">=7",
64
- "redux": ">=4",
65
- "redux-thunk": ">=2",
66
67
  "styled-components": ">=5"
67
68
  },
68
69
  "devDependencies": {
69
- "@babel/core": "^7.14.2",
70
+ "@babel/core": "^7.19.0",
70
71
  "@plurid/elementql": "^0.0.0-1",
71
72
  "@plurid/elementql-client-react": "^0.0.0-1",
72
- "@plurid/plurid-data": "0.0.0-3",
73
- "@plurid/plurid-engine": "0.0.0-2",
74
- "@plurid/plurid-functions": "0.0.0-3",
75
- "@plurid/plurid-functions-react": "0.0.0-1",
76
- "@plurid/plurid-icons-react": "0.0.0-0",
77
- "@plurid/plurid-pubsub": "0.0.0-4",
78
- "@plurid/plurid-themes": "0.0.0-0",
79
- "@plurid/plurid-ui-components-react": "0.0.0-1",
80
- "@plurid/plurid-ui-state-react": "0.0.0-0",
81
- "@rollup/plugin-commonjs": "^19.0.0",
82
- "@rollup/plugin-node-resolve": "^13.0.0",
83
- "@rollup/plugin-replace": "^2.4.2",
84
- "@rollup/plugin-typescript": "^8.2.1",
85
- "@rollup/plugin-url": "^6.0.0",
86
- "@types/hammerjs": "^2.0.39",
87
- "@types/jest": "^26.0.23",
88
- "@types/react": "^17.0.5",
89
- "@types/react-dom": "^17.0.5",
90
- "@types/react-redux": "^7.1.16",
91
- "@types/styled-components": "^5.1.9",
92
- "@typescript-eslint/eslint-plugin": "^4.23.0",
93
- "@typescript-eslint/parser": "^4.23.0",
73
+ "@plurid/plurid-data": "0.0.0-20",
74
+ "@plurid/plurid-engine": "0.0.0-18",
75
+ "@plurid/plurid-functions": "0.0.0-30",
76
+ "@plurid/plurid-functions-react": "0.0.0-5",
77
+ "@plurid/plurid-icons-react": "0.0.0-5",
78
+ "@plurid/plurid-pubsub": "0.0.0-9",
79
+ "@plurid/plurid-themes": "0.0.0-2",
80
+ "@plurid/plurid-ui-components-react": "0.0.0-18",
81
+ "@plurid/plurid-ui-state-react": "0.0.0-7",
82
+ "@reduxjs/toolkit": "^1.8.5",
83
+ "@rollup/plugin-babel": "^5.3.1",
84
+ "@rollup/plugin-commonjs": "^22.0.2",
85
+ "@rollup/plugin-node-resolve": "^14.0.0",
86
+ "@rollup/plugin-replace": "^4.0.0",
87
+ "@rollup/plugin-typescript": "^8.5.0",
88
+ "@rollup/plugin-url": "^7.0.0",
89
+ "@types/hammerjs": "^2.0.41",
90
+ "@types/jest": "^29.0.0",
91
+ "@types/node": "^18.7.15",
92
+ "@types/react": "^18.0.18",
93
+ "@types/react-dom": "^18.0.6",
94
+ "@types/react-redux": "^7.1.24",
95
+ "@types/styled-components": "^5.1.26",
96
+ "@typescript-eslint/eslint-plugin": "^5.36.2",
97
+ "@typescript-eslint/parser": "^5.36.2",
94
98
  "@zerollup/ts-transform-paths": "^1.7.18",
95
- "babel-plugin-styled-components": "^1.12.0",
96
- "babel-runtime": "^6.26.0",
97
- "cross-fetch": "^3.1.4",
98
- "eslint": "^7.26.0",
99
- "jest": "^26.6.3",
100
- "jest-config": "^26.6.3",
101
- "postcss": "^8.2.15",
102
- "react": "^17.0.2",
103
- "react-dom": "^17.0.2",
104
- "react-redux": "^7.2.4",
105
- "react-test-renderer": "^17.0.2",
106
- "redux": "^4.1.0",
107
- "redux-devtools-extension": "^2.13.9",
108
- "redux-thunk": "^2.3.0",
109
- "rollup": "^2.47.0",
110
- "rollup-plugin-babel": "^4.4.0",
99
+ "babel-plugin-styled-components": "^2.0.7",
100
+ "cross-fetch": "^3.1.5",
101
+ "esbuild": "^0.15.7",
102
+ "eslint": "^8.23.0",
103
+ "jest": "^29.0.2",
104
+ "jest-config": "^29.0.2",
105
+ "postcss": "^8.4.16",
106
+ "react": "^18.2.0",
107
+ "react-dom": "^18.2.0",
108
+ "react-redux": "^8.0.2",
109
+ "rollup": "^2.79.0",
111
110
  "rollup-plugin-peer-deps-external": "^2.2.4",
112
- "rollup-plugin-postcss": "^4.0.0",
111
+ "rollup-plugin-postcss": "^4.0.2",
113
112
  "rollup-plugin-terser": "^7.0.2",
114
- "styled-components": "^5.3.0",
115
- "ts-jest": "^26.5.6",
116
- "ts-node": "^9.1.1",
117
- "tslib": "^2.2.0",
118
- "ttypescript": "^1.5.12",
119
- "typescript": "^4.2.4",
120
- "typescript-transform-paths": "^2.2.3"
113
+ "styled-components": "^5.3.5",
114
+ "ts-jest": "^28.0.8",
115
+ "ts-node": "^10.9.1",
116
+ "tslib": "^2.4.0",
117
+ "ttypescript": "^1.5.13",
118
+ "typescript": "^4.7.4",
119
+ "typescript-transform-paths": "^3.3.1"
121
120
  }
122
121
  }
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- export interface PluridErrorViewProperties {
3
- error: string;
4
- }
5
- declare const PluridErrorView: React.FC<PluridErrorViewProperties>;
6
- export default PluridErrorView;
@@ -1 +0,0 @@
1
- export declare const StyledErrorView: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -1,12 +0,0 @@
1
- import React from 'react';
2
- import { PluridConfiguration } from '@plurid/plurid-data';
3
- export interface PluridPlanesViewOwnProperties {
4
- }
5
- export interface PluridPlanesViewStateProperties {
6
- stateConfiguration: PluridConfiguration;
7
- }
8
- export interface PluridPlanesViewDispatchProperties {
9
- }
10
- export declare type PluridPlanesViewProperties = PluridPlanesViewOwnProperties & PluridPlanesViewStateProperties & PluridPlanesViewDispatchProperties;
11
- declare const ConnectedPluridPlanesView: import("react-redux").ConnectedComponent<React.FC<PluridPlanesViewProperties>, import("react-redux").Omit<PluridPlanesViewProperties, "stateConfiguration">>;
12
- export default ConnectedPluridPlanesView;
@@ -1,3 +0,0 @@
1
- import { PluridApplicationView } from '@plurid/plurid-data';
2
- declare const handleView: (view: PluridApplicationView) => JSX.Element;
3
- export default handleView;
@@ -1,6 +0,0 @@
1
- import { AppState } from "../store/index";
2
- export declare const SET_STATE = "SET_STATE";
3
- export interface SetStateAction {
4
- type: typeof SET_STATE;
5
- payload: AppState;
6
- }
@@ -1,28 +0,0 @@
1
- import { PluridConfiguration, InternationalizationLanguageType, SIZES, TRANSFORM_MODES, TRANSFORM_TOUCHES, TOOLBAR_DRAWERS, LAYOUT_TYPES } from '@plurid/plurid-data';
2
- import * as Types from "../types/index";
3
- export declare const setConfiguration: (payload: PluridConfiguration) => Types.SetConfigurationAction;
4
- export declare const setConfigurationMicro: () => Types.SetConfigurationMicroAction;
5
- export declare const setConfigurationPlaneControls: (planeControls: boolean) => Types.SetConfigurationPlaneControlsAction;
6
- export declare const setConfigurationPlaneOpacity: (value: number) => Types.SetConfigurationPlaneOpacityAction;
7
- export declare const setConfigurationThemeGeneralAction: (payload: string) => Types.SetConfigurationThemeGeneralAction;
8
- export declare const setConfigurationThemeInteractionAction: (payload: string) => Types.SetConfigurationThemeInteractionAction;
9
- export declare const setConfigurationLanguageAction: (payload: InternationalizationLanguageType) => Types.SetConfigurationLanguageAction;
10
- export declare const toggleConfigurationViewcubeHide: (toggle: boolean) => Types.ToggleConfigurationViewcubeHideAction;
11
- export declare const toggleConfigurationViewcubeButtons: (toggle: boolean) => Types.ToggleConfigurationViewcubeButtonsAction;
12
- export declare const toggleConfigurationViewcubeOpaque: (toggle: boolean) => Types.ToggleConfigurationViewcubeOpaqueAction;
13
- export declare const toggleConfigurationViewcubeConceal: () => Types.ToggleConfigurationViewcubeConcealAction;
14
- export declare const toggleConfigurationToolbarConceal: () => Types.ToggleConfigurationToolbarConcealAction;
15
- export declare const toggleConfigurationToolbarTransformIcons: () => Types.ToggleConfigurationToolbarTransformIconsAction;
16
- export declare const toggleConfigurationToolbarTransformButtons: () => Types.ToggleConfigurationToolbarTransformButtonsAction;
17
- export declare const toggleConfigurationSpaceTransparentUI: () => Types.ToggleConfigurationSpaceTransparentUIAction;
18
- export declare const toggleConfigurationSpaceShowTransformOrigin: () => Types.ToggleConfigurationSpaceShowTransformOriginAction;
19
- export declare const toggleConfigurationToolbarOpaque: () => Types.ToggleConfigurationToolbarOpaqueAction;
20
- export declare const toggleConfigurationToolbarToggleDrawer: (drawer: keyof typeof TOOLBAR_DRAWERS) => Types.ToggleConfigurationToolbarToggleDrawerAction;
21
- export declare const setConfigurationSpaceTransformOriginSize: (size: keyof typeof SIZES) => Types.SetConfigurationSpaceTransformOriginSizeAction;
22
- export declare const setConfigurationSpaceTransformMode: (mode: keyof typeof TRANSFORM_MODES) => Types.SetConfigurationSpaceTransformModeAction;
23
- export declare const toggleConfigurationSpaceTransformMultimode: (toggle: boolean) => Types.ToggleConfigurationSpaceTransformMultimodeAction;
24
- export declare const setConfigurationSpaceTransformTouch: (touch: keyof typeof TRANSFORM_TOUCHES) => Types.SetConfigurationSpaceTransformTouchAction;
25
- export declare const toggleConfigurationSpaceFirstPerson: () => Types.ToggleConfigurationSpaceFirstPersonAction;
26
- export declare const setConfigurationSpaceTransformLocks: (transformLock: string) => Types.SetConfigurationSpaceTransformLocksAction;
27
- export declare const setConfigurationSpaceLayoutType: (layoutType: keyof typeof LAYOUT_TYPES) => Types.SetConfigurationSpaceLayoutTypeAction;
28
- export declare const setConfigurationSpaceCullingDistance: (value: number) => Types.SetConfigurationSpaceCullingDistanceAction;
@@ -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,27 +0,0 @@
1
- import * as Types from "../types/index";
2
- export declare const setConfiguration: (state: Types.State, action: Types.SetConfigurationAction) => Types.State;
3
- export declare const setConfigurationMicro: (state: Types.State) => Types.State;
4
- export declare const setConfigurationPlaneControls: (state: Types.State, action: Types.SetConfigurationPlaneControlsAction) => Types.State;
5
- export declare const setConfigurationPlaneOpacity: (state: Types.State, action: Types.SetConfigurationPlaneOpacityAction) => Types.State;
6
- export declare const setConfigurationThemeGeneral: (state: Types.State, action: Types.SetConfigurationThemeGeneralAction) => Types.State;
7
- export declare const setConfigurationThemeInteraction: (state: Types.State, action: Types.SetConfigurationThemeInteractionAction) => Types.State;
8
- export declare const setConfigurationLanguage: (state: Types.State, action: Types.SetConfigurationLanguageAction) => Types.State;
9
- export declare const toggleConfigurationViewcubeHide: (state: Types.State, action: Types.ToggleConfigurationViewcubeHideAction) => Types.State;
10
- export declare const toggleConfigurationViewcubeButtons: (state: Types.State, action: Types.ToggleConfigurationViewcubeButtonsAction) => Types.State;
11
- export declare const toggleConfigurationViewcubeOpaque: (state: Types.State, action: Types.ToggleConfigurationViewcubeOpaqueAction) => Types.State;
12
- export declare const toggleConfigurationViewcubeConceal: (state: Types.State) => Types.State;
13
- export declare const toggleConfigurationToolbarConceal: (state: Types.State) => Types.State;
14
- export declare const toggleConfigurationToolbarTransformIcons: (state: Types.State) => Types.State;
15
- export declare const toggleConfigurationToolbarTransformButtons: (state: Types.State) => Types.State;
16
- export declare const toggleConfigurationShowTransformOrigin: (state: Types.State) => Types.State;
17
- export declare const toggleConfigurationToolbarOpaque: (state: Types.State) => Types.State;
18
- export declare const toggleConfigurationSpaceTransparentUI: (state: Types.State) => Types.State;
19
- export declare const setConfigurationSpaceTransformOriginSize: (state: Types.State, action: Types.SetConfigurationSpaceTransformOriginSizeAction) => Types.State;
20
- export declare const setConfigurationSpaceTransformMode: (state: Types.State, action: Types.SetConfigurationSpaceTransformModeAction) => Types.State;
21
- export declare const toggleConfigurationSpaceTransformMultimode: (state: Types.State, action: Types.ToggleConfigurationSpaceTransformMultimodeAction) => Types.State;
22
- export declare const setConfigurationSpaceTransformTouch: (state: Types.State, action: Types.SetConfigurationSpaceTransformTouchAction) => Types.State;
23
- export declare const toggleConfigurationSpaceFirstPerson: (state: Types.State) => Types.State;
24
- export declare const toggleConfigurationToolbarToggleDrawer: (state: Types.State, action: Types.ToggleConfigurationToolbarToggleDrawerAction) => Types.State;
25
- export declare const setConfigurationSpaceTransformLocks: (state: Types.State, action: Types.SetConfigurationSpaceTransformLocksAction) => Types.State;
26
- export declare const setConfigurationSpaceLayout: (state: Types.State, action: Types.SetConfigurationSpaceLayoutTypeAction) => Types.State;
27
- export declare const setConfigurationSpaceCullingDistance: (state: Types.State, action: Types.SetConfigurationSpaceCullingDistanceAction) => Types.State;
@@ -1,11 +0,0 @@
1
- declare const _default: {
2
- getConfiguration: (state: import("redux").CombinedState<{
3
- configuration: import("../types").State;
4
- general: import("../../general/types").State;
5
- shortcuts: import("../../shortcuts/types").State;
6
- space: import("../../space/types").State;
7
- themes: import("../../themes/types").State;
8
- ui: import("../../ui/types").State;
9
- }>) => import("../types/index").State;
10
- };
11
- export default _default;
@@ -1,136 +0,0 @@
1
- import { PluridConfiguration, InternationalizationLanguageType, SIZES, TRANSFORM_MODES, TRANSFORM_TOUCHES, TOOLBAR_DRAWERS, LAYOUT_TYPES } from '@plurid/plurid-data';
2
- import { SetStateAction } from "../../../global/index";
3
- export declare const SET_CONFIGURATION = "SET_CONFIGURATION";
4
- export interface SetConfigurationAction {
5
- type: typeof SET_CONFIGURATION;
6
- payload: PluridConfiguration;
7
- }
8
- export declare const SET_CONFIGURATION_MICRO = "SET_CONFIGURATION_MICRO";
9
- export interface SetConfigurationMicroAction {
10
- type: typeof SET_CONFIGURATION_MICRO;
11
- }
12
- export declare const SET_CONFIGURATION_PLANE_CONTROLS = "SET_CONFIGURATION_PLANE_CONTROLS";
13
- export interface SetConfigurationPlaneControlsAction {
14
- type: typeof SET_CONFIGURATION_PLANE_CONTROLS;
15
- payload: boolean;
16
- }
17
- export declare const SET_CONFIGURATION_PLANE_OPACITY = "SET_CONFIGURATION_PLANE_OPACITY";
18
- export interface SetConfigurationPlaneOpacityAction {
19
- type: typeof SET_CONFIGURATION_PLANE_OPACITY;
20
- payload: number;
21
- }
22
- export declare const SET_CONFIGURATION_THEME_GENERAL = "SET_CONFIGURATION_THEME_GENERAL";
23
- export interface SetConfigurationThemeGeneralAction {
24
- type: typeof SET_CONFIGURATION_THEME_GENERAL;
25
- payload: string;
26
- }
27
- export declare const SET_CONFIGURATION_THEME_INTERACTION = "SET_CONFIGURATION_THEME_INTERACTION";
28
- export interface SetConfigurationThemeInteractionAction {
29
- type: typeof SET_CONFIGURATION_THEME_INTERACTION;
30
- payload: string;
31
- }
32
- export declare const SET_CONFIGURATION_LANGUAGE = "SET_CONFIGURATION_LANGUAGE";
33
- export interface SetConfigurationLanguageAction {
34
- type: typeof SET_CONFIGURATION_LANGUAGE;
35
- payload: InternationalizationLanguageType;
36
- }
37
- export declare const TOGGLE_CONFIGURATION_VIEWCUBE_HIDE = "TOGGLE_CONFIGURATION_VIEWCUBE_HIDE";
38
- export interface ToggleConfigurationViewcubeHideAction {
39
- type: typeof TOGGLE_CONFIGURATION_VIEWCUBE_HIDE;
40
- payload: boolean;
41
- }
42
- export declare const TOGGLE_CONFIGURATION_VIEWCUBE_BUTTONS = "TOGGLE_CONFIGURATION_VIEWCUBE_BUTTONS";
43
- export interface ToggleConfigurationViewcubeButtonsAction {
44
- type: typeof TOGGLE_CONFIGURATION_VIEWCUBE_BUTTONS;
45
- payload: boolean;
46
- }
47
- export declare const TOGGLE_CONFIGURATION_VIEWCUBE_OPAQUE = "TOGGLE_CONFIGURATION_VIEWCUBE_OPAQUE";
48
- export interface ToggleConfigurationViewcubeOpaqueAction {
49
- type: typeof TOGGLE_CONFIGURATION_VIEWCUBE_OPAQUE;
50
- payload: boolean;
51
- }
52
- export declare const TOGGLE_CONFIGURATION_VIEWCUBE_CONCEAL = "TOGGLE_CONFIGURATION_VIEWCUBE_CONCEAL";
53
- export interface ToggleConfigurationViewcubeConcealAction {
54
- type: typeof TOGGLE_CONFIGURATION_VIEWCUBE_CONCEAL;
55
- }
56
- export declare const TOGGLE_CONFIGURATION_TOOLBAR_CONCEAL = "TOGGLE_CONFIGURATION_TOOLBAR_CONCEAL";
57
- export interface ToggleConfigurationToolbarConcealAction {
58
- type: typeof TOGGLE_CONFIGURATION_TOOLBAR_CONCEAL;
59
- }
60
- export declare const TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_ICONS = "TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_ICONS";
61
- export interface ToggleConfigurationToolbarTransformIconsAction {
62
- type: typeof TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_ICONS;
63
- }
64
- export declare const TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_BUTTONS = "TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_BUTTONS";
65
- export interface ToggleConfigurationToolbarTransformButtonsAction {
66
- type: typeof TOGGLE_CONFIGURATION_TOOLBAR_TRANSFORM_BUTTONS;
67
- }
68
- export declare const TOGGLE_CONFIGURATION_TOOLBAR_OPAQUE = "TOGGLE_CONFIGURATION_TOOLBAR_OPAQUE";
69
- export interface ToggleConfigurationToolbarOpaqueAction {
70
- type: typeof TOGGLE_CONFIGURATION_TOOLBAR_OPAQUE;
71
- }
72
- export declare const TOGGLE_CONFIGURATION_TOOLBAR_TOGGLE_DRAWER = "TOGGLE_CONFIGURATION_TOOLBAR_TOGGLE_DRAWER";
73
- export interface ToggleConfigurationToolbarToggleDrawerAction {
74
- type: typeof TOGGLE_CONFIGURATION_TOOLBAR_TOGGLE_DRAWER;
75
- payload: keyof typeof TOOLBAR_DRAWERS;
76
- }
77
- export declare const TOGGLE_CONFIGURATION_SPACE_TRANSPARENT_UI = "TOGGLE_CONFIGURATION_SPACE_TRANSPARENT_UI";
78
- export interface ToggleConfigurationSpaceTransparentUIAction {
79
- type: typeof TOGGLE_CONFIGURATION_SPACE_TRANSPARENT_UI;
80
- }
81
- export declare const TOGGLE_CONFIGURATION_SPACE_SHOW_TRANSFORM_ORIGIN = "TOGGLE_CONFIGURATION_SPACE_SHOW_TRANSFORM_ORIGIN";
82
- export interface ToggleConfigurationSpaceShowTransformOriginAction {
83
- type: typeof TOGGLE_CONFIGURATION_SPACE_SHOW_TRANSFORM_ORIGIN;
84
- }
85
- export declare const SET_CONFIGURATION_SPACE_TRANSFORM_ORIGIN_SIZE = "SET_CONFIGURATION_SPACE_TRANSFORM_ORIGIN_SIZE";
86
- export interface SetConfigurationSpaceTransformOriginSizeAction {
87
- type: typeof SET_CONFIGURATION_SPACE_TRANSFORM_ORIGIN_SIZE;
88
- payload: keyof typeof SIZES;
89
- }
90
- export declare const SET_CONFIGURATION_SPACE_TRANSFORM_MODE = "SET_CONFIGURATION_SPACE_TRANSFORM_MODE";
91
- export interface SetConfigurationSpaceTransformModeAction {
92
- type: typeof SET_CONFIGURATION_SPACE_TRANSFORM_MODE;
93
- payload: keyof typeof TRANSFORM_MODES;
94
- }
95
- export declare const TOGGLE_CONFIGURATION_SPACE_TRANSFORM_MULTIMODE = "TOGGLE_CONFIGURATION_SPACE_TRANSFORM_MULTIMODE";
96
- export interface ToggleConfigurationSpaceTransformMultimodeAction {
97
- type: typeof TOGGLE_CONFIGURATION_SPACE_TRANSFORM_MULTIMODE;
98
- payload: boolean;
99
- }
100
- export declare const SET_CONFIGURATION_SPACE_TRANSFORM_TOUCH = "SET_CONFIGURATION_SPACE_TRANSFORM_TOUCH";
101
- export interface SetConfigurationSpaceTransformTouchAction {
102
- type: typeof SET_CONFIGURATION_SPACE_TRANSFORM_TOUCH;
103
- payload: keyof typeof TRANSFORM_TOUCHES;
104
- }
105
- export declare const TOGGLE_CONFIGURATION_SPACE_FIRST_PERSON = "TOGGLE_CONFIGURATION_SPACE_FIRST_PERSON";
106
- export interface ToggleConfigurationSpaceFirstPersonAction {
107
- type: typeof TOGGLE_CONFIGURATION_SPACE_FIRST_PERSON;
108
- }
109
- export declare const SET_CONFIGURATION_SPACE_TRANSFORM_LOCKS = "SET_CONFIGURATION_SPACE_TRANSFORM_LOCKS";
110
- export interface SetConfigurationSpaceTransformLocksAction {
111
- type: typeof SET_CONFIGURATION_SPACE_TRANSFORM_LOCKS;
112
- payload: string;
113
- }
114
- export declare const SET_CONFIGURATION_SPACE_LAYOUT_TYPE = "SET_CONFIGURATION_SPACE_LAYOUT_TYPE";
115
- export interface SetConfigurationSpaceLayoutTypeAction {
116
- type: typeof SET_CONFIGURATION_SPACE_LAYOUT_TYPE;
117
- payload: keyof typeof LAYOUT_TYPES;
118
- }
119
- export declare const SET_CONFIGURATION_SPACE_CULLING_DISTANCE = "SET_CONFIGURATION_SPACE_CULLING_DISTANCE";
120
- export interface SetConfigurationSpaceCullingDistanceAction {
121
- type: typeof SET_CONFIGURATION_SPACE_CULLING_DISTANCE;
122
- payload: number;
123
- }
124
- export interface State extends PluridConfiguration {
125
- }
126
- export declare type Actions = SetStateAction | SetConfigurationAction | SetConfigurationMicroAction
127
- /** PLANE */
128
- | SetConfigurationPlaneControlsAction | SetConfigurationPlaneOpacityAction
129
- /** THEME */
130
- | SetConfigurationThemeGeneralAction | SetConfigurationThemeInteractionAction | SetConfigurationLanguageAction
131
- /** VIEWCUBE */
132
- | ToggleConfigurationViewcubeHideAction | ToggleConfigurationViewcubeButtonsAction | ToggleConfigurationViewcubeOpaqueAction | ToggleConfigurationViewcubeConcealAction
133
- /** TOOLBAR */
134
- | ToggleConfigurationToolbarConcealAction | ToggleConfigurationToolbarTransformIconsAction | ToggleConfigurationToolbarTransformButtonsAction | ToggleConfigurationToolbarOpaqueAction | ToggleConfigurationToolbarToggleDrawerAction
135
- /** SPACE */
136
- | ToggleConfigurationSpaceTransparentUIAction | ToggleConfigurationSpaceShowTransformOriginAction | SetConfigurationSpaceTransformOriginSizeAction | SetConfigurationSpaceTransformModeAction | ToggleConfigurationSpaceTransformMultimodeAction | SetConfigurationSpaceTransformTouchAction | ToggleConfigurationSpaceFirstPersonAction | SetConfigurationSpaceTransformLocksAction | SetConfigurationSpaceLayoutTypeAction | SetConfigurationSpaceCullingDistanceAction;
@@ -1,2 +0,0 @@
1
- declare const _default: {};
2
- export default _default;
@@ -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
- declare const _default: {};
2
- export default _default;
@@ -1,3 +0,0 @@
1
- export interface State {
2
- }
3
- export declare type Actions = {};
@@ -1,3 +0,0 @@
1
- import * as Types from "../types/index";
2
- export declare const setGlobalShortcuts: () => Types.ShortcutsSetGlobalShortcutsAction;
3
- export declare const unsetGlobalShortcuts: () => Types.ShortcutsUnsetGlobalShortcutsAction;
@@ -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 setGlobalShortcuts: (state: Types.State) => Types.State;
3
- export declare const unsetGlobalShortcuts: (state: Types.State) => Types.State;
@@ -1,11 +0,0 @@
1
- declare const _default: {
2
- getGlobal: (state: import("redux").CombinedState<{
3
- configuration: import("../../configuration/types").State;
4
- general: import("../../general/types").State;
5
- shortcuts: import("../types").State;
6
- space: import("../../space/types").State;
7
- themes: import("../../themes/types").State;
8
- ui: import("../../ui/types").State;
9
- }>) => boolean;
10
- };
11
- export default _default;
@@ -1,13 +0,0 @@
1
- import { SetStateAction } from "../../../global/index";
2
- export declare const SHORTCUTS_SET_GLOBAL_SHORTCUTS = "SHORTCUTS_SET_GLOBAL_SHORTCUTS";
3
- export interface ShortcutsSetGlobalShortcutsAction {
4
- type: typeof SHORTCUTS_SET_GLOBAL_SHORTCUTS;
5
- }
6
- export declare const SHORTCUTS_UNSET_GLOBAL_SHORTCUTS = "SHORTCUTS_UNSET_GLOBAL_SHORTCUTS";
7
- export interface ShortcutsUnsetGlobalShortcutsAction {
8
- type: typeof SHORTCUTS_UNSET_GLOBAL_SHORTCUTS;
9
- }
10
- export interface State {
11
- global: boolean;
12
- }
13
- export declare type Actions = SetStateAction | ShortcutsSetGlobalShortcutsAction | ShortcutsUnsetGlobalShortcutsAction;
@@ -1,46 +0,0 @@
1
- import { TreePlane, SpaceLocation, PluridApplicationView } from '@plurid/plurid-data';
2
- import * as Types from "../types/index";
3
- export declare const setSpaceLoading: (payload: boolean) => Types.SetSpaceLoadingAction;
4
- export declare const setAnimatedTransform: (payload: boolean) => Types.SetAnimatedTransformAction;
5
- export declare const setTransformTime: (payload: number) => Types.SetTransformTimeAction;
6
- export declare const setSpaceLocation: (payload: SpaceLocation) => Types.SetSpaceLocationAction;
7
- export declare const viewCameraMoveForward: () => Types.ViewCameraMoveForwardAction;
8
- export declare const viewCameraMoveBackward: () => Types.ViewCameraMoveBackwardAction;
9
- export declare const viewCameraMoveLeft: () => Types.ViewCameraMoveLeftAction;
10
- export declare const viewCameraMoveRight: () => Types.ViewCameraMoveRightAction;
11
- export declare const viewCameraMoveUp: () => Types.ViewCameraMoveUpAction;
12
- export declare const viewCameraMoveDown: () => Types.ViewCameraMoveDownAction;
13
- export declare const viewCameraTurnUp: () => Types.ViewCameraTurnUpAction;
14
- export declare const viewCameraTurnDown: () => Types.ViewCameraTurnDownAction;
15
- export declare const viewCameraTurnLeft: () => Types.ViewCameraTurnLeftAction;
16
- export declare const viewCameraTurnRight: () => Types.ViewCameraTurnRightAction;
17
- export declare const rotateUp: () => Types.RotateUpAction;
18
- export declare const rotateDown: () => Types.RotateDownAction;
19
- export declare const rotateX: (payload: number) => Types.RotateXAction;
20
- export declare const rotateXWith: (payload: number) => Types.RotateXWithAction;
21
- export declare const rotateLeft: () => Types.RotateLeftAction;
22
- export declare const rotateRight: () => Types.RotateRightAction;
23
- export declare const rotateY: (payload: number) => Types.RotateYAction;
24
- export declare const rotateYWith: (payload: number) => Types.RotateYWithAction;
25
- export declare const translateUp: () => Types.TranslateUpAction;
26
- export declare const translateDown: () => Types.TranslateDownAction;
27
- export declare const translateLeft: () => Types.TranslateLeftAction;
28
- export declare const translateRight: () => Types.TranslateRightAction;
29
- export declare const translateIn: () => Types.TranslateInAction;
30
- export declare const translateOut: () => Types.TranslateOutAction;
31
- export declare const translateXWith: (payload: number) => Types.TranslateXWithAction;
32
- export declare const translateYWith: (payload: number) => Types.TranslateYWithAction;
33
- export declare const scaleUp: () => Types.ScaleUpAction;
34
- export declare const scaleDown: () => Types.ScaleDownAction;
35
- export declare const scaleUpWith: (value: number) => Types.ScaleUpWithAction;
36
- export declare const scaleDownWith: (value: number) => Types.ScaleDownWithAction;
37
- export declare const setInitialTree: (payload: TreePlane[]) => Types.SetInitialTreeAction;
38
- export declare const setTree: (payload: TreePlane[]) => Types.SetTreeAction;
39
- export declare const setActiveUniverse: (universeID: string) => Types.SetActiveUniverseAction;
40
- export declare const spaceResetTransform: () => Types.SpaceResetTransformAction;
41
- export declare const setViewSize: (payload: Types.ViewSize) => Types.SetViewSizeAction;
42
- export declare const setSpaceSize: (payload: Types.SpaceSize) => Types.SetSpaceSizeAction;
43
- export declare const updateSpaceTreePlane: (payload: TreePlane) => Types.UpdateSpaceTreePlaneAction;
44
- export declare const updateSpaceLinkCoordinates: (payload: Types.UpdateSpaceLinkCoordinatesPayload) => Types.UpdateSpaceLinkCoordinatesAction;
45
- export declare const spaceSetView: (payload: PluridApplicationView) => Types.SpaceSetViewAction;
46
- export declare const spaceSetCulledView: (payload: PluridApplicationView) => Types.SpaceSetCulledViewAction;
@@ -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;