@zengenti/contensis-react-base 3.0.2-beta.9 → 4.0.0-beta.1
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 +38 -2
- package/cjs/{App-81a45001.js → App-cf7e3103.js} +69 -34
- package/cjs/App-cf7e3103.js.map +1 -0
- package/cjs/{login-51b66359.js → ChangePassword.container-a617190b.js} +246 -84
- package/cjs/ChangePassword.container-a617190b.js.map +1 -0
- package/cjs/{ContensisDeliveryApi-de88df2a.js → ContensisDeliveryApi-9e32960d.js} +156 -122
- package/cjs/ContensisDeliveryApi-9e32960d.js.map +1 -0
- package/cjs/CookieConstants-000427db.js +10 -0
- package/cjs/CookieConstants-000427db.js.map +1 -0
- package/cjs/{RouteLoader-47d70a26.js → RouteLoader-3e284fd6.js} +9 -7
- package/cjs/RouteLoader-3e284fd6.js.map +1 -0
- package/cjs/{ToJs-61c03582.js → ToJs-149fc5e1.js} +49 -2
- package/cjs/ToJs-149fc5e1.js.map +1 -0
- package/cjs/_commonjsHelpers-b3309d7b.js +11 -0
- package/cjs/_commonjsHelpers-b3309d7b.js.map +1 -0
- package/cjs/client.js +43 -17
- package/cjs/client.js.map +1 -1
- package/cjs/contensis-react-base.js +49 -362
- package/cjs/contensis-react-base.js.map +1 -1
- package/cjs/forms.js +3495 -127
- package/cjs/forms.js.map +1 -1
- package/cjs/redux.js +3 -4
- package/cjs/redux.js.map +1 -1
- package/cjs/routing.js +4 -4
- package/cjs/{sagas-6d12e7ca.js → sagas-e04b94c1.js} +44 -20
- package/cjs/sagas-e04b94c1.js.map +1 -0
- package/cjs/search.js +13 -13
- package/cjs/search.js.map +1 -1
- package/cjs/{selectors-c76c2676.js → selectors-46b689d0.js} +11 -11
- package/cjs/selectors-46b689d0.js.map +1 -0
- package/cjs/user.js +33 -159
- package/cjs/user.js.map +1 -1
- package/cjs/util.js +6 -4
- package/cjs/util.js.map +1 -1
- package/cjs/{version-38afaf2a.js → version-79a027cb.js} +12 -23
- package/cjs/version-79a027cb.js.map +1 -0
- package/cjs/{version-886f49d8.js → version-afd4f77e.js} +3 -3
- package/cjs/{version-886f49d8.js.map → version-afd4f77e.js.map} +1 -1
- package/esm/{App-5f914483.js → App-6e8e803b.js} +63 -29
- package/esm/App-6e8e803b.js.map +1 -0
- package/esm/{login-4d07c2de.js → ChangePassword.container-ae0f9ce4.js} +229 -78
- package/esm/ChangePassword.container-ae0f9ce4.js.map +1 -0
- package/esm/{ContensisDeliveryApi-ad06857d.js → ContensisDeliveryApi-c66b0cc3.js} +155 -123
- package/esm/ContensisDeliveryApi-c66b0cc3.js.map +1 -0
- package/esm/CookieConstants-3d3b6531.js +6 -0
- package/esm/CookieConstants-3d3b6531.js.map +1 -0
- package/esm/{RouteLoader-f5d5f733.js → RouteLoader-e3c5505f.js} +9 -7
- package/esm/RouteLoader-e3c5505f.js.map +1 -0
- package/esm/{ToJs-0066e629.js → ToJs-ae860aad.js} +49 -3
- package/esm/ToJs-ae860aad.js.map +1 -0
- package/esm/_commonjsHelpers-1789f0cf.js +8 -0
- package/esm/_commonjsHelpers-1789f0cf.js.map +1 -0
- package/esm/client.js +43 -18
- package/esm/client.js.map +1 -1
- package/esm/contensis-react-base.js +48 -362
- package/esm/contensis-react-base.js.map +1 -1
- package/esm/forms.js +3497 -129
- package/esm/forms.js.map +1 -1
- package/esm/redux.js +6 -7
- package/esm/redux.js.map +1 -1
- package/esm/routing.js +4 -4
- package/esm/{sagas-53d2aefb.js → sagas-933a8fc8.js} +44 -20
- package/esm/sagas-933a8fc8.js.map +1 -0
- package/esm/search.js +14 -14
- package/esm/search.js.map +1 -1
- package/esm/{selectors-3f0d804d.js → selectors-01074974.js} +11 -12
- package/esm/selectors-01074974.js.map +1 -0
- package/esm/user.js +21 -151
- package/esm/user.js.map +1 -1
- package/esm/util.js +4 -4
- package/esm/util.js.map +1 -1
- package/esm/{version-f4629693.js → version-0fbd1b82.js} +3 -3
- package/esm/{version-f4629693.js.map → version-0fbd1b82.js.map} +1 -1
- package/esm/{version-dd31c7f0.js → version-346a9787.js} +13 -23
- package/esm/version-346a9787.js.map +1 -0
- package/models/app/App.d.ts +3 -3
- package/models/app/pages/VersionInfo/components/VersionInfo.d.ts +5 -3
- package/models/client/client.d.ts +1 -1
- package/models/config.d.ts +4 -4
- package/models/redux/appstate.d.ts +2 -1
- package/models/routing/components/Loading.d.ts +2 -2
- package/models/routing/components/NotFound.d.ts +2 -2
- package/models/routing/components/Status.d.ts +1 -1
- package/models/routing/redux/actions.d.ts +10 -6
- package/models/routing/redux/selectors.d.ts +5 -4
- package/models/routing/redux/types.d.ts +0 -1
- package/models/routing/routes.d.ts +20 -17
- package/models/routing/util/queries.d.ts +3 -2
- package/models/search/models/Queries.d.ts +9 -10
- package/models/search/models/Search.d.ts +26 -24
- package/models/search/models/SearchActions.d.ts +36 -36
- package/models/search/models/SearchState.d.ts +11 -11
- package/models/search/models/SearchUtil.d.ts +1 -1
- package/models/search/models/WithSearch.d.ts +1 -1
- package/models/search/redux/actions.d.ts +7 -7
- package/models/search/redux/selectors.d.ts +27 -27
- package/models/search/redux/types.d.ts +21 -21
- package/models/search/redux/util.d.ts +2 -2
- package/models/search/search/ContensisDeliveryApi.d.ts +1 -1
- package/models/search/search/expressions.d.ts +4 -4
- package/models/search/search/util.d.ts +2 -2
- package/models/search/transformations/state-to-queryparams.mapper.d.ts +1 -1
- package/models/server/features/linkdepth-api/LinkDepthSearchService.d.ts +1 -1
- package/models/server/features/linkdepth-api/search.d.ts +3 -3
- package/models/server/internalServer.d.ts +7 -5
- package/models/server/util/bundles.d.ts +2 -2
- package/models/server/util/handleExceptions.d.ts +1 -1
- package/models/testImmer/redux/reducer.d.ts +1 -1
- package/models/user/components/Login.d.ts +2 -2
- package/models/user/components/LoginForm.d.ts +2 -1
- package/models/user/components/LogoutForm.d.ts +2 -1
- package/models/user/containers/ChangePassword.container.d.ts +2 -2
- package/models/user/containers/ForgotPassword.container.d.ts +2 -2
- package/models/user/containers/Login.container.d.ts +2 -2
- package/models/user/containers/Registration.container.d.ts +2 -2
- package/models/user/hocs/withLogin.d.ts +6 -11
- package/models/user/hocs/withRegistration.d.ts +2 -8
- package/models/user/redux/actions.d.ts +2 -2
- package/models/user/redux/sagas/login.d.ts +9 -8
- package/models/user/redux/selectors.d.ts +4 -4
- package/models/user/util/CookieConstants.d.ts +8 -0
- package/models/user/util/CookieHelper.class.d.ts +15 -3
- package/models/user/util/LoginHelper.class.d.ts +27 -23
- package/models/util/CachedDeliveryApi.d.ts +25 -0
- package/models/util/ContensisDeliveryApi.d.ts +20 -44
- package/models/util/LruCache.d.ts +12 -0
- package/models/util/ToJs.d.ts +1 -1
- package/models/util/index.d.ts +1 -1
- package/models/util/json-mapper.d.ts +1 -1
- package/package.json +14 -16
- package/cjs/App-81a45001.js.map +0 -1
- package/cjs/ContensisDeliveryApi-de88df2a.js.map +0 -1
- package/cjs/RouteLoader-47d70a26.js.map +0 -1
- package/cjs/ToJs-61c03582.js.map +0 -1
- package/cjs/login-51b66359.js.map +0 -1
- package/cjs/sagas-6d12e7ca.js.map +0 -1
- package/cjs/selectors-c76c2676.js.map +0 -1
- package/cjs/version-38afaf2a.js.map +0 -1
- package/esm/App-5f914483.js.map +0 -1
- package/esm/ContensisDeliveryApi-ad06857d.js.map +0 -1
- package/esm/RouteLoader-f5d5f733.js.map +0 -1
- package/esm/ToJs-0066e629.js.map +0 -1
- package/esm/login-4d07c2de.js.map +0 -1
- package/esm/sagas-53d2aefb.js.map +0 -1
- package/esm/selectors-3f0d804d.js.map +0 -1
- package/esm/version-dd31c7f0.js.map +0 -1
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ The core of your Contensis React application is in package `@zengenti/contensis-
|
|
|
25
25
|
The package handles things such as:
|
|
26
26
|
|
|
27
27
|
- Peer dependencies such as React, react-router-dom, immutable, react-redux... etc.
|
|
28
|
-
- Server side express application serving
|
|
28
|
+
- Server side express application serving a Universal JavaScript web app
|
|
29
29
|
- Client side sub-package to handle client-side rendering and hydration
|
|
30
30
|
- Creation of redux store and global state management for core features
|
|
31
31
|
- Routing handled automatically via RouteLoader component which will load entries based on a given url
|
|
@@ -105,7 +105,7 @@ Sometimes VSCode may import the reference automatically from an unsupported plac
|
|
|
105
105
|
|
|
106
106
|
As of v2.5.0 TypeScript declarations are available to use, and will also benefit applications written in JavaScript
|
|
107
107
|
|
|
108
|
-
All models are exported with the default package `@zengenti/contensis-react-base`
|
|
108
|
+
All models are exported with the default package `@zengenti/contensis-react-base`
|
|
109
109
|
|
|
110
110
|
When importing Types to use in your own TypeScript project, try to always use the root import path e.g. `import { ModelName } from '@zengenti/contensis-react-base';`
|
|
111
111
|
|
|
@@ -126,6 +126,42 @@ https://www.conventionalcommits.org/en/v1.0.0/#summary
|
|
|
126
126
|
|
|
127
127
|
# Changelog
|
|
128
128
|
|
|
129
|
+
#### 3.1.0 (2024-01-18)
|
|
130
|
+
|
|
131
|
+
##### New Features
|
|
132
|
+
|
|
133
|
+
* Handle 401/403 response from Delivery API (27628a7)
|
|
134
|
+
* add referer header to delivery api requests in ssr (27628a7)
|
|
135
|
+
* able to specify an array of specific exception types to add listeners and exception handlers for and fixes server not exiting cleanly (27628a7)
|
|
136
|
+
* Canonical Path support (033e212c)
|
|
137
|
+
* Upgraded to Styled Components v6 beta (breaking change for Styled Components) (19c114ce)
|
|
138
|
+
* /search package support for setting dynamic pageSize and fix for /forms subpackage after recent refactoring of imports (1b04662d)
|
|
139
|
+
|
|
140
|
+
##### Bug Fixes
|
|
141
|
+
|
|
142
|
+
* ensure `surrogate-key` response header does not exceed 2000 keys and dedupe surrogate keys as they are collected and aggregated (e50c3583)
|
|
143
|
+
* update forms package - accessible country searchable dropdown (ab1bd37d)
|
|
144
|
+
* manually update version to align with another branch so that the ci versioning doesn't fail. (ef0cf3ba)
|
|
145
|
+
* prefer x-orig-host over host header for currentHostname (6f34c5e2)
|
|
146
|
+
* ensureNodeTreeSaga now respects language setting (1e67e8fb)
|
|
147
|
+
* forms package import fix (e847ceca)
|
|
148
|
+
* `object is not extensible` error when using `selectBreadcrumb` with immer state (59ca555b)
|
|
149
|
+
* Revert update of Styled Components due to babel compiling issues. (23ef4ab4)
|
|
150
|
+
* Increase number of user groups returned when requesting user details. (7d9e59a0)
|
|
151
|
+
* allow use of exported delivery api methods which inherit cache invalidation features (2eeaed7b)
|
|
152
|
+
* User reducer - Create object copy instead of referencing directly (1dad589b)
|
|
153
|
+
* preview toolbar cannot edit the correct entry after client-side navigation (4df782cc)
|
|
154
|
+
* exported `server` object is not working as expected (b3ce8a81)
|
|
155
|
+
|
|
156
|
+
##### Refactors
|
|
157
|
+
|
|
158
|
+
* delivery api utilities now in TypeScript (0b1e8911)
|
|
159
|
+
|
|
160
|
+
##### Build System / Dependencies
|
|
161
|
+
|
|
162
|
+
* fix error in release action (c03516c9)
|
|
163
|
+
* fix issue with path transformations not applied to alias imports in d.ts files (27628a7)
|
|
164
|
+
|
|
129
165
|
#### 3.0.1 (2023-01-27)
|
|
130
166
|
|
|
131
167
|
##### Bug Fixes
|
|
@@ -3,20 +3,21 @@
|
|
|
3
3
|
var history$1 = require('history');
|
|
4
4
|
var effects = require('@redux-saga/core/effects');
|
|
5
5
|
var log = require('loglevel');
|
|
6
|
-
var ContensisDeliveryApi = require('./ContensisDeliveryApi-
|
|
7
|
-
var version = require('./version-
|
|
8
|
-
var version$1 = require('./version-
|
|
9
|
-
var selectors = require('./selectors-
|
|
10
|
-
var
|
|
11
|
-
var
|
|
12
|
-
var awaitToJs = require('await-to-js');
|
|
13
|
-
var reducers = require('./reducers-9afb5f89.js');
|
|
14
|
-
var ToJs = require('./ToJs-61c03582.js');
|
|
6
|
+
var ContensisDeliveryApi = require('./ContensisDeliveryApi-9e32960d.js');
|
|
7
|
+
var version = require('./version-79a027cb.js');
|
|
8
|
+
var version$1 = require('./version-afd4f77e.js');
|
|
9
|
+
var selectors = require('./selectors-46b689d0.js');
|
|
10
|
+
var to = require('await-to-js');
|
|
11
|
+
var ChangePassword_container = require('./ChangePassword.container-a617190b.js');
|
|
15
12
|
var React = require('react');
|
|
16
|
-
require('react-
|
|
13
|
+
require('react-cookie');
|
|
14
|
+
require('react-redux');
|
|
17
15
|
require('jsonpath-mapper');
|
|
16
|
+
var reducers = require('./reducers-9afb5f89.js');
|
|
17
|
+
var contensisDeliveryApi = require('contensis-delivery-api');
|
|
18
|
+
var ToJs = require('./ToJs-149fc5e1.js');
|
|
18
19
|
require('query-string');
|
|
19
|
-
var RouteLoader = require('./RouteLoader-
|
|
20
|
+
var RouteLoader = require('./RouteLoader-3e284fd6.js');
|
|
20
21
|
|
|
21
22
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
22
23
|
|
|
@@ -39,6 +40,7 @@ function _interopNamespace(e) {
|
|
|
39
40
|
}
|
|
40
41
|
|
|
41
42
|
var log__namespace = /*#__PURE__*/_interopNamespace(log);
|
|
43
|
+
var to__default = /*#__PURE__*/_interopDefaultLegacy(to);
|
|
42
44
|
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
|
|
43
45
|
|
|
44
46
|
// Create a history depending on the environment
|
|
@@ -54,7 +56,8 @@ function* ensureNodeTreeSaga(action) {
|
|
|
54
56
|
const deliveryApiVersionStatus = yield effects.select(version.selectVersionStatus);
|
|
55
57
|
const project = yield effects.select(selectors.selectCurrentProject);
|
|
56
58
|
const nodes = yield ContensisDeliveryApi.deliveryApi.getClient(deliveryApiVersionStatus, project).nodes.getRoot({
|
|
57
|
-
depth: action.treeDepth || 0
|
|
59
|
+
depth: action.treeDepth || 0,
|
|
60
|
+
language: action.language
|
|
58
61
|
});
|
|
59
62
|
if (nodes) {
|
|
60
63
|
yield effects.put({
|
|
@@ -134,8 +137,10 @@ function* getRouteSaga(action) {
|
|
|
134
137
|
routes: {
|
|
135
138
|
ContentTypeMappings = {}
|
|
136
139
|
} = {},
|
|
137
|
-
staticRoute
|
|
140
|
+
staticRoute,
|
|
141
|
+
cookies
|
|
138
142
|
} = action;
|
|
143
|
+
const api = ContensisDeliveryApi.cachedSearchWithCookies(cookies.raw);
|
|
139
144
|
|
|
140
145
|
// Inject redux { key, reducer, saga } provided by staticRoute
|
|
141
146
|
if (staticRoute && staticRoute.route.injectRedux) yield effects.call(reduxInjectorSaga, staticRoute.route.injectRedux);
|
|
@@ -189,7 +194,7 @@ function* getRouteSaga(action) {
|
|
|
189
194
|
type: selectors.UPDATE_LOADING_STATE,
|
|
190
195
|
isLoading: false
|
|
191
196
|
});
|
|
192
|
-
} else yield effects.call(setRouteEntry, routeEntry, yield effects.select(selectors.selectCurrentNode), yield effects.select(selectors.selectCurrentAncestors), yield effects.select(selectors.selectCurrentSiblings));
|
|
197
|
+
} else yield effects.call(setRouteEntry, currentPath, routeEntry, yield effects.select(selectors.selectCurrentNode), yield effects.select(selectors.selectCurrentAncestors), yield effects.select(selectors.selectCurrentSiblings));
|
|
193
198
|
} else {
|
|
194
199
|
// Handle preview routes
|
|
195
200
|
if (isPreview) {
|
|
@@ -205,7 +210,7 @@ function* getRouteSaga(action) {
|
|
|
205
210
|
// -- apparently it is not correct to request latest content
|
|
206
211
|
// with Node API
|
|
207
212
|
|
|
208
|
-
let previewEntry = yield
|
|
213
|
+
let previewEntry = yield api.getClient(deliveryApiStatus, project).entries.get({
|
|
209
214
|
id: entryGuid,
|
|
210
215
|
language,
|
|
211
216
|
linkDepth: entryLinkDepth
|
|
@@ -222,28 +227,53 @@ function* getRouteSaga(action) {
|
|
|
222
227
|
} else {
|
|
223
228
|
var _pathNode, _pathNode$entry, _pathNode$entry$sys;
|
|
224
229
|
// Handle all other routes
|
|
225
|
-
|
|
230
|
+
let nodeError = undefined;
|
|
231
|
+
[nodeError, pathNode] = yield to__default["default"](api.getNode({
|
|
226
232
|
depth: 0,
|
|
227
233
|
path: currentPath,
|
|
228
234
|
entryFields: setContentTypeLimits ? ['sys.contentTypeId', 'sys.id'] : staticRouteFields || '*',
|
|
229
235
|
entryLinkDepth: setContentTypeLimits ? 0 : typeof staticRouteLinkDepth !== 'undefined' ? staticRouteLinkDepth : entryLinkDepth,
|
|
230
236
|
language: defaultLang,
|
|
231
237
|
versionStatus: deliveryApiStatus
|
|
232
|
-
}, project);
|
|
233
|
-
({
|
|
238
|
+
}, project));
|
|
239
|
+
if (nodeError) {
|
|
240
|
+
if ([401, 403].includes(nodeError.status)) {
|
|
241
|
+
// Capture specific auth errors with the delivery api
|
|
242
|
+
// and fire the user down the handleRequiresLoginSaga
|
|
243
|
+
// If auth was successful via a refreshToken we need to reload the page
|
|
244
|
+
// to run this getRouteSaga again with the security token cookie
|
|
245
|
+
const userLoggedIn = yield effects.call(ChangePassword_container.handleRequiresLoginSaga, {
|
|
246
|
+
...action,
|
|
247
|
+
requireLogin: true
|
|
248
|
+
});
|
|
249
|
+
if (userLoggedIn && nodeError.status === 401) {
|
|
250
|
+
// Reload the route so we can re-run the routing request now the
|
|
251
|
+
// authentication cookies are written
|
|
252
|
+
return yield effects.call(setRouteSaga, {
|
|
253
|
+
path: currentPath
|
|
254
|
+
});
|
|
255
|
+
} else if (userLoggedIn && nodeError.status === 403) {
|
|
256
|
+
return yield effects.call(setRouteSaga, {
|
|
257
|
+
path: ChangePassword_container.LoginHelper.GetAccessDeniedRoute(currentPath)
|
|
258
|
+
});
|
|
259
|
+
} else {
|
|
260
|
+
return yield effects.call(do500, nodeError);
|
|
261
|
+
}
|
|
262
|
+
} else throw nodeError;
|
|
263
|
+
} else ({
|
|
234
264
|
entry
|
|
235
265
|
} = pathNode || {});
|
|
236
266
|
if (setContentTypeLimits && (_pathNode = pathNode) !== null && _pathNode !== void 0 && (_pathNode$entry = _pathNode.entry) !== null && _pathNode$entry !== void 0 && (_pathNode$entry$sys = _pathNode$entry.sys) !== null && _pathNode$entry$sys !== void 0 && _pathNode$entry$sys.id) {
|
|
237
267
|
var _payload$items;
|
|
238
268
|
// Get fields[] and linkDepth from ContentTypeMapping to get the entry data
|
|
239
269
|
// and current node's ordinates at a specified depth with specified fields
|
|
240
|
-
contentTypeMapping =
|
|
270
|
+
contentTypeMapping = ChangePassword_container.findContentTypeMapping(ContentTypeMappings, pathNode.entry.sys.contentTypeId) || {};
|
|
241
271
|
const {
|
|
242
272
|
fields,
|
|
243
273
|
linkDepth
|
|
244
274
|
} = contentTypeMapping;
|
|
245
275
|
const query = routeEntryByFieldsQuery(pathNode.entry.sys.id, pathNode.entry.sys.language, fields, deliveryApiStatus);
|
|
246
|
-
const payload = yield
|
|
276
|
+
const payload = yield api.search(query, typeof linkDepth !== 'undefined' ? linkDepth : entryLinkDepth || 0, project);
|
|
247
277
|
if ((payload === null || payload === void 0 ? void 0 : (_payload$items = payload.items) === null || _payload$items === void 0 ? void 0 : _payload$items.length) > 0) {
|
|
248
278
|
pathNode.entry = entry = payload.items[0];
|
|
249
279
|
}
|
|
@@ -253,6 +283,7 @@ function* getRouteSaga(action) {
|
|
|
253
283
|
// make calls to fetch node ancestors, children,
|
|
254
284
|
// siblings or entire node tree
|
|
255
285
|
[ancestors, children, siblings] = yield effects.call(resolveCurrentNodeOrdinates, {
|
|
286
|
+
api,
|
|
256
287
|
appsays,
|
|
257
288
|
contentTypeMapping,
|
|
258
289
|
language: defaultLang,
|
|
@@ -263,7 +294,7 @@ function* getRouteSaga(action) {
|
|
|
263
294
|
});
|
|
264
295
|
if (children) pathNode.children = children;
|
|
265
296
|
}
|
|
266
|
-
const resolvedContentTypeMapping =
|
|
297
|
+
const resolvedContentTypeMapping = ChangePassword_container.findContentTypeMapping(ContentTypeMappings, (_pathNode2 = pathNode) === null || _pathNode2 === void 0 ? void 0 : (_pathNode2$entry = _pathNode2.entry) === null || _pathNode2$entry === void 0 ? void 0 : (_pathNode2$entry$sys = _pathNode2$entry.sys) === null || _pathNode2$entry$sys === void 0 ? void 0 : _pathNode2$entry$sys.contentTypeId) || {};
|
|
267
298
|
|
|
268
299
|
// Inject redux { key, reducer, saga } provided by ContentTypeMapping
|
|
269
300
|
if (resolvedContentTypeMapping.injectRedux) yield effects.call(reduxInjectorSaga, resolvedContentTypeMapping.injectRedux);
|
|
@@ -279,7 +310,7 @@ function* getRouteSaga(action) {
|
|
|
279
310
|
}
|
|
280
311
|
if (requireLogin !== false) {
|
|
281
312
|
// Do not call the login feature saga if requireLogin is false
|
|
282
|
-
yield effects.call(
|
|
313
|
+
yield effects.call(ChangePassword_container.handleRequiresLoginSaga, {
|
|
283
314
|
...action,
|
|
284
315
|
entry,
|
|
285
316
|
requireLogin
|
|
@@ -292,9 +323,9 @@ function* getRouteSaga(action) {
|
|
|
292
323
|
if ((_pathNode3 = pathNode) !== null && _pathNode3 !== void 0 && (_pathNode3$entry = _pathNode3.entry) !== null && _pathNode3$entry !== void 0 && (_pathNode3$entry$sys = _pathNode3$entry.sys) !== null && _pathNode3$entry$sys !== void 0 && _pathNode3$entry$sys.id) {
|
|
293
324
|
var _staticRoute$route3, _staticRoute$route3$f, _appsays;
|
|
294
325
|
entry = pathNode.entry;
|
|
295
|
-
yield effects.call(setRouteEntry, entry, pathNode, ancestors, siblings, (staticRoute === null || staticRoute === void 0 ? void 0 : (_staticRoute$route3 = staticRoute.route) === null || _staticRoute$route3 === void 0 ? void 0 : (_staticRoute$route3$f = _staticRoute$route3.fetchNode) === null || _staticRoute$route3$f === void 0 ? void 0 : _staticRoute$route3$f.entryMapper) || resolvedContentTypeMapping.entryMapper, false, (_appsays = appsays) === null || _appsays === void 0 ? void 0 : _appsays.refetchNode);
|
|
326
|
+
yield effects.call(setRouteEntry, currentPath, entry, pathNode, ancestors, siblings, (staticRoute === null || staticRoute === void 0 ? void 0 : (_staticRoute$route3 = staticRoute.route) === null || _staticRoute$route3 === void 0 ? void 0 : (_staticRoute$route3$f = _staticRoute$route3.fetchNode) === null || _staticRoute$route3$f === void 0 ? void 0 : _staticRoute$route3$f.entryMapper) || resolvedContentTypeMapping.entryMapper, false, (_appsays = appsays) === null || _appsays === void 0 ? void 0 : _appsays.refetchNode);
|
|
296
327
|
} else {
|
|
297
|
-
if (staticRoute) yield effects.call(setRouteEntry, null, pathNode, ancestors, siblings);else yield effects.call(do404);
|
|
328
|
+
if (staticRoute) yield effects.call(setRouteEntry, currentPath, null, pathNode, ancestors, siblings);else yield effects.call(do404);
|
|
298
329
|
}
|
|
299
330
|
} catch (e) {
|
|
300
331
|
log__namespace.error(...['Error running route saga:', e, e.stack]);
|
|
@@ -302,6 +333,7 @@ function* getRouteSaga(action) {
|
|
|
302
333
|
}
|
|
303
334
|
}
|
|
304
335
|
function* resolveCurrentNodeOrdinates({
|
|
336
|
+
api,
|
|
305
337
|
appsays,
|
|
306
338
|
contentTypeMapping,
|
|
307
339
|
language,
|
|
@@ -326,7 +358,7 @@ function* resolveCurrentNodeOrdinates({
|
|
|
326
358
|
if (doNavigation === true || doNavigation.ancestors) {
|
|
327
359
|
apiCall[0] = function* getAncestors() {
|
|
328
360
|
try {
|
|
329
|
-
return yield
|
|
361
|
+
return yield api.getAncestors({
|
|
330
362
|
id: pathNode.id,
|
|
331
363
|
language,
|
|
332
364
|
versionStatus
|
|
@@ -342,7 +374,7 @@ function* resolveCurrentNodeOrdinates({
|
|
|
342
374
|
const childrenOptions = typeof nodeOptions.children === 'boolean' ? {} : nodeOptions.children;
|
|
343
375
|
apiCall[1] = function* getChildren() {
|
|
344
376
|
try {
|
|
345
|
-
return yield
|
|
377
|
+
return yield api.getNode({
|
|
346
378
|
depth: childrenOptions.depth !== undefined ? childrenOptions.depth : childrenDepth,
|
|
347
379
|
path,
|
|
348
380
|
entryFields: childrenOptions.fields || fields || undefined,
|
|
@@ -360,7 +392,7 @@ function* resolveCurrentNodeOrdinates({
|
|
|
360
392
|
apiCall[2] = function* getSiblings() {
|
|
361
393
|
try {
|
|
362
394
|
var _nodeOptions$siblings, _nodeOptions$siblings2;
|
|
363
|
-
return yield
|
|
395
|
+
return yield api.getSiblings({
|
|
364
396
|
id: pathNode.id,
|
|
365
397
|
entryFields: (nodeOptions === null || nodeOptions === void 0 ? void 0 : (_nodeOptions$siblings = nodeOptions.siblings) === null || _nodeOptions$siblings === void 0 ? void 0 : _nodeOptions$siblings.fields) || fields || undefined,
|
|
366
398
|
entryLinkDepth: typeof (nodeOptions === null || nodeOptions === void 0 ? void 0 : (_nodeOptions$siblings2 = nodeOptions.siblings) === null || _nodeOptions$siblings2 === void 0 ? void 0 : _nodeOptions$siblings2.linkDepth) !== 'undefined' ? nodeOptions.siblings.linkDepth : typeof linkDepth !== 'undefined' ? linkDepth : entryLinkDepth,
|
|
@@ -381,10 +413,12 @@ function* resolveCurrentNodeOrdinates({
|
|
|
381
413
|
if (typeof window !== 'undefined') {
|
|
382
414
|
return yield effects.put({
|
|
383
415
|
type: version.GET_NODE_TREE,
|
|
416
|
+
language,
|
|
384
417
|
treeDepth
|
|
385
418
|
});
|
|
386
419
|
} else {
|
|
387
420
|
return yield effects.call(ensureNodeTreeSaga, {
|
|
421
|
+
language,
|
|
388
422
|
treeDepth
|
|
389
423
|
});
|
|
390
424
|
}
|
|
@@ -393,7 +427,7 @@ function* resolveCurrentNodeOrdinates({
|
|
|
393
427
|
const [ancestors, nodeWithChildren, siblings] = yield effects.all([loadAncestors(), loadChildren(), loadSiblings(), loadTree()]);
|
|
394
428
|
return [ancestors, nodeWithChildren === null || nodeWithChildren === void 0 ? void 0 : nodeWithChildren.children, siblings];
|
|
395
429
|
}
|
|
396
|
-
function* setRouteEntry(entry, node, ancestors, siblings, entryMapper, notFound = false, remapEntry = false) {
|
|
430
|
+
function* setRouteEntry(currentPath, entry, node, ancestors, siblings, entryMapper, notFound = false, remapEntry = false) {
|
|
397
431
|
const entrySys = entry && entry.sys || {};
|
|
398
432
|
|
|
399
433
|
// Update a window global to provide the preview toolbar
|
|
@@ -410,6 +444,7 @@ function* setRouteEntry(entry, node, ancestors, siblings, entryMapper, notFound
|
|
|
410
444
|
yield effects.all([effects.put({
|
|
411
445
|
type: selectors.SET_ENTRY,
|
|
412
446
|
id: entrySys.id,
|
|
447
|
+
currentPath,
|
|
413
448
|
entry,
|
|
414
449
|
mappedEntry,
|
|
415
450
|
node,
|
|
@@ -502,7 +537,7 @@ function* registerSaga({
|
|
|
502
537
|
});
|
|
503
538
|
if (response.ok) {
|
|
504
539
|
let mappedResponse;
|
|
505
|
-
const [, responseBody] = yield
|
|
540
|
+
const [, responseBody] = yield to.to(response.json());
|
|
506
541
|
if (responseBody) {
|
|
507
542
|
// Allow use of response mapper to convert the successful user object
|
|
508
543
|
// from the api response body into a user object of any format
|
|
@@ -527,7 +562,7 @@ function* registerSaga({
|
|
|
527
562
|
// Not OK responses, these can be due to service availability
|
|
528
563
|
// or status codes echoed from the responses received from
|
|
529
564
|
// management api when registering the user
|
|
530
|
-
const [, errorResponse] = yield
|
|
565
|
+
const [, errorResponse] = yield to.to(response.json());
|
|
531
566
|
const error = errorResponse && errorResponse.error || errorResponse || {};
|
|
532
567
|
// Get something meaningful from the response if there is no message in the body
|
|
533
568
|
if (!error.message) {
|
|
@@ -714,10 +749,10 @@ function* changePasswordSaga(action) {
|
|
|
714
749
|
type: reducers.CHANGE_USER_PASSWORD_SENDING
|
|
715
750
|
});
|
|
716
751
|
const clientCredentials = yield effects.select(ToJs.selectClientCredentials, 'js');
|
|
717
|
-
const client = yield
|
|
752
|
+
const client = yield ChangePassword_container.getManagementApiClient({
|
|
718
753
|
...clientCredentials
|
|
719
754
|
});
|
|
720
|
-
const [err, res] = yield
|
|
755
|
+
const [err, res] = yield to.to(client.security.users.updatePassword(changePasswordObject));
|
|
721
756
|
if (err) {
|
|
722
757
|
var _err$data, _err$data$data, _err$data2;
|
|
723
758
|
const error = (err === null || err === void 0 ? void 0 : (_err$data = err.data) === null || _err$data === void 0 ? void 0 : (_err$data$data = _err$data.data) === null || _err$data$data === void 0 ? void 0 : _err$data$data.length) > 0 && err.data.data[0].message || (err === null || err === void 0 ? void 0 : (_err$data2 = err.data) === null || _err$data2 === void 0 ? void 0 : _err$data2.message);
|
|
@@ -743,7 +778,7 @@ function* changePasswordSaga(action) {
|
|
|
743
778
|
}
|
|
744
779
|
}
|
|
745
780
|
|
|
746
|
-
const userSagas = [...
|
|
781
|
+
const userSagas = [...ChangePassword_container.loginSagas, ...registerSagas, ...resetPasswordSagas];
|
|
747
782
|
|
|
748
783
|
// index.js
|
|
749
784
|
function rootSaga (featureSagas = []) {
|
|
@@ -801,4 +836,4 @@ exports.browserHistory = browserHistory;
|
|
|
801
836
|
exports.history = history;
|
|
802
837
|
exports.pickProject = pickProject;
|
|
803
838
|
exports.rootSaga = rootSaga;
|
|
804
|
-
//# sourceMappingURL=App-
|
|
839
|
+
//# sourceMappingURL=App-cf7e3103.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"App-cf7e3103.js","sources":["../src/redux/store/history.js","../src/redux/sagas/navigation.js","../src/util/schema.ts","../src/routing/util/expressions.ts","../src/routing/util/queries.ts","../src/routing/redux/sagas.js","../src/user/redux/sagas/register.js","../src/user/util/userHelper.js","../src/user/redux/sagas/resetPassword.js","../src/user/redux/sagas/index.js","../src/redux/sagas/index.js","../src/util/pickProject.js","../src/app/App.tsx"],"sourcesContent":["import { createBrowserHistory, createMemoryHistory } from 'history';\n\n// Create a history depending on the environment\nconst selectedHistory =\n typeof window !== 'undefined' ? createBrowserHistory : createMemoryHistory;\n\nexport const history = (options = {}) => selectedHistory(options);\nexport const browserHistory = selectedHistory();\n","import { takeEvery, put, select } from 'redux-saga/effects';\nimport * as log from 'loglevel';\n\nimport { deliveryApi } from '~/util/ContensisDeliveryApi';\nimport {\n GET_NODE_TREE,\n SET_NODE_TREE,\n GET_NODE_TREE_ERROR,\n} from '~/redux/types/navigation';\nimport { hasNavigationTree } from '~/redux/selectors/navigation';\nimport { selectVersionStatus } from '~/redux/selectors/version';\nimport { selectCurrentProject } from '~/routing/redux/selectors';\n\nexport const navigationSagas = [takeEvery(GET_NODE_TREE, ensureNodeTreeSaga)];\n\nexport function* ensureNodeTreeSaga(action) {\n const state = yield select();\n try {\n if (!hasNavigationTree(state)) {\n const deliveryApiVersionStatus = yield select(selectVersionStatus);\n const project = yield select(selectCurrentProject);\n const nodes = yield deliveryApi\n .getClient(deliveryApiVersionStatus, project)\n .nodes.getRoot({\n depth: action.treeDepth || 0,\n language: action.language,\n });\n if (nodes) {\n yield put({ type: SET_NODE_TREE, nodes });\n } else {\n yield put({ type: GET_NODE_TREE_ERROR });\n }\n }\n } catch (ex) {\n log.error(...['Error running ensureNodeTreeSaga:', ex]);\n yield put({ type: GET_NODE_TREE_ERROR, error: ex.toString() });\n }\n}\n","export const DataFormats = {\n entry: 'entry',\n webpage: 'webpage',\n};\n\nconst sys = {\n contentTypeId: 'sys.contentTypeId',\n dataFormat: 'sys.dataFormat',\n filename: 'sys.properties.filename',\n id: 'sys.id',\n includeInSearch: 'sys.metadata.includeInSearch',\n slug: 'sys.slug',\n uri: 'sys.uri',\n versionStatus: 'sys.versionStatus',\n};\n\nexport const Fields = {\n entryTitle: 'entryTitle',\n entryDescription: 'entryDescription',\n keywords: 'keywords',\n sys,\n contentTypeId: 'sys.contentTypeId',\n wildcard: '*',\n};\n\nexport const VersionStatus = {\n published: 'published',\n latest: 'latest',\n};\n","import { IExpression } from 'contensis-core-api';\nimport { Op } from 'contensis-delivery-api';\nimport { Fields } from '~/util/schema';\n\nexport const fieldExpression = (\n field: string,\n value: string | string[],\n operator = 'equalTo',\n weight = null\n) => {\n if (!field || !value) return [];\n if (Array.isArray(value)) return equalToOrIn(field, value, operator);\n else\n return !weight\n ? [Op[operator](field, value)]\n : [Op[operator](field, value).weight(weight)];\n};\n\nexport const defaultExpressions = (\n versionStatus: 'published' | 'latest'\n): IExpression[] => {\n return [Op.equalTo(Fields.sys.versionStatus, versionStatus)];\n};\n\nconst equalToOrIn = (field: string, arr: string[], operator = 'equalTo') =>\n arr.length === 0\n ? []\n : arr.length === 1\n ? [Op[operator](field, arr[0])]\n : [Op.in(field, ...arr)];\n","import { VersionStatus } from 'contensis-core-api';\nimport { Query } from 'contensis-delivery-api';\nimport { fieldExpression, defaultExpressions } from './expressions';\n\nexport const routeEntryByFieldsQuery = (\n id: string,\n language = 'en-GB',\n fields: string[] = [],\n versionStatus: VersionStatus = 'published'\n) => {\n const query = new Query(\n ...[\n ...fieldExpression('sys.id', id),\n ...fieldExpression('sys.language', language),\n ...defaultExpressions(versionStatus),\n ]\n );\n query.fields = fields;\n return query;\n};\n","import to from 'await-to-js';\nimport * as log from 'loglevel';\nimport { takeEvery, put, select, call, all } from 'redux-saga/effects';\n\nimport {\n SET_ENTRY,\n SET_ANCESTORS,\n SET_NAVIGATION_PATH,\n SET_ROUTE,\n SET_SIBLINGS,\n UPDATE_LOADING_STATE,\n} from './types';\nimport { GET_NODE_TREE } from '~/redux/types/navigation';\nimport {\n selectCurrentAncestors,\n selectCurrentNode,\n selectCurrentProject,\n selectCurrentSiblings,\n selectMappedEntry,\n selectRouteEntry,\n selectRouteEntryEntryId,\n selectRouteEntryLanguage,\n} from './selectors';\nimport { hasNavigationTree } from '~/redux/selectors/navigation';\nimport { selectVersionStatus } from '~/redux/selectors/version';\nimport { handleRequiresLoginSaga } from '~/user/redux/sagas/login';\nimport { ensureNodeTreeSaga } from '~/redux/sagas/navigation';\nimport { injectRedux as reduxInjector } from '~/redux/store/injectors';\n\nimport { LoginHelper } from '~/user';\nimport { findContentTypeMapping } from '../util/find-contenttype-mapping';\nimport { routeEntryByFieldsQuery } from '../util/queries';\nimport { cachedSearchWithCookies } from '~/util/ContensisDeliveryApi';\n\nexport const routingSagas = [\n takeEvery(SET_NAVIGATION_PATH, getRouteSaga),\n takeEvery(SET_ROUTE, setRouteSaga),\n];\n\n/**\n * To navigate / push a specific route via redux middleware\n * @param {path, state} action\n */\nfunction* setRouteSaga(action) {\n yield put({\n type: 'CALL_HISTORY_METHOD',\n payload: {\n method: 'push',\n args: [action.path, action.state],\n },\n });\n}\n\nfunction* getRouteSaga(action) {\n let entry = null;\n try {\n const {\n withEvents,\n routes: { ContentTypeMappings = {} } = {},\n staticRoute,\n cookies,\n } = action;\n const api = cachedSearchWithCookies(cookies.raw);\n\n // Inject redux { key, reducer, saga } provided by staticRoute\n if (staticRoute && staticRoute.route.injectRedux)\n yield call(reduxInjectorSaga, staticRoute.route.injectRedux);\n\n // Variables we will pass to setRouteEntry\n let pathNode = null,\n ancestors = null,\n children = [],\n siblings = null;\n\n let contentTypeMapping = {};\n\n // These variables are the return values from\n // calls to withEvents.onRouteLoad and onRouteLoaded\n let appsays,\n requireLogin = false;\n\n if (withEvents && withEvents.onRouteLoad) {\n appsays = yield withEvents.onRouteLoad(action);\n }\n\n const staticRouteLinkDepth = staticRoute?.route?.params?.linkDepth;\n const staticRouteFields = staticRoute?.route?.params?.fields;\n const entryLinkDepth =\n appsays && appsays.entryLinkDepth !== undefined\n ? appsays.entryLinkDepth\n : 2;\n const setContentTypeLimits =\n (typeof staticRouteLinkDepth === 'undefined' || !staticRouteFields) &&\n !!ContentTypeMappings.find(\n ct => ct.fields || ct.linkDepth || ct.nodeOptions\n );\n\n const state = yield select();\n const routeEntry = selectRouteEntry(state, 'js');\n const routeNode = selectCurrentNode(state, 'js');\n const currentPath = action.path; //selectCurrentPath(state);\n const deliveryApiStatus = selectVersionStatus(state);\n const project = selectCurrentProject(state);\n // const isHome = currentPath === '/';\n const isPreview = currentPath && currentPath.startsWith('/preview/');\n const defaultLang = (appsays && appsays.defaultLang) || 'en-GB';\n\n if (\n !isPreview &&\n ((appsays && appsays.customRouting) ||\n (staticRoute && !staticRoute.route.fetchNode) ||\n (routeEntry &&\n action.statePath === action.path &&\n (appsays && appsays.refetchNode) !== true))\n ) {\n // To prevent erroneous 404s and wasted network calls, this covers\n // - appsays customRouting and does SET_ENTRY etc. via the consuming app\n // - all staticRoutes (where custom 'route.fetchNode' attribute is falsey)\n // - standard Contensis SiteView Routing where we already have that entry in state\n if (\n routeEntry &&\n (!staticRoute || (staticRoute.route && staticRoute.route.fetchNode))\n ) {\n pathNode = { ...routeNode, entry: null };\n pathNode.entry = entry = routeEntry;\n //Do nothing, the entry is allready the right one.\n // yield put({\n // type: SET_ENTRY,\n // entry,\n // node: routeNode,\n // isLoading: false,\n // });\n yield put({\n type: UPDATE_LOADING_STATE,\n isLoading: false,\n });\n } else\n yield call(\n setRouteEntry,\n currentPath,\n routeEntry,\n yield select(selectCurrentNode),\n yield select(selectCurrentAncestors),\n yield select(selectCurrentSiblings)\n );\n } else {\n // Handle preview routes\n if (isPreview) {\n let splitPath = currentPath.split('/');\n let entryGuid = splitPath[2];\n let language = defaultLang;\n if (splitPath.length >= 3) {\n //set lang key if available in the path, else use default lang\n //assumes preview url on content type is: http://preview.ALIAS.contensis.cloud/preview/{GUID}/{LANG}\n if (splitPath.length == 4) language = splitPath[3];\n // According to product dev we cannot use Node API\n // for previewing entries as it gives a response of []\n // -- apparently it is not correct to request latest content\n // with Node API\n\n let previewEntry = yield api\n .getClient(deliveryApiStatus, project)\n .entries.get({\n id: entryGuid,\n language,\n linkDepth: entryLinkDepth,\n });\n if (previewEntry) {\n pathNode = { entry: previewEntry };\n ({ entry } = pathNode || {});\n }\n }\n } else {\n // Handle all other routes\n let nodeError = undefined;\n [nodeError, pathNode] = yield to(\n api.getNode(\n {\n depth: 0,\n path: currentPath,\n entryFields: setContentTypeLimits\n ? ['sys.contentTypeId', 'sys.id']\n : staticRouteFields || '*',\n entryLinkDepth: setContentTypeLimits\n ? 0\n : typeof staticRouteLinkDepth !== 'undefined'\n ? staticRouteLinkDepth\n : entryLinkDepth,\n language: defaultLang,\n versionStatus: deliveryApiStatus,\n },\n project\n )\n );\n if (nodeError) {\n if ([401, 403].includes(nodeError.status)) {\n // Capture specific auth errors with the delivery api\n // and fire the user down the handleRequiresLoginSaga\n // If auth was successful via a refreshToken we need to reload the page\n // to run this getRouteSaga again with the security token cookie\n const userLoggedIn = yield call(handleRequiresLoginSaga, {\n ...action,\n requireLogin: true,\n });\n if (userLoggedIn && nodeError.status === 401) {\n // Reload the route so we can re-run the routing request now the\n // authentication cookies are written\n return yield call(setRouteSaga, { path: currentPath });\n } else if (userLoggedIn && nodeError.status === 403) {\n return yield call(setRouteSaga, {\n path: LoginHelper.GetAccessDeniedRoute(currentPath),\n });\n } else {\n return yield call(do500, nodeError);\n }\n } else throw nodeError;\n } else ({ entry } = pathNode || {});\n\n if (setContentTypeLimits && pathNode?.entry?.sys?.id) {\n // Get fields[] and linkDepth from ContentTypeMapping to get the entry data\n // and current node's ordinates at a specified depth with specified fields\n contentTypeMapping =\n findContentTypeMapping(\n ContentTypeMappings,\n pathNode.entry.sys.contentTypeId\n ) || {};\n const { fields, linkDepth } = contentTypeMapping;\n const query = routeEntryByFieldsQuery(\n pathNode.entry.sys.id,\n pathNode.entry.sys.language,\n fields,\n deliveryApiStatus\n );\n const payload = yield api.search(\n query,\n typeof linkDepth !== 'undefined' ? linkDepth : entryLinkDepth || 0,\n project\n );\n if (payload?.items?.length > 0) {\n pathNode.entry = entry = payload.items[0];\n }\n }\n }\n\n // make calls to fetch node ancestors, children,\n // siblings or entire node tree\n [ancestors, children, siblings] = yield call(\n resolveCurrentNodeOrdinates,\n {\n api,\n appsays,\n contentTypeMapping,\n language: defaultLang,\n path: currentPath,\n pathNode,\n project,\n versionStatus: deliveryApiStatus,\n }\n );\n\n if (children) pathNode.children = children;\n }\n\n const resolvedContentTypeMapping =\n findContentTypeMapping(\n ContentTypeMappings,\n pathNode?.entry?.sys?.contentTypeId\n ) || {};\n\n // Inject redux { key, reducer, saga } provided by ContentTypeMapping\n if (resolvedContentTypeMapping.injectRedux)\n yield call(reduxInjectorSaga, resolvedContentTypeMapping.injectRedux);\n\n if (withEvents && withEvents.onRouteLoaded) {\n // Check if the app has provided a requireLogin boolean flag or groups array\n // in addition to checking if requireLogin is set in the route definition\n ({ requireLogin } =\n (yield withEvents.onRouteLoaded({ ...action, entry })) || {});\n }\n\n if (requireLogin !== false) {\n // Do not call the login feature saga if requireLogin is false\n yield call(handleRequiresLoginSaga, {\n ...action,\n entry,\n requireLogin,\n });\n }\n\n if (!appsays || !appsays.preventScrollTop) {\n // Scroll into View\n if (typeof window !== 'undefined') window.scrollTo(0, 0);\n }\n\n if (pathNode?.entry?.sys?.id) {\n entry = pathNode.entry;\n\n yield call(\n setRouteEntry,\n currentPath,\n entry,\n pathNode,\n ancestors,\n siblings,\n staticRoute?.route?.fetchNode?.entryMapper ||\n resolvedContentTypeMapping.entryMapper,\n false,\n appsays?.refetchNode\n );\n } else {\n if (staticRoute)\n yield call(\n setRouteEntry,\n currentPath,\n null,\n pathNode,\n ancestors,\n siblings\n );\n else yield call(do404);\n }\n } catch (e) {\n log.error(...['Error running route saga:', e, e.stack]);\n yield call(do500, e);\n }\n}\n\nfunction* resolveCurrentNodeOrdinates({\n api,\n appsays,\n contentTypeMapping,\n language,\n path,\n pathNode,\n project,\n versionStatus,\n}) {\n const apiCall = [() => null, () => null, () => null, () => null];\n\n // if appsays customNavigation: true, we will set doNavigation to false\n // if appsays customNavigation: { ... }, we will set doNavigation to the customNavigation object and check for child elements\n // if appsays nothing we will set doNavigation to true and continue to do navigation calls\n const doNavigation =\n !appsays ||\n (appsays?.customNavigation === true\n ? false\n : appsays?.customNavigation || true);\n\n const {\n entryLinkDepth = 0,\n fields,\n linkDepth,\n nodeOptions = {},\n } = contentTypeMapping;\n\n if (pathNode && pathNode.id) {\n if (doNavigation === true || doNavigation.ancestors) {\n apiCall[0] = function* getAncestors() {\n try {\n return yield api.getAncestors(\n {\n id: pathNode.id,\n language,\n versionStatus,\n },\n project\n );\n } catch (ex) {\n log.info('Problem fetching ancestors', ex);\n return [];\n }\n };\n }\n\n const childrenDepth =\n doNavigation === true || doNavigation.children === true\n ? 1\n : (doNavigation && doNavigation.children) || 0;\n\n if (\n (typeof nodeOptions?.children === 'undefined' && childrenDepth > 0) ||\n nodeOptions.children\n ) {\n const childrenOptions =\n typeof nodeOptions.children === 'boolean' ? {} : nodeOptions.children;\n apiCall[1] = function* getChildren() {\n try {\n return yield api.getNode(\n {\n depth:\n childrenOptions.depth !== undefined\n ? childrenOptions.depth\n : childrenDepth,\n path,\n entryFields: childrenOptions.fields || fields || undefined,\n entryLinkDepth:\n typeof childrenOptions.linkDepth !== 'undefined'\n ? childrenOptions.linkDepth\n : typeof linkDepth !== 'undefined'\n ? linkDepth\n : entryLinkDepth,\n language,\n versionStatus,\n },\n project\n );\n } catch (ex) {\n log.info('Problem fetching children', ex);\n return [];\n }\n };\n }\n\n if (\n (typeof nodeOptions?.siblings === 'undefined' && doNavigation.siblings) ||\n nodeOptions.siblings\n ) {\n apiCall[2] = function* getSiblings() {\n try {\n return yield api.getSiblings(\n {\n id: pathNode.id,\n entryFields: nodeOptions?.siblings?.fields || fields || undefined,\n entryLinkDepth:\n typeof nodeOptions?.siblings?.linkDepth !== 'undefined'\n ? nodeOptions.siblings.linkDepth\n : typeof linkDepth !== 'undefined'\n ? linkDepth\n : entryLinkDepth,\n includeInMenu: true,\n language,\n versionStatus,\n },\n project\n );\n } catch (ex) {\n log.info('Problem fetching siblings', ex);\n return [];\n }\n };\n }\n }\n\n const isTreeLoaded = yield select(hasNavigationTree);\n if (!isTreeLoaded && (doNavigation === true || doNavigation.tree))\n apiCall[3] = function* getNodeTree() {\n const treeDepth =\n doNavigation === true ||\n !doNavigation.tree ||\n doNavigation.tree === true\n ? 2\n : doNavigation.tree;\n\n if (typeof window !== 'undefined') {\n return yield put({\n type: GET_NODE_TREE,\n language,\n treeDepth,\n });\n } else {\n return yield call(ensureNodeTreeSaga, {\n language,\n treeDepth,\n });\n }\n };\n\n const [loadAncestors, loadChildren, loadSiblings, loadTree] = apiCall;\n const [ancestors, nodeWithChildren, siblings] = yield all([\n loadAncestors(),\n loadChildren(),\n loadSiblings(),\n loadTree(),\n ]);\n return [ancestors, nodeWithChildren?.children, siblings];\n}\n\nfunction* setRouteEntry(\n currentPath,\n entry,\n node,\n ancestors,\n siblings,\n entryMapper,\n notFound = false,\n remapEntry = false\n) {\n const entrySys = (entry && entry.sys) || {};\n\n // Update a window global to provide the preview toolbar\n // an updated entry id in client-side navigation\n if (typeof window !== 'undefined') window.ContensisEntryId = entrySys.id;\n\n const currentEntryId = yield select(selectRouteEntryEntryId);\n const currentEntryLang = yield select(selectRouteEntryLanguage);\n const mappedEntry =\n currentEntryId === entrySys.id &&\n currentEntryLang === entrySys.language &&\n remapEntry === false\n ? (yield select(selectMappedEntry, 'js')) || {}\n : yield mapRouteEntry(entryMapper, {\n ...node,\n entry,\n ancestors,\n siblings,\n });\n\n yield all([\n put({\n type: SET_ENTRY,\n id: entrySys.id,\n currentPath,\n entry,\n mappedEntry,\n node,\n notFound,\n }),\n ancestors &&\n put({\n type: SET_ANCESTORS,\n ancestors,\n }),\n siblings &&\n put({\n type: SET_SIBLINGS,\n siblings,\n }),\n ]);\n}\n\nfunction* mapRouteEntry(entryMapper, node) {\n try {\n if (typeof entryMapper === 'function') {\n const state = yield select();\n const mappedEntry = yield call(entryMapper, node, state);\n return mappedEntry;\n }\n } catch (e) {\n log.error(...['Error running entryMapper:', e, e.stack]);\n }\n return;\n}\n\nfunction* do404() {\n yield call(clientReloadHitServer);\n yield put({\n type: SET_ENTRY,\n id: null,\n entry: null,\n notFound: true,\n });\n}\n\nfunction* clientReloadHitServer() {\n const stateEntry = yield select(selectRouteEntry);\n\n // If in client and there is a stateEntry.sys field reload the page,\n // on the 2nd load stateEntry.sys should be null at this point,\n // we do not wish to reload again and get stuck in an infinite reloading loop\n if (typeof window !== 'undefined' && (stateEntry?.sys || null)) {\n window.location.reload();\n }\n}\n\nfunction* do500(error) {\n yield put({\n type: SET_ENTRY,\n id: null,\n entry: null,\n notFound: true,\n isError: true,\n error,\n statusCode: error && error.status ? error.status : 500,\n });\n}\n\nfunction* reduxInjectorSaga(injectorFn) {\n if (typeof injectorFn === 'function') {\n const { key, reducer, saga } = yield injectorFn();\n reduxInjector({ key, reducer, saga });\n }\n}\n","import { to } from 'await-to-js';\nimport { put, select, takeEvery } from 'redux-saga/effects';\nimport { setRoute } from '~/routing/redux/actions';\nimport { selectCurrentSearch } from '~/routing/redux/selectors';\nimport { queryParams } from '~/util/navigation';\nimport {\n REGISTER_USER,\n REGISTER_USER_SUCCESS,\n REGISTER_USER_FAILED,\n} from '../types';\n\nexport const registerSagas = [\n takeEvery(REGISTER_USER, registerSaga),\n takeEvery(REGISTER_USER_SUCCESS, redirectSaga),\n];\n\nfunction* registerSaga({ user, mappers }) {\n let requestBody = user;\n // Allow use of request mapper to take a user object\n // of any format and return the payload for the api request\n if (mappers && mappers.request && typeof mappers.request === 'function') {\n requestBody = yield mappers.request(user);\n }\n\n // Make POST call to register API\n const response = yield fetch('/account/register', {\n method: 'POST',\n headers: {\n Accept: 'application/json',\n 'Content-Type': 'application/json',\n },\n body: JSON.stringify(requestBody),\n });\n\n if (response.ok) {\n let mappedResponse;\n const [, responseBody] = yield to(response.json());\n if (responseBody) {\n // Allow use of response mapper to convert the successful user object\n // from the api response body into a user object of any format\n if (\n mappers &&\n mappers.response &&\n typeof mappers.response === 'function'\n ) {\n mappedResponse = yield mappers.response(responseBody);\n }\n // Update user object with mappedResponse or responseBody\n yield put({\n type: REGISTER_USER_SUCCESS,\n user: mappedResponse || responseBody,\n });\n } else {\n // OK response but unable to parse the response body\n yield put({\n type: REGISTER_USER_FAILED,\n error: {\n message:\n 'Unable to parse the created user from the register service response',\n },\n });\n }\n } else {\n // Not OK responses, these can be due to service availability\n // or status codes echoed from the responses received from\n // management api when registering the user\n const [, errorResponse] = yield to(response.json());\n const error = (errorResponse && errorResponse.error) || errorResponse || {};\n // Get something meaningful from the response if there is no message in the body\n if (!error.message) {\n error.message = `Registration service: ${response.statusText}`;\n error.status = response.status;\n }\n yield put({\n type: REGISTER_USER_FAILED,\n error,\n });\n }\n}\n\nfunction* redirectSaga() {\n // Check if querystring contains a redirect_uri\n const currentQs = queryParams(yield select(selectCurrentSearch));\n const redirectUri = currentQs.redirect_uri || currentQs.redirect;\n\n // We must use redux based navigation to preserve the registration state\n if (redirectUri) yield put(setRoute(redirectUri));\n}\n","const PAP_URL = 'https://pap.zengenti.com';\n\nconst USER_ENVS_URI = 'my-environments';\nconst USER_RESEND_VERIFICATION_URI = 'account/verify/resend';\nconst USER_REQUEST_PASSWORD_RESET_URI = 'account/reset';\nconst USER_RESET_PASSWORD_URI = 'account/reset/password';\n\nconst USER_ENVS_URL = `${PAP_URL}/${USER_ENVS_URI}`;\n\nconst BASE_OPTIONS = {\n method: 'GET',\n headers: { 'Content-Type': 'application/json' },\n};\n\nexport class UserHelper {\n static async GetUsersEnvironments(securityToken) {\n const options = {\n ...BASE_OPTIONS,\n headers: {\n 'x-security-token': securityToken,\n },\n };\n return await UserHelper.get(USER_ENVS_URL, options);\n }\n static async ResendUserVerification(userEmail) {\n const options = {\n ...BASE_OPTIONS,\n };\n return await UserHelper.get(\n `/${USER_RESEND_VERIFICATION_URI}?user=${userEmail}`,\n options\n );\n }\n static async RequestPasswordReset(userEmailObject) {\n const options = {\n ...BASE_OPTIONS,\n body: JSON.stringify(userEmailObject),\n };\n options.method = 'POST';\n\n return await UserHelper.get(`/${USER_REQUEST_PASSWORD_RESET_URI}`, options);\n }\n static async ResetPassword(resetPasswordObject) {\n const options = {\n ...BASE_OPTIONS,\n body: JSON.stringify(resetPasswordObject),\n };\n options.method = 'POST';\n\n return await UserHelper.get(`/${USER_RESET_PASSWORD_URI}`, options);\n }\n\n static async get(url, options = BASE_OPTIONS) {\n try {\n const responseBody = await api(url, options);\n return responseBody;\n } catch (err) {\n return { error: { message: err.message } };\n }\n }\n}\n\nasync function api(url, options) {\n return fetch(url, options)\n .then(async response => {\n return response.json().then(data => data);\n })\n .catch(error => {\n throw error;\n });\n}\n","import { put, takeEvery, select } from 'redux-saga/effects';\nimport { to } from 'await-to-js';\nimport { getManagementApiClient } from '~/user/util/ContensisManagementApi';\nimport { UserHelper } from '~/user/util/userHelper';\nimport { selectClientCredentials } from '../selectors';\nimport {\n REQUEST_USER_PASSWORD_RESET,\n RESET_USER_PASSWORD,\n REQUEST_USER_PASSWORD_RESET_ERROR,\n REQUEST_USER_PASSWORD_RESET_SENDING,\n REQUEST_USER_PASSWORD_RESET_SUCCESS,\n RESET_USER_PASSWORD_ERROR,\n RESET_USER_PASSWORD_SENDING,\n RESET_USER_PASSWORD_SUCCESS,\n CHANGE_USER_PASSWORD,\n CHANGE_USER_PASSWORD_SENDING,\n CHANGE_USER_PASSWORD_SUCCESS,\n CHANGE_USER_PASSWORD_ERROR,\n} from '../types';\n\nexport const resetPasswordSagas = [\n takeEvery(REQUEST_USER_PASSWORD_RESET, requestPasswordResetSaga),\n takeEvery(RESET_USER_PASSWORD, resetPasswordSaga),\n takeEvery(CHANGE_USER_PASSWORD, changePasswordSaga),\n];\n\nfunction* requestPasswordResetSaga(action) {\n const userEmailObject = action.userEmailObject;\n yield put({\n type: REQUEST_USER_PASSWORD_RESET_SENDING,\n });\n if (userEmailObject && userEmailObject.userEmail) {\n try {\n const passwordResetRequestResponse =\n yield UserHelper.RequestPasswordReset(userEmailObject);\n\n if (passwordResetRequestResponse) {\n if (!passwordResetRequestResponse.error) {\n yield put({\n type: REQUEST_USER_PASSWORD_RESET_SUCCESS,\n });\n } else {\n yield put({\n type: REQUEST_USER_PASSWORD_RESET_ERROR,\n error: passwordResetRequestResponse.error.message,\n });\n }\n } else {\n yield put({\n type: REQUEST_USER_PASSWORD_RESET_ERROR,\n error: 'No response from server',\n });\n }\n } catch (error) {\n yield put({\n type: REQUEST_USER_PASSWORD_RESET_ERROR,\n error: error && error.toString(),\n });\n }\n } else {\n yield put({\n type: REQUEST_USER_PASSWORD_RESET_ERROR,\n error: 'Invalid object',\n });\n }\n}\n\nfunction* resetPasswordSaga(action) {\n const resetPasswordObject = action.resetPasswordObject;\n\n yield put({\n type: RESET_USER_PASSWORD_SENDING,\n });\n if (resetPasswordObject.token && resetPasswordObject.password) {\n try {\n const resetPasswordResponse = yield UserHelper.ResetPassword(\n resetPasswordObject\n );\n\n if (resetPasswordResponse) {\n if (!resetPasswordResponse.error) {\n yield put({\n type: RESET_USER_PASSWORD_SUCCESS,\n });\n } else {\n const error =\n (resetPasswordResponse.error.data &&\n resetPasswordResponse.error.data.length > 0 &&\n resetPasswordResponse.error.data[0].message) ||\n resetPasswordResponse.error.message;\n yield put({\n type: RESET_USER_PASSWORD_ERROR,\n error,\n });\n }\n } else {\n yield put({\n type: RESET_USER_PASSWORD_ERROR,\n error: 'No response from server',\n });\n }\n } catch (error) {\n yield put({\n type: RESET_USER_PASSWORD_ERROR,\n error: error && error.toString(),\n });\n }\n } else {\n yield put({\n type: RESET_USER_PASSWORD_ERROR,\n error: 'Invalid object',\n });\n }\n}\n\n// userId\n// existingPassword\n// newPassword\nfunction* changePasswordSaga(action) {\n if (\n !action ||\n !action.userId ||\n !action.currentPassword ||\n !action.newPassword\n ) {\n yield put({\n type: CHANGE_USER_PASSWORD_ERROR,\n error: 'Invalid action object sent to changePassword saga',\n });\n return;\n }\n\n try {\n const changePasswordObject = {\n userId: action.userId,\n existing: action.currentPassword,\n new: action.newPassword,\n };\n\n yield put({\n type: CHANGE_USER_PASSWORD_SENDING,\n });\n const clientCredentials = yield select(selectClientCredentials, 'js');\n const client = yield getManagementApiClient({ ...clientCredentials });\n\n const [err, res] = yield to(\n client.security.users.updatePassword(changePasswordObject)\n );\n\n if (err) {\n const error =\n (err?.data?.data?.length > 0 && err.data.data[0].message) ||\n err?.data?.message;\n yield put({\n type: CHANGE_USER_PASSWORD_ERROR,\n error,\n });\n return;\n }\n\n // // eslint-disable-next-line no-console\n // console.log(changePasswordObject);\n // // eslint-disable-next-line no-console\n // console.log(userCredentialsObject);\n yield put({\n type: CHANGE_USER_PASSWORD_SUCCESS,\n });\n } catch (error) {\n yield put({\n type: CHANGE_USER_PASSWORD_ERROR,\n error: error && error.toString(),\n });\n }\n}\n","import { loginSagas } from './login';\nimport { registerSagas } from './register';\nimport { resetPasswordSagas } from './resetPassword';\n\nexport const userSagas = [\n ...loginSagas,\n ...registerSagas,\n ...resetPasswordSagas,\n];\n","// index.js\nimport { all } from 'redux-saga/effects';\nimport { navigationSagas } from './navigation';\nimport { routingSagas } from '~/routing/redux/sagas';\nimport { userSagas } from '~/user/redux/sagas';\n\nexport default function (featureSagas = []) {\n return function* rootSaga() {\n const subSagas = [...routingSagas, ...navigationSagas, ...userSagas];\n yield all([...subSagas, ...featureSagas]);\n };\n}\n","const servers = SERVERS; /* global SERVERS */\nconst alias = servers.alias.toLowerCase();\nconst publicUri = PUBLIC_URI; /* global PUBLIC_URI */\nconst projects = PROJECTS; /* global PROJECTS */\n\n// return a projectId via the request hostname\nconst pickProject = (hostname, query) => {\n // if localhost we can only infer via a querystring, and take your word for it\n if (hostname == 'localhost') {\n return (query && query.p) || projects[0].id;\n }\n\n // if hostname is the actual public uri we can return the first project from the list\n if (hostname == publicUri) {\n return projects[0].id;\n }\n\n let project = 'unknown';\n\n // // go through all the defined projects\n // Object.entries(projects).map(([, p]) => {\n const p = projects[0];\n\n // check if we're accessing via the project's public uri\n if (hostname.includes(p.publicUri)) project = p.id;\n\n // the url structure is different for website (we don't prefix)\n if (p.id.startsWith('website')) {\n // check for internal and external hostnames\n // we check live and preview distinctly so our rule does not clash with\n // hostnames that use a project prefix\n if (\n hostname.includes(`live-${alias}.cloud.contensis.com`) ||\n hostname.includes(`live.${alias}.contensis.cloud`) ||\n hostname.includes(`preview-${alias}.cloud.contensis.com`) ||\n hostname.includes(`preview.${alias}.contensis.cloud`)\n )\n project = p.id;\n } else {\n // check for internal and external hostnames, prefixed with the projectId\n if (\n hostname.includes(`${p.id.toLowerCase()}-${alias}.cloud.contensis.com`) ||\n hostname.includes(`${p.id.toLowerCase()}.${alias}.contensis.cloud`)\n )\n project = p.id;\n }\n // });\n return project === 'unknown' ? p.id : project;\n};\n\nexport default pickProject;\n","import React from 'react';\nimport { AppRootProps } from '../routing/routes';\nimport { RouteLoader } from '../routing';\n\nconst AppRoot = (props: AppRootProps) => {\n return <RouteLoader {...props} />;\n};\n\nexport default AppRoot;\n"],"names":["selectedHistory","window","createBrowserHistory","createMemoryHistory","history","options","browserHistory","navigationSagas","takeEvery","GET_NODE_TREE","ensureNodeTreeSaga","action","state","select","hasNavigationTree","deliveryApiVersionStatus","selectVersionStatus","project","selectCurrentProject","nodes","deliveryApi","getClient","getRoot","depth","treeDepth","language","put","type","SET_NODE_TREE","GET_NODE_TREE_ERROR","ex","log","error","toString","sys","contentTypeId","dataFormat","filename","id","includeInSearch","slug","uri","versionStatus","Fields","entryTitle","entryDescription","keywords","wildcard","fieldExpression","field","value","operator","weight","Array","isArray","equalToOrIn","Op","defaultExpressions","equalTo","arr","length","in","routeEntryByFieldsQuery","fields","query","Query","routingSagas","SET_NAVIGATION_PATH","getRouteSaga","SET_ROUTE","setRouteSaga","payload","method","args","path","entry","_staticRoute$route","_staticRoute$route$pa","_staticRoute$route2","_staticRoute$route2$p","_pathNode2","_pathNode2$entry","_pathNode2$entry$sys","_pathNode3","_pathNode3$entry","_pathNode3$entry$sys","withEvents","routes","ContentTypeMappings","staticRoute","cookies","api","cachedSearchWithCookies","raw","route","injectRedux","call","reduxInjectorSaga","pathNode","ancestors","children","siblings","contentTypeMapping","appsays","requireLogin","onRouteLoad","staticRouteLinkDepth","params","linkDepth","staticRouteFields","entryLinkDepth","undefined","setContentTypeLimits","find","ct","nodeOptions","routeEntry","selectRouteEntry","routeNode","selectCurrentNode","currentPath","deliveryApiStatus","isPreview","startsWith","defaultLang","customRouting","fetchNode","statePath","refetchNode","UPDATE_LOADING_STATE","isLoading","setRouteEntry","selectCurrentAncestors","selectCurrentSiblings","splitPath","split","entryGuid","previewEntry","entries","get","_pathNode","_pathNode$entry","_pathNode$entry$sys","nodeError","to","getNode","entryFields","includes","status","userLoggedIn","handleRequiresLoginSaga","LoginHelper","GetAccessDeniedRoute","do500","_payload$items","findContentTypeMapping","search","items","resolveCurrentNodeOrdinates","resolvedContentTypeMapping","onRouteLoaded","preventScrollTop","scrollTo","_staticRoute$route3","_staticRoute$route3$f","_appsays","entryMapper","do404","e","stack","apiCall","doNavigation","customNavigation","getAncestors","info","childrenDepth","childrenOptions","getChildren","getSiblings","_nodeOptions$siblings","_nodeOptions$siblings2","includeInMenu","isTreeLoaded","tree","getNodeTree","loadAncestors","loadChildren","loadSiblings","loadTree","nodeWithChildren","all","node","notFound","remapEntry","entrySys","ContensisEntryId","currentEntryId","selectRouteEntryEntryId","currentEntryLang","selectRouteEntryLanguage","mappedEntry","selectMappedEntry","mapRouteEntry","SET_ENTRY","SET_ANCESTORS","SET_SIBLINGS","clientReloadHitServer","stateEntry","location","reload","isError","statusCode","injectorFn","key","reducer","saga","reduxInjector","registerSagas","REGISTER_USER","registerSaga","REGISTER_USER_SUCCESS","redirectSaga","user","mappers","requestBody","request","response","fetch","headers","Accept","body","JSON","stringify","ok","mappedResponse","responseBody","json","REGISTER_USER_FAILED","message","errorResponse","statusText","currentQs","queryParams","selectCurrentSearch","redirectUri","redirect_uri","redirect","setRoute","PAP_URL","USER_ENVS_URI","USER_RESEND_VERIFICATION_URI","USER_REQUEST_PASSWORD_RESET_URI","USER_RESET_PASSWORD_URI","USER_ENVS_URL","BASE_OPTIONS","UserHelper","GetUsersEnvironments","securityToken","ResendUserVerification","userEmail","RequestPasswordReset","userEmailObject","ResetPassword","resetPasswordObject","url","err","then","data","catch","resetPasswordSagas","REQUEST_USER_PASSWORD_RESET","requestPasswordResetSaga","RESET_USER_PASSWORD","resetPasswordSaga","CHANGE_USER_PASSWORD","changePasswordSaga","REQUEST_USER_PASSWORD_RESET_SENDING","passwordResetRequestResponse","REQUEST_USER_PASSWORD_RESET_SUCCESS","REQUEST_USER_PASSWORD_RESET_ERROR","RESET_USER_PASSWORD_SENDING","token","password","resetPasswordResponse","RESET_USER_PASSWORD_SUCCESS","RESET_USER_PASSWORD_ERROR","userId","currentPassword","newPassword","CHANGE_USER_PASSWORD_ERROR","changePasswordObject","existing","new","CHANGE_USER_PASSWORD_SENDING","clientCredentials","selectClientCredentials","client","getManagementApiClient","res","security","users","updatePassword","_err$data","_err$data$data","_err$data2","CHANGE_USER_PASSWORD_SUCCESS","userSagas","loginSagas","featureSagas","rootSaga","subSagas","servers","SERVERS","alias","toLowerCase","publicUri","PUBLIC_URI","projects","PROJECTS","pickProject","hostname","p","AppRoot","props","React","createElement","RouteLoader"],"mappings":"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"}
|