@plurid/plurid-react 0.0.0-21 → 0.0.0-22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/distribution/containers/RouterStatic/index.d.ts +1 -1
- package/distribution/distribution/containers/RouterStatic/index.d.ts +1 -1
- package/distribution/distribution/services/logic/router/index.d.ts +3 -3
- package/distribution/index.es.js +23 -19
- package/distribution/index.es.js.map +1 -1
- package/distribution/index.js +22 -18
- package/distribution/index.js.map +1 -1
- package/distribution/index.min.js +2 -2
- package/distribution/index.min.js.map +1 -1
- package/distribution/services/logic/router/index.d.ts +3 -3
- package/package.json +17 -17
|
@@ -40,12 +40,12 @@ export declare const collectApplicationsFromPath: (isoMatch: PluridRouteMatch, p
|
|
|
40
40
|
view: string[];
|
|
41
41
|
}[]>;
|
|
42
42
|
export declare const gatherPluridPlanes: (routes: PluridRoute<PluridReactComponent>[], planes: PluridRoutePlane<PluridReactComponent>[] | undefined) => PluridPlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>>[];
|
|
43
|
-
export declare const renderMultispace: (matchedRoute: PluridRouteMatch) => (() => () => JSX.Element) | (() => React.FC<any>);
|
|
44
|
-
export declare const computePluridRoute: (matchedRoute: PluridRouteMatch | undefined, planesRegistrar: planes.Registrar<PluridReactComponent>, isoMatcher: routing.IsoMatcher<PluridReactComponent>, directPlane?: PluridRouteMatch) => any;
|
|
43
|
+
export declare const renderMultispace: (matchedRoute: PluridRouteMatch, hostname?: string) => (() => () => JSX.Element) | (() => React.FC<any>);
|
|
44
|
+
export declare const computePluridRoute: (matchedRoute: PluridRouteMatch | undefined, planesRegistrar: planes.Registrar<PluridReactComponent>, isoMatcher: routing.IsoMatcher<PluridReactComponent>, directPlane?: PluridRouteMatch, hostname?: string) => any;
|
|
45
45
|
export declare const computeInitialMatchedPath: (staticContext?: PluridRouterStatic) => string;
|
|
46
46
|
export declare const getDirectPlaneMatch: (matchedPath: string, routes: PluridRoute<PluridReactComponent>[], planes: PluridRoutePlane<PluridReactComponent>[] | undefined) => {
|
|
47
47
|
matchRoute: PluridRoute<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>, any> | undefined;
|
|
48
48
|
matchPlane: PluridRoutePlane<PluridReactComponent<any, import("@plurid/plurid-data").PluridPlaneComponentProperty | PluridRouteComponentProperty>> | undefined;
|
|
49
49
|
matchPath: string | undefined;
|
|
50
50
|
};
|
|
51
|
-
export declare const renderDirectPlane: (routePlane: PluridRouteMatch, planesRegistrar: planes.Registrar<PluridReactComponent
|
|
51
|
+
export declare const renderDirectPlane: (routePlane: PluridRouteMatch, planesRegistrar: planes.Registrar<PluridReactComponent>, hostname?: string) => () => any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@plurid/plurid-react",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-22",
|
|
4
4
|
"description": "React implementation of Plurid to explore the web in three dimensions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"plurid",
|
|
@@ -65,12 +65,12 @@
|
|
|
65
65
|
"styled-components": ">=5"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
-
"@babel/core": "^7.18.
|
|
68
|
+
"@babel/core": "^7.18.6",
|
|
69
69
|
"@plurid/elementql": "^0.0.0-1",
|
|
70
70
|
"@plurid/elementql-client-react": "^0.0.0-1",
|
|
71
|
-
"@plurid/plurid-data": "0.0.0-
|
|
72
|
-
"@plurid/plurid-engine": "0.0.0-
|
|
73
|
-
"@plurid/plurid-functions": "0.0.0-
|
|
71
|
+
"@plurid/plurid-data": "0.0.0-14",
|
|
72
|
+
"@plurid/plurid-engine": "0.0.0-12",
|
|
73
|
+
"@plurid/plurid-functions": "0.0.0-25",
|
|
74
74
|
"@plurid/plurid-functions-react": "0.0.0-5",
|
|
75
75
|
"@plurid/plurid-icons-react": "0.0.0-4",
|
|
76
76
|
"@plurid/plurid-pubsub": "0.0.0-6",
|
|
@@ -85,21 +85,21 @@
|
|
|
85
85
|
"@rollup/plugin-typescript": "^8.3.3",
|
|
86
86
|
"@rollup/plugin-url": "^7.0.0",
|
|
87
87
|
"@types/hammerjs": "^2.0.41",
|
|
88
|
-
"@types/jest": "^28.1.
|
|
89
|
-
"@types/node": "^18.0.
|
|
90
|
-
"@types/react": "^18.0.
|
|
91
|
-
"@types/react-dom": "^18.0.
|
|
88
|
+
"@types/jest": "^28.1.6",
|
|
89
|
+
"@types/node": "^18.0.5",
|
|
90
|
+
"@types/react": "^18.0.15",
|
|
91
|
+
"@types/react-dom": "^18.0.6",
|
|
92
92
|
"@types/react-redux": "^7.1.24",
|
|
93
93
|
"@types/styled-components": "^5.1.25",
|
|
94
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
95
|
-
"@typescript-eslint/parser": "^5.
|
|
94
|
+
"@typescript-eslint/eslint-plugin": "^5.30.6",
|
|
95
|
+
"@typescript-eslint/parser": "^5.30.6",
|
|
96
96
|
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
97
97
|
"babel-plugin-styled-components": "^2.0.7",
|
|
98
98
|
"babel-runtime": "^6.26.0",
|
|
99
99
|
"cross-fetch": "^3.1.5",
|
|
100
|
-
"eslint": "^8.
|
|
101
|
-
"jest": "^28.1.
|
|
102
|
-
"jest-config": "^28.1.
|
|
100
|
+
"eslint": "^8.19.0",
|
|
101
|
+
"jest": "^28.1.3",
|
|
102
|
+
"jest-config": "^28.1.3",
|
|
103
103
|
"postcss": "^8.4.14",
|
|
104
104
|
"react": "^18.2.0",
|
|
105
105
|
"react-dom": "^18.2.0",
|
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
"react-test-renderer": "^18.2.0",
|
|
108
108
|
"redux": "^4.2.0",
|
|
109
109
|
"redux-thunk": "^2.4.1",
|
|
110
|
-
"rollup": "^2.
|
|
110
|
+
"rollup": "^2.77.0",
|
|
111
111
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
112
112
|
"rollup-plugin-postcss": "^4.0.2",
|
|
113
113
|
"rollup-plugin-terser": "^7.0.2",
|
|
114
114
|
"styled-components": "^5.3.5",
|
|
115
|
-
"ts-jest": "^28.0.
|
|
116
|
-
"ts-node": "^10.
|
|
115
|
+
"ts-jest": "^28.0.6",
|
|
116
|
+
"ts-node": "^10.9.1",
|
|
117
117
|
"tslib": "^2.4.0",
|
|
118
118
|
"ttypescript": "^1.5.13",
|
|
119
119
|
"typescript": "^4.7.4",
|