@elliemae/pui-app-sdk 3.0.0-beta.5 → 3.0.0-beta.6
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/dist/cjs/analytics/index.js +3 -3
- package/dist/cjs/analytics/page-view-event.js +2 -2
- package/dist/cjs/analytics/user-session-event.js +4 -4
- package/dist/cjs/analytics/user-wait-event.js +3 -3
- package/dist/cjs/api/auth/index.js +1 -1
- package/dist/cjs/api/users/index.js +1 -1
- package/dist/cjs/communication/http-client/index.js +5 -5
- package/dist/cjs/communication/http-client/request-interceptor.js +1 -1
- package/dist/cjs/communication/http-client/retry.js +1 -1
- package/dist/cjs/communication/http-client/tests/index.test-disable.js +3 -3
- package/dist/cjs/data/auth/reducer.js +1 -1
- package/dist/cjs/data/reducers.js +4 -4
- package/dist/cjs/data/store.js +1 -1
- package/dist/cjs/data/wait-message/reducer.js +1 -1
- package/dist/cjs/index.js +73 -73
- package/dist/cjs/route/index.js +2 -1
- package/dist/cjs/route/page-view.js +1 -1
- package/dist/cjs/route/private-route/index.js +8 -7
- package/dist/cjs/sideeffect/auth/index.js +4 -4
- package/dist/cjs/sideeffect/error-toast/index.js +4 -4
- package/dist/cjs/sideeffect/wait-message/index.js +4 -4
- package/dist/cjs/utils/app-config/index.js +4 -4
- package/dist/cjs/utils/app-host-integration/react.js +1 -1
- package/dist/cjs/utils/auth/helper.js +1 -1
- package/dist/cjs/utils/auth/index.js +9 -9
- package/dist/cjs/utils/micro-frontend/console-logger.js +1 -1
- package/dist/cjs/utils/micro-frontend/guest.js +8 -8
- package/dist/cjs/utils/micro-frontend/host.js +14 -14
- package/dist/cjs/utils/micro-frontend/index.js +4 -4
- package/dist/cjs/utils/service-worker.js +2 -2
- package/dist/cjs/utils/session.js +2 -2
- package/dist/cjs/utils/storybook/manager.js +1 -1
- package/dist/cjs/utils/storybook/preview.js +5 -5
- package/dist/cjs/utils/testing/index.js +4 -3
- package/dist/cjs/utils/testing/render-with-redux.js +3 -2
- package/dist/cjs/utils/testing/render-with-router-redux.js +3 -2
- package/dist/cjs/utils/testing/render-with-router.js +1 -0
- package/dist/cjs/utils/testing/render-with-state-addons.js +1 -0
- package/dist/cjs/view/app-root/hosted-app.js +5 -4
- package/dist/cjs/view/app-root/index.js +7 -6
- package/dist/cjs/view/app-root/stand-alone-app.js +8 -7
- package/dist/cjs/view/error-boundary/default-error-template.js +17 -0
- package/dist/cjs/view/error-boundary/index.js +3 -3
- package/dist/cjs/view/error-toast/index.js +3 -2
- package/dist/cjs/view/fetch-host-app-data/index.js +3 -3
- package/dist/cjs/view/fields/check-box/index.js +1 -0
- package/dist/cjs/view/fields/combo-box/index.js +1 -0
- package/dist/cjs/view/fields/date-input/index.js +1 -0
- package/dist/cjs/view/fields/date-picker/index.js +1 -0
- package/dist/cjs/view/fields/form-item-layout/index.js +2 -1
- package/dist/cjs/view/fields/input-mask/index.js +1 -0
- package/dist/cjs/view/fields/large-text-box/index.js +1 -0
- package/dist/cjs/view/fields/radio/index.js +1 -0
- package/dist/cjs/view/fields/radio-group/index.js +1 -0
- package/dist/cjs/view/fields/text-box/index.js +1 -0
- package/dist/cjs/view/fields/watch-value.js +1 -0
- package/dist/cjs/view/form/index.js +1 -0
- package/dist/cjs/view/form/personal-info-section.js +5 -4
- package/dist/cjs/view/form/submit-button/index.js +1 -0
- package/dist/cjs/view/guest-unload-handlers/index.js +1 -1
- package/dist/cjs/view/header/center-region/index.js +1 -0
- package/dist/cjs/view/header/index.js +5 -4
- package/dist/cjs/view/header/logo-region/index.js +1 -0
- package/dist/cjs/view/header/nav-region/index.js +3 -2
- package/dist/cjs/view/header/nav-region/notification/index.js +1 -0
- package/dist/cjs/view/header/nav-region/user/index.js +1 -0
- package/dist/cjs/view/live-message/index.js +2 -1
- package/dist/cjs/view/loadable/index.js +2 -1
- package/dist/cjs/view/login/index.js +4 -3
- package/dist/cjs/view/media-breakpoint/index.js +5 -4
- package/dist/cjs/view/message-to-host-app/index.js +1 -1
- package/dist/cjs/view/micro-app/app-factory/index.js +9 -9
- package/dist/cjs/view/micro-app/index.js +3 -2
- package/dist/cjs/view/micro-app/resources/manifest.js +4 -4
- package/dist/cjs/view/micro-app/resources/script.js +1 -1
- package/dist/cjs/view/micro-app/resources/style.js +1 -1
- package/dist/cjs/view/micro-app/use-app-will-render.js +4 -4
- package/dist/cjs/view/micro-app/utils.js +1 -1
- package/dist/cjs/view/micro-iframe-app/app.js +4 -3
- package/dist/cjs/view/micro-iframe-app/iframe/index.js +2 -1
- package/dist/cjs/view/micro-iframe-app/index.js +3 -2
- package/dist/cjs/view/micro-iframe-app/use-frame-loaded.js +3 -3
- package/dist/cjs/view/modals/error/index.js +1 -0
- package/dist/cjs/view/modals/navigation-prompt/index.js +3 -2
- package/dist/cjs/view/modals/session-expiry/customHooks.js +2 -2
- package/dist/cjs/view/modals/session-expiry/index.js +5 -4
- package/dist/cjs/view/modals/wait-message/html-wait-message.js +1 -0
- package/dist/cjs/view/modals/wait-message/index.js +4 -3
- package/dist/cjs/view/modals/wait-message/wait-message-launcher.js +3 -2
- package/dist/cjs/view/render-with-delay/index.js +1 -0
- package/dist/cjs/view/render-with-host-data/index.js +3 -2
- package/dist/cjs/view/session-timeout/index.js +5 -4
- package/dist/cjs/view/storybook/decorator.js +3 -2
- package/dist/cjs/view/visually-hidden/index.js +1 -0
- package/dist/cjs/view/window-size/index.js +2 -1
- package/dist/es/analytics/index.js +3 -3
- package/dist/es/analytics/page-view-event.js +1 -1
- package/dist/es/analytics/user-session-event.js +2 -2
- package/dist/es/analytics/user-wait-event.js +1 -1
- package/dist/es/api/auth/index.js +1 -1
- package/dist/es/api/users/index.js +1 -1
- package/dist/es/communication/http-client/index.js +5 -5
- package/dist/es/communication/http-client/request-interceptor.js +1 -1
- package/dist/es/communication/http-client/retry.js +1 -1
- package/dist/es/communication/http-client/tests/index.test-disable.js +3 -3
- package/dist/es/data/auth/reducer.js +1 -1
- package/dist/es/data/reducers.js +4 -4
- package/dist/es/data/store.js +1 -1
- package/dist/es/data/wait-message/reducer.js +1 -1
- package/dist/es/index.js +83 -73
- package/dist/es/route/index.js +2 -1
- package/dist/es/route/page-view.js +1 -1
- package/dist/es/route/private-route/index.js +8 -7
- package/dist/es/sideeffect/auth/index.js +4 -4
- package/dist/es/sideeffect/error-toast/index.js +4 -4
- package/dist/es/sideeffect/wait-message/index.js +4 -4
- package/dist/es/utils/app-config/index.js +4 -4
- package/dist/es/utils/app-host-integration/react.js +1 -1
- package/dist/es/utils/auth/helper.js +1 -1
- package/dist/es/utils/auth/index.js +9 -9
- package/dist/es/utils/micro-frontend/console-logger.js +1 -1
- package/dist/es/utils/micro-frontend/guest.js +8 -8
- package/dist/es/utils/micro-frontend/host.js +14 -14
- package/dist/es/utils/micro-frontend/index.js +4 -4
- package/dist/es/utils/service-worker.js +2 -2
- package/dist/es/utils/session.js +2 -2
- package/dist/es/utils/storybook/manager.js +1 -1
- package/dist/es/utils/storybook/preview.js +5 -5
- package/dist/es/utils/testing/index.js +4 -3
- package/dist/es/utils/testing/render-with-redux.js +3 -2
- package/dist/es/utils/testing/render-with-router-redux.js +3 -2
- package/dist/es/utils/testing/render-with-router.js +1 -0
- package/dist/es/utils/testing/render-with-state-addons.js +1 -0
- package/dist/es/view/app-root/hosted-app.js +5 -4
- package/dist/es/view/app-root/index.js +7 -6
- package/dist/es/view/app-root/stand-alone-app.js +8 -7
- package/dist/es/view/error-boundary/default-error-template.js +1 -0
- package/dist/es/view/error-boundary/index.js +3 -3
- package/dist/es/view/error-toast/index.js +3 -2
- package/dist/es/view/fetch-host-app-data/index.js +6 -3
- package/dist/es/view/fields/check-box/index.js +1 -0
- package/dist/es/view/fields/combo-box/index.js +1 -0
- package/dist/es/view/fields/date-input/index.js +1 -0
- package/dist/es/view/fields/date-picker/index.js +1 -0
- package/dist/es/view/fields/form-item-layout/index.js +2 -1
- package/dist/es/view/fields/input-mask/index.js +1 -0
- package/dist/es/view/fields/large-text-box/index.js +1 -0
- package/dist/es/view/fields/radio/index.js +1 -0
- package/dist/es/view/fields/radio-group/index.js +1 -0
- package/dist/es/view/fields/text-box/index.js +1 -0
- package/dist/es/view/fields/watch-value.js +1 -0
- package/dist/es/view/form/index.js +1 -0
- package/dist/es/view/form/personal-info-section.js +5 -4
- package/dist/es/view/form/submit-button/index.js +1 -0
- package/dist/es/view/guest-unload-handlers/index.js +1 -1
- package/dist/es/view/header/center-region/index.js +1 -0
- package/dist/es/view/header/index.js +5 -4
- package/dist/es/view/header/logo-region/index.js +1 -0
- package/dist/es/view/header/nav-region/index.js +3 -2
- package/dist/es/view/header/nav-region/notification/index.js +1 -0
- package/dist/es/view/header/nav-region/user/index.js +1 -0
- package/dist/es/view/live-message/index.js +2 -1
- package/dist/es/view/loadable/index.js +2 -1
- package/dist/es/view/login/index.js +4 -3
- package/dist/es/view/media-breakpoint/index.js +5 -4
- package/dist/es/view/message-to-host-app/index.js +1 -1
- package/dist/es/view/micro-app/app-factory/index.js +12 -9
- package/dist/es/view/micro-app/index.js +3 -2
- package/dist/es/view/micro-app/resources/manifest.js +4 -4
- package/dist/es/view/micro-app/resources/script.js +1 -1
- package/dist/es/view/micro-app/resources/style.js +1 -1
- package/dist/es/view/micro-app/use-app-will-render.js +9 -4
- package/dist/es/view/micro-app/utils.js +1 -1
- package/dist/es/view/micro-iframe-app/app.js +4 -3
- package/dist/es/view/micro-iframe-app/iframe/index.js +2 -1
- package/dist/es/view/micro-iframe-app/index.js +3 -2
- package/dist/es/view/micro-iframe-app/use-frame-loaded.js +3 -3
- package/dist/es/view/modals/error/index.js +1 -0
- package/dist/es/view/modals/navigation-prompt/index.js +3 -2
- package/dist/es/view/modals/session-expiry/customHooks.js +2 -2
- package/dist/es/view/modals/session-expiry/index.js +5 -4
- package/dist/es/view/modals/wait-message/html-wait-message.js +1 -0
- package/dist/es/view/modals/wait-message/index.js +4 -3
- package/dist/es/view/modals/wait-message/wait-message-launcher.js +3 -2
- package/dist/es/view/render-with-delay/index.js +1 -0
- package/dist/es/view/render-with-host-data/index.js +3 -2
- package/dist/es/view/session-timeout/index.js +5 -4
- package/dist/es/view/storybook/decorator.js +3 -2
- package/dist/es/view/visually-hidden/index.js +1 -0
- package/dist/es/view/window-size/index.js +2 -1
- package/dist/types/communication/http-client/retry.d.ts +1 -1
- package/dist/types/data/react-redux.d.ts +11 -11
- package/dist/types/data/reducers.d.ts +6 -6
- package/dist/types/data/store.d.ts +28 -28
- package/dist/types/index.d.ts +79 -79
- package/dist/types/route/private-route/index.d.ts +1 -1
- package/dist/types/sideeffect/auth/index.d.ts +1 -1
- package/dist/types/utils/app-host-integration/react.d.ts +1 -1
- package/dist/types/utils/micro-frontend/guest.d.ts +2 -2
- package/dist/types/utils/micro-frontend/host.d.ts +1 -1
- package/dist/types/utils/micro-frontend/index.d.ts +2 -2
- package/dist/types/utils/testing/render-with-redux.d.ts +19 -19
- package/dist/types/utils/testing/render-with-router-redux.d.ts +19 -19
- package/dist/types/view/app-root/index.d.ts +1 -1
- package/dist/types/view/fields/check-box/index.stories.d.ts +1 -1
- package/dist/types/view/fields/check-box/set-value.stories.d.ts +1 -1
- package/dist/types/view/fields/combo-box/index.stories.d.ts +1 -1
- package/dist/types/view/fields/date-input/index.stories.d.ts +1 -1
- package/dist/types/view/fields/date-picker/index.stories.d.ts +1 -1
- package/dist/types/view/fields/form-item-layout/index.stories.d.ts +1 -1
- package/dist/types/view/fields/input-mask/index.stories.d.ts +1 -1
- package/dist/types/view/fields/large-text-box/index.stories.d.ts +1 -1
- package/dist/types/view/fields/radio/index.stories.d.ts +1 -1
- package/dist/types/view/fields/radio/set-value.stories.d.ts +1 -1
- package/dist/types/view/fields/radio-group/index.stories.d.ts +1 -1
- package/dist/types/view/fields/text-box/index.stories.d.ts +1 -1
- package/dist/types/view/form/usecases.stories.d.ts +1 -1
- package/dist/types/view/header/index.d.ts +1 -1
- package/dist/types/view/header/index.stories.d.ts +1 -1
- package/dist/types/view/micro-app/app-factory/index.d.ts +1 -1
- package/dist/types/view/micro-app/index.d.ts +1 -1
- package/dist/types/view/micro-app/resources/script.d.ts +1 -1
- package/dist/types/view/micro-app/resources/style.d.ts +1 -1
- package/dist/types/view/micro-app/use-app-will-render.d.ts +1 -1
- package/dist/types/view/micro-iframe-app/app.d.ts +2 -2
- package/dist/types/view/micro-iframe-app/index.d.ts +1 -1
- package/dist/types/view/micro-iframe-app/types.d.ts +1 -1
- package/dist/types/view/micro-iframe-app/use-frame-loaded.d.ts +1 -1
- package/dist/types/view/modals/error/index.stories.d.ts +1 -1
- package/dist/types/view/modals/navigation-prompt/index.stories.d.ts +1 -1
- package/dist/types/view/modals/session-expiry/index.stories.d.ts +1 -1
- package/dist/types/view/modals/wait-message/index.stories.d.ts +1 -1
- package/dist/types/view/storybook/decorator.d.ts +1 -1
- package/package.json +2 -2
|
@@ -28,7 +28,7 @@ __export(exports, {
|
|
|
28
28
|
removePrefetchLinks: () => removePrefetchLinks,
|
|
29
29
|
removeScriptFromDOM: () => removeScriptFromDOM
|
|
30
30
|
});
|
|
31
|
-
var import_url = __toModule(require("../../../utils/url"));
|
|
31
|
+
var import_url = __toModule(require("../../../utils/url.js"));
|
|
32
32
|
const APP_SCRIPT_ID_PREFIX = "emui-script-";
|
|
33
33
|
const HEAD_SCRIPTS = new RegExp("/(?:emuiDiagnostics|global|global-prod|emuiUserMonitoring)(?:..*)?.js", "i");
|
|
34
34
|
const isHeadScript = (scriptSrc) => HEAD_SCRIPTS.test(scriptSrc);
|
|
@@ -27,7 +27,7 @@ __export(exports, {
|
|
|
27
27
|
removeDynamicImportedStyles: () => removeDynamicImportedStyles,
|
|
28
28
|
removeStyleFromDOM: () => removeStyleFromDOM
|
|
29
29
|
});
|
|
30
|
-
var import_url = __toModule(require("../../../utils/url"));
|
|
30
|
+
var import_url = __toModule(require("../../../utils/url.js"));
|
|
31
31
|
const APP_STYLE_ID_PREFIX = "emui-style-";
|
|
32
32
|
const addStylesToDOM = ({ name, hostUrl, documentEle }, fileName, index) => new Promise((resolve, reject) => {
|
|
33
33
|
const ele = documentEle.createElement("link");
|
|
@@ -27,10 +27,10 @@ __export(exports, {
|
|
|
27
27
|
var import_react = __toModule(require("react"));
|
|
28
28
|
var import_lodash = __toModule(require("lodash"));
|
|
29
29
|
var import_react_redux = __toModule(require("react-redux"));
|
|
30
|
-
var import_actions = __toModule(require("../../data/wait-message/actions"));
|
|
31
|
-
var import_app_factory = __toModule(require("./app-factory"));
|
|
32
|
-
var import_micro_frontend = __toModule(require("../../utils/micro-frontend"));
|
|
33
|
-
var import_log_records = __toModule(require("../../utils/log-records"));
|
|
30
|
+
var import_actions = __toModule(require("../../data/wait-message/actions.js"));
|
|
31
|
+
var import_app_factory = __toModule(require("./app-factory/index.js"));
|
|
32
|
+
var import_micro_frontend = __toModule(require("../../utils/micro-frontend/index.js"));
|
|
33
|
+
var import_log_records = __toModule(require("../../utils/log-records.js"));
|
|
34
34
|
const useAppWillRender = ({
|
|
35
35
|
id,
|
|
36
36
|
documentEle,
|
|
@@ -24,7 +24,7 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
getNavigationLinks: () => getNavigationLinks
|
|
26
26
|
});
|
|
27
|
-
var import_config = __toModule(require("../../utils/app-config/config"));
|
|
27
|
+
var import_config = __toModule(require("../../utils/app-config/config.js"));
|
|
28
28
|
const getNavigationLinks = () => {
|
|
29
29
|
const microApps = (0, import_config.getAppConfigValue)("microFrontendApps");
|
|
30
30
|
if (!microApps)
|
|
@@ -24,11 +24,12 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
App: () => App
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
var import_iframe = __toModule(require("file-loader?name=iframe.[contenthash].[ext]!./iframe/index.html"));
|
|
29
|
-
var import_iframe2 = __toModule(require("./iframe"));
|
|
30
|
-
var import_use_frame_loaded = __toModule(require("./use-frame-loaded"));
|
|
31
|
-
var import_use_app_will_render = __toModule(require("../micro-app/use-app-will-render"));
|
|
30
|
+
var import_iframe2 = __toModule(require("./iframe/index.js"));
|
|
31
|
+
var import_use_frame_loaded = __toModule(require("./use-frame-loaded.js"));
|
|
32
|
+
var import_use_app_will_render = __toModule(require("../micro-app/use-app-will-render.js"));
|
|
32
33
|
const App = (0, import_react.memo)(({ id, dispose, onUnloadComplete, ...rest }) => {
|
|
33
34
|
const [documentEle, setDocumentEle] = (0, import_react.useState)(null);
|
|
34
35
|
(0, import_use_frame_loaded.useFrameLoaded)({ id, documentEle, ...rest });
|
|
@@ -24,9 +24,10 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
IFrame: () => IFrame
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
var import_styled_components = __toModule(require("styled-components"));
|
|
29
|
-
var import_const = __toModule(require("./const"));
|
|
30
|
+
var import_const = __toModule(require("./const.js"));
|
|
30
31
|
const Div = import_styled_components.default.div`
|
|
31
32
|
display: flex;
|
|
32
33
|
width: 100%;
|
|
@@ -24,9 +24,10 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
MicroIFrameApp: () => MicroIFrameApp
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
|
-
var import_use_previous = __toModule(require("../use-previous"));
|
|
29
|
-
var import_app = __toModule(require("./app"));
|
|
29
|
+
var import_use_previous = __toModule(require("../use-previous.js"));
|
|
30
|
+
var import_app = __toModule(require("./app.js"));
|
|
30
31
|
const MicroIFrameApp = (0, import_react.memo)(({ entityId = null, ...rest }) => {
|
|
31
32
|
const [disposePrevApp, setDisposePrevApp] = (0, import_react.useState)(false);
|
|
32
33
|
const [appKey, setAppKey] = (0, import_react.useState)(Date.now());
|
|
@@ -25,9 +25,9 @@ __export(exports, {
|
|
|
25
25
|
useFrameLoaded: () => useFrameLoaded
|
|
26
26
|
});
|
|
27
27
|
var import_react = __toModule(require("react"));
|
|
28
|
-
var import_session = __toModule(require("../../utils/session"));
|
|
29
|
-
var import_host = __toModule(require("../../utils/micro-frontend/host"));
|
|
30
|
-
var import_micro_frontend = __toModule(require("../../utils/micro-frontend"));
|
|
28
|
+
var import_session = __toModule(require("../../utils/session.js"));
|
|
29
|
+
var import_host = __toModule(require("../../utils/micro-frontend/host.js"));
|
|
30
|
+
var import_micro_frontend = __toModule(require("../../utils/micro-frontend/index.js"));
|
|
31
31
|
const addBaseTag = (id, documentEle) => {
|
|
32
32
|
const { hostUrl, manifestPath } = (0, import_micro_frontend.getMicroFrontEndAppConfig)({
|
|
33
33
|
id
|
|
@@ -24,6 +24,7 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
Error: () => Error2
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
var import_ds_modal = __toModule(require("@elliemae/ds-modal"));
|
|
29
30
|
const Error2 = ({
|
|
@@ -24,10 +24,11 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
NavigationPrompt: () => NavigationPrompt
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
var import_ds_modal = __toModule(require("@elliemae/ds-modal"));
|
|
29
|
-
var import_react_redux = __toModule(require("../../../data/react-redux"));
|
|
30
|
-
var import_actions = __toModule(require("../../../data/navigation-prompt/actions"));
|
|
30
|
+
var import_react_redux = __toModule(require("../../../data/react-redux.js"));
|
|
31
|
+
var import_actions = __toModule(require("../../../data/navigation-prompt/actions.js"));
|
|
31
32
|
const NavigationPrompt = (0, import_react.memo)(({ open, showHeader = false }) => {
|
|
32
33
|
const dispatch = (0, import_react_redux.useAppDispatch)();
|
|
33
34
|
return /* @__PURE__ */ React.createElement(import_ds_modal.default, {
|
|
@@ -26,8 +26,8 @@ __export(exports, {
|
|
|
26
26
|
});
|
|
27
27
|
var import_react = __toModule(require("react"));
|
|
28
28
|
var import_date_fns = __toModule(require("date-fns"));
|
|
29
|
-
var import_constants = __toModule(require("../../../utils/constants"));
|
|
30
|
-
var import_config = __toModule(require("../../../utils/app-config/config"));
|
|
29
|
+
var import_constants = __toModule(require("../../../utils/constants.js"));
|
|
30
|
+
var import_config = __toModule(require("../../../utils/app-config/config.js"));
|
|
31
31
|
const useTrackSessionExpiry = (warningNotifiedAt) => {
|
|
32
32
|
const [timeData, setTimeData] = (0, import_react.useState)();
|
|
33
33
|
(0, import_react.useEffect)(() => {
|
|
@@ -24,12 +24,13 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
SessionExpiry: () => SessionExpiry
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
var import_ds_modal = __toModule(require("@elliemae/ds-modal"));
|
|
29
|
-
var import_react_redux = __toModule(require("../../../data/react-redux"));
|
|
30
|
-
var import_actions = __toModule(require("../../../data/logout/actions"));
|
|
31
|
-
var import_session = __toModule(require("../../../utils/session"));
|
|
32
|
-
var import_customHooks = __toModule(require("./customHooks"));
|
|
30
|
+
var import_react_redux = __toModule(require("../../../data/react-redux.js"));
|
|
31
|
+
var import_actions = __toModule(require("../../../data/logout/actions.js"));
|
|
32
|
+
var import_session = __toModule(require("../../../utils/session.js"));
|
|
33
|
+
var import_customHooks = __toModule(require("./customHooks.js"));
|
|
33
34
|
const SessionExpiry = (0, import_react.memo)(({ open, warningNotifiedAt = 0, showHeader = false }) => {
|
|
34
35
|
const [isOpen, setIsOpen] = (0, import_react.useState)(open);
|
|
35
36
|
const timeLeft = (0, import_customHooks.useTrackSessionExpiry)(warningNotifiedAt);
|
|
@@ -24,6 +24,7 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
HTMLWaitMessage: () => HTMLWaitMessage
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
const HTMLWaitMessage = (0, import_react.memo)(({ close }) => {
|
|
29
30
|
(0, import_react.useEffect)(() => {
|
|
@@ -24,11 +24,12 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
WaitMessage: () => WaitMessage
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
var import_LoadingIndicator = __toModule(require("@elliemae/ds-basic/LoadingIndicator"));
|
|
29
|
-
var import_react_redux = __toModule(require("../../../data/react-redux"));
|
|
30
|
-
var import_html_wait_message = __toModule(require("./html-wait-message"));
|
|
31
|
-
var import_user_wait_event = __toModule(require("../../../analytics/user-wait-event"));
|
|
30
|
+
var import_react_redux = __toModule(require("../../../data/react-redux.js"));
|
|
31
|
+
var import_html_wait_message = __toModule(require("./html-wait-message.js"));
|
|
32
|
+
var import_user_wait_event = __toModule(require("../../../analytics/user-wait-event.js"));
|
|
32
33
|
const WaitMessage = (0, import_react.memo)(({
|
|
33
34
|
size = "m",
|
|
34
35
|
style = { color: "white", fontSize: "1.25rem" },
|
|
@@ -24,9 +24,10 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
WaitMessageLauncher: () => WaitMessageLauncher
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
|
-
var import_react_redux = __toModule(require("../../../data/react-redux"));
|
|
29
|
-
var import_actions = __toModule(require("../../../data/wait-message/actions"));
|
|
29
|
+
var import_react_redux = __toModule(require("../../../data/react-redux.js"));
|
|
30
|
+
var import_actions = __toModule(require("../../../data/wait-message/actions.js"));
|
|
30
31
|
const WaitMessageLauncher = () => {
|
|
31
32
|
const dispatch = (0, import_react_redux.useAppDispatch)();
|
|
32
33
|
(0, import_react.useEffect)(() => {
|
|
@@ -24,6 +24,7 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
RenderWithDelay: () => RenderWithDelay
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
const RenderWithDelay = (0, import_react.memo)(({ render }) => {
|
|
29
30
|
const [show, showComponents] = (0, import_react.useState)(false);
|
|
@@ -24,9 +24,10 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
renderWithHostData: () => renderWithHostData
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
|
-
var import_fetch_host_app_data = __toModule(require("../fetch-host-app-data"));
|
|
29
|
-
var import_wait_message_launcher = __toModule(require("../modals/wait-message/wait-message-launcher"));
|
|
29
|
+
var import_fetch_host_app_data = __toModule(require("../fetch-host-app-data/index.js"));
|
|
30
|
+
var import_wait_message_launcher = __toModule(require("../modals/wait-message/wait-message-launcher.js"));
|
|
30
31
|
const renderWithHostData = (data) => {
|
|
31
32
|
const {
|
|
32
33
|
ComponentToRender,
|
|
@@ -24,11 +24,12 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
SessionTimeout: () => SessionTimeout
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
|
-
var import_react_redux = __toModule(require("../../data/react-redux"));
|
|
29
|
-
var import_actions = __toModule(require("../../data/logout/actions"));
|
|
30
|
-
var import_session = __toModule(require("../../utils/session"));
|
|
31
|
-
var import_session_expiry = __toModule(require("../modals/session-expiry"));
|
|
29
|
+
var import_react_redux = __toModule(require("../../data/react-redux.js"));
|
|
30
|
+
var import_actions = __toModule(require("../../data/logout/actions.js"));
|
|
31
|
+
var import_session = __toModule(require("../../utils/session.js"));
|
|
32
|
+
var import_session_expiry = __toModule(require("../modals/session-expiry/index.js"));
|
|
32
33
|
const SessionTimeout = () => {
|
|
33
34
|
const dispatch = (0, import_react_redux.useAppDispatch)();
|
|
34
35
|
const [showSessionExpiryWarning, setSessionExpiryWarning] = (0, import_react.useState)(false);
|
|
@@ -24,8 +24,9 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
withAppDecorator: () => withAppDecorator
|
|
26
26
|
});
|
|
27
|
-
var
|
|
28
|
-
var
|
|
27
|
+
var React = __toModule(require("react"));
|
|
28
|
+
var import_history = __toModule(require("../../utils/history.js"));
|
|
29
|
+
var import_app_root = __toModule(require("../app-root/index.js"));
|
|
29
30
|
const withAppDecorator = (theme, store, story) => /* @__PURE__ */ React.createElement(import_app_root.AppRoot, {
|
|
30
31
|
store,
|
|
31
32
|
history: import_history.browserHistory,
|
|
@@ -24,6 +24,7 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
VisuallyHidden: () => VisuallyHidden
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
var import_styled_components = __toModule(require("styled-components"));
|
|
29
30
|
const Span = import_styled_components.default.span`
|
|
@@ -24,9 +24,10 @@ var __toModule = (module2) => {
|
|
|
24
24
|
__export(exports, {
|
|
25
25
|
WindowSize: () => WindowSize
|
|
26
26
|
});
|
|
27
|
+
var React = __toModule(require("react"));
|
|
27
28
|
var import_react = __toModule(require("react"));
|
|
28
29
|
var import_pubsub_js = __toModule(require("pubsub-js"));
|
|
29
|
-
var import_constants = __toModule(require("../../utils/constants"));
|
|
30
|
+
var import_constants = __toModule(require("../../utils/constants.js"));
|
|
30
31
|
const WindowSize = () => {
|
|
31
32
|
(0, import_react.useEffect)(() => {
|
|
32
33
|
if (window.ResizeObserver) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { CMicroAppGuest } from "../utils/micro-frontend/guest";
|
|
2
|
-
import { getBAEventParameters } from "./web-analytics";
|
|
3
|
-
import { redactPii } from "../utils/redact-pii";
|
|
1
|
+
import { CMicroAppGuest } from "../utils/micro-frontend/guest.js";
|
|
2
|
+
import { getBAEventParameters } from "./web-analytics.js";
|
|
3
|
+
import { redactPii } from "../utils/redact-pii.js";
|
|
4
4
|
const sendBAEventToSelf = (data) => {
|
|
5
5
|
const redactedData = redactPii(data);
|
|
6
6
|
window.gtmDataLayer = window.gtmDataLayer || [];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { getAuthHTTPClient } from "../../communication/http-client";
|
|
1
|
+
import { getAuthHTTPClient } from "../../communication/http-client/index.js";
|
|
2
2
|
const getUser = async ({ userName }) => {
|
|
3
3
|
const { data } = await getAuthHTTPClient().get(`/encompass/v1/users/${userName}`);
|
|
4
4
|
return data;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import axios from "axios";
|
|
2
|
-
import { getAppConfigValue } from "../../utils/app-config/config";
|
|
3
|
-
import { getAuthorizationHeader } from "../../utils/auth/helper";
|
|
4
|
-
import setupRetry from "./retry";
|
|
5
|
-
import { requestInterceptor } from "./request-interceptor";
|
|
6
|
-
import { handleSuccess, handleFailure } from "./response-interceptor";
|
|
2
|
+
import { getAppConfigValue } from "../../utils/app-config/config.js";
|
|
3
|
+
import { getAuthorizationHeader } from "../../utils/auth/helper.js";
|
|
4
|
+
import setupRetry from "./retry.js";
|
|
5
|
+
import { requestInterceptor } from "./request-interceptor.js";
|
|
6
|
+
import { handleSuccess, handleFailure } from "./response-interceptor.js";
|
|
7
7
|
const REQUEST_TIMEOUT = 2 * 60 * 1e3;
|
|
8
8
|
const getHTTPClient = ({
|
|
9
9
|
baseURL = getAppConfigValue("serviceEndpoints.api", ""),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import enums from "../../../utils/constants";
|
|
2
|
-
import { getAuthHTTPClient } from "../index";
|
|
3
|
-
import { onAuthorizationFailure } from "../response-interceptor";
|
|
1
|
+
import enums from "../../../utils/constants.js";
|
|
2
|
+
import { getAuthHTTPClient } from "../index.js";
|
|
3
|
+
import { onAuthorizationFailure } from "../response-interceptor.js";
|
|
4
4
|
describe("http client test cases", () => {
|
|
5
5
|
const callApi = ({
|
|
6
6
|
apiUrl,
|
package/dist/es/data/reducers.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { combineReducers } from "@reduxjs/toolkit";
|
|
2
|
-
import { waitMessageReducer } from "./wait-message/reducer";
|
|
3
|
-
import { errorReducer } from "./error";
|
|
4
|
-
import { breakpointReducer } from "./breakpoint";
|
|
5
|
-
import { liveMessageReducer } from "./live-message";
|
|
2
|
+
import { waitMessageReducer } from "./wait-message/reducer.js";
|
|
3
|
+
import { errorReducer } from "./error/index.js";
|
|
4
|
+
import { breakpointReducer } from "./breakpoint/index.js";
|
|
5
|
+
import { liveMessageReducer } from "./live-message/index.js";
|
|
6
6
|
const createReducer = (injectedReducers = {}) => {
|
|
7
7
|
const rootReducer = combineReducers({
|
|
8
8
|
waitMessage: waitMessageReducer,
|
package/dist/es/data/store.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { configureStore } from "@reduxjs/toolkit";
|
|
2
2
|
import { createInjectorsEnhancer, forceReducerReload } from "redux-injectors";
|
|
3
3
|
import createSagaMiddleware from "redux-saga";
|
|
4
|
-
import { createReducer } from "./reducers";
|
|
4
|
+
import { createReducer } from "./reducers.js";
|
|
5
5
|
const rootReducer = createReducer();
|
|
6
6
|
let appStore = null;
|
|
7
7
|
const setStore = (store) => {
|
package/dist/es/index.js
CHANGED
|
@@ -1,92 +1,102 @@
|
|
|
1
|
-
import { isUserAuthorized, login, authorize } from "./utils/auth";
|
|
2
|
-
import { PrivateRoute } from "./route/private-route";
|
|
3
|
-
import { AppRoute } from "./route";
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import {
|
|
1
|
+
import { isUserAuthorized, login, authorize } from "./utils/auth/index.js";
|
|
2
|
+
import { PrivateRoute } from "./route/private-route/index.js";
|
|
3
|
+
import { AppRoute } from "./route/index.js";
|
|
4
|
+
import {
|
|
5
|
+
getHTTPClient,
|
|
6
|
+
getAuthHTTPClient
|
|
7
|
+
} from "./communication/http-client/index.js";
|
|
8
|
+
import { onAuthorizationFailure } from "./communication/http-client/response-interceptor.js";
|
|
9
|
+
import { auth } from "./data/auth/actions.js";
|
|
10
|
+
import { default as default2 } from "./utils/constants.js";
|
|
11
|
+
import { useAppDispatch, useAppSelector } from "./data/react-redux.js";
|
|
9
12
|
import { useInjectReducer, useInjectSaga } from "redux-injectors";
|
|
10
|
-
import { getAuthorizationHeader } from "./utils/auth/helper";
|
|
11
|
-
import { getRedirectUrl, removeDoubleSlash } from "./utils/url";
|
|
12
|
-
import { createAppStore } from "./data/store";
|
|
13
|
-
import { browserHistory, memoryHistory } from "./utils/history";
|
|
14
|
-
import { Themes } from "./utils/constants";
|
|
15
|
-
import { ACTIONS } from "./data/navigation-prompt/actions";
|
|
16
|
-
import { loadable } from "./view/loadable";
|
|
17
|
-
import { WaitMessage } from "./view/modals/wait-message";
|
|
18
|
-
import { SessionTimeout } from "./view/session-timeout";
|
|
13
|
+
import { getAuthorizationHeader } from "./utils/auth/helper.js";
|
|
14
|
+
import { getRedirectUrl, removeDoubleSlash } from "./utils/url.js";
|
|
15
|
+
import { createAppStore } from "./data/store.js";
|
|
16
|
+
import { browserHistory, memoryHistory } from "./utils/history.js";
|
|
17
|
+
import { Themes } from "./utils/constants.js";
|
|
18
|
+
import { ACTIONS } from "./data/navigation-prompt/actions.js";
|
|
19
|
+
import { loadable } from "./view/loadable/index.js";
|
|
20
|
+
import { WaitMessage } from "./view/modals/wait-message/index.js";
|
|
21
|
+
import { SessionTimeout } from "./view/session-timeout/index.js";
|
|
19
22
|
import {
|
|
20
23
|
subscribeToSessionExpiryWarning,
|
|
21
24
|
subscribeToSessionExpiry,
|
|
22
25
|
resetUserIdleTime,
|
|
23
26
|
trackActivity
|
|
24
|
-
} from "./utils/session";
|
|
25
|
-
import { waitMessage } from "./data/wait-message/actions";
|
|
26
|
-
import { initServiceWorker } from "./utils/service-worker";
|
|
27
|
-
import { CMicroAppGuest } from "./utils/micro-frontend/guest";
|
|
28
|
-
import { CMicroAppHost } from "./utils/micro-frontend/host";
|
|
29
|
-
import { enableReactAppForHostIntegration } from "./utils/app-host-integration/react";
|
|
27
|
+
} from "./utils/session.js";
|
|
28
|
+
import { waitMessage } from "./data/wait-message/actions.js";
|
|
29
|
+
import { initServiceWorker } from "./utils/service-worker.js";
|
|
30
|
+
import { CMicroAppGuest } from "./utils/micro-frontend/guest.js";
|
|
31
|
+
import { CMicroAppHost } from "./utils/micro-frontend/host.js";
|
|
32
|
+
import { enableReactAppForHostIntegration } from "./utils/app-host-integration/react.js";
|
|
30
33
|
import {
|
|
31
34
|
getAppConfigValue,
|
|
32
35
|
setAppConfigValue,
|
|
33
36
|
setAppConfig
|
|
34
|
-
} from "./utils/app-config/config";
|
|
35
|
-
import { getMicroFrontEndAppConfig } from "./utils/micro-frontend";
|
|
36
|
-
import { loadAppConfig } from "./utils/app-config";
|
|
37
|
-
import { AppRoot } from "./view/app-root";
|
|
38
|
-
import { ErrorBoundary } from "./view/error-boundary";
|
|
39
|
-
import { isProd, isCIBuild } from "./utils/helpers";
|
|
40
|
-
import {
|
|
37
|
+
} from "./utils/app-config/config.js";
|
|
38
|
+
import { getMicroFrontEndAppConfig } from "./utils/micro-frontend/index.js";
|
|
39
|
+
import { loadAppConfig } from "./utils/app-config/index.js";
|
|
40
|
+
import { AppRoot } from "./view/app-root/index.js";
|
|
41
|
+
import { ErrorBoundary } from "./view/error-boundary/index.js";
|
|
42
|
+
import { isProd, isCIBuild } from "./utils/helpers.js";
|
|
43
|
+
import {
|
|
44
|
+
listenStorageEvents,
|
|
45
|
+
removeStorageEvents
|
|
46
|
+
} from "./utils/web-storage.js";
|
|
41
47
|
import {
|
|
42
48
|
getHostAppDataByKey,
|
|
43
49
|
setHostAppData
|
|
44
|
-
} from "./view/fetch-host-app-data/store";
|
|
45
|
-
import { sendMessageToHost } from "./view/message-to-host-app";
|
|
50
|
+
} from "./view/fetch-host-app-data/store.js";
|
|
51
|
+
import { sendMessageToHost } from "./view/message-to-host-app/index.js";
|
|
46
52
|
import {
|
|
47
53
|
onGuestUnloadStart,
|
|
48
54
|
notifyGuestUnloadComplete
|
|
49
|
-
} from "./view/guest-unload-handlers";
|
|
50
|
-
import { renderWithHostData } from "./view/render-with-host-data";
|
|
51
|
-
import { fetchHostAppData } from "./view/fetch-host-app-data";
|
|
52
|
-
export * from "./utils/testing";
|
|
53
|
-
import { renderWithRouterRedux } from "./utils/testing/render-with-router-redux";
|
|
54
|
-
import { renderWithRedux } from "./utils/testing/render-with-redux";
|
|
55
|
-
import { renderWithRouter } from "./utils/testing/render-with-router";
|
|
56
|
-
import { RenderWithStateAddOns } from "./utils/testing/render-with-state-addons";
|
|
57
|
-
import { getApiActionCreator, getSelectField } from "./api/helpers";
|
|
58
|
-
import { getUser } from "./api/users";
|
|
59
|
-
import { useMediaBreakpoints } from "./view/useMediaBreakpoints";
|
|
60
|
-
import { withAppDecorator } from "./view/storybook/decorator";
|
|
61
|
-
import { Header } from "./view/header";
|
|
62
|
-
import { ErrorToast } from "./view/error-toast";
|
|
63
|
-
import { Form } from "./view/form";
|
|
64
|
-
import { ConnectForm } from "./view/fields/connect-form";
|
|
65
|
-
import { FormItemLayout } from "./view/fields/form-item-layout";
|
|
66
|
-
import { TextBox } from "./view/fields/text-box";
|
|
67
|
-
import { LargeTextBox } from "./view/fields/large-text-box";
|
|
68
|
-
import {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
55
|
+
} from "./view/guest-unload-handlers/index.js";
|
|
56
|
+
import { renderWithHostData } from "./view/render-with-host-data/index.js";
|
|
57
|
+
import { fetchHostAppData } from "./view/fetch-host-app-data/index.js";
|
|
58
|
+
export * from "./utils/testing/index.js";
|
|
59
|
+
import { renderWithRouterRedux } from "./utils/testing/render-with-router-redux.js";
|
|
60
|
+
import { renderWithRedux } from "./utils/testing/render-with-redux.js";
|
|
61
|
+
import { renderWithRouter } from "./utils/testing/render-with-router.js";
|
|
62
|
+
import { RenderWithStateAddOns } from "./utils/testing/render-with-state-addons.js";
|
|
63
|
+
import { getApiActionCreator, getSelectField } from "./api/helpers.js";
|
|
64
|
+
import { getUser } from "./api/users/index.js";
|
|
65
|
+
import { useMediaBreakpoints } from "./view/useMediaBreakpoints/index.js";
|
|
66
|
+
import { withAppDecorator } from "./view/storybook/decorator.js";
|
|
67
|
+
import { Header } from "./view/header/index.js";
|
|
68
|
+
import { ErrorToast } from "./view/error-toast/index.js";
|
|
69
|
+
import { Form } from "./view/form/index.js";
|
|
70
|
+
import { ConnectForm } from "./view/fields/connect-form.js";
|
|
71
|
+
import { FormItemLayout } from "./view/fields/form-item-layout/index.js";
|
|
72
|
+
import { TextBox } from "./view/fields/text-box/index.js";
|
|
73
|
+
import { LargeTextBox } from "./view/fields/large-text-box/index.js";
|
|
74
|
+
import {
|
|
75
|
+
InputMask,
|
|
76
|
+
MASK_TYPES,
|
|
77
|
+
MASK_PIPES
|
|
78
|
+
} from "./view/fields/input-mask/index.js";
|
|
79
|
+
import { ComboBox } from "./view/fields/combo-box/index.js";
|
|
80
|
+
import { CheckBox } from "./view/fields/check-box/index.js";
|
|
81
|
+
import { Radio } from "./view/fields/radio/index.js";
|
|
82
|
+
import { RadioGroup } from "./view/fields/radio-group/index.js";
|
|
83
|
+
import { DateInput } from "./view/fields/date-input/index.js";
|
|
84
|
+
import { DatePicker } from "./view/fields/date-picker/index.js";
|
|
85
|
+
import { FormSubmitButton } from "./view/form/submit-button/index.js";
|
|
86
|
+
import { MediaBreakpoint } from "./view/media-breakpoint/index.js";
|
|
87
|
+
import { VisuallyHidden } from "./view/visually-hidden/index.js";
|
|
88
|
+
import { actions } from "./data/live-message/index.js";
|
|
89
|
+
import { actions as actions2 } from "./data/error/index.js";
|
|
90
|
+
import { actions as actions3 } from "./data/logout/actions.js";
|
|
91
|
+
import { MicroApp } from "./view/micro-app/index.js";
|
|
92
|
+
import { MicroIFrameApp } from "./view/micro-iframe-app/index.js";
|
|
93
|
+
import { getNavigationLinks } from "./view/micro-app/utils.js";
|
|
94
|
+
import { getStore } from "./data/store.js";
|
|
95
|
+
import { RegisterService } from "./utils/guest-with-service.js";
|
|
96
|
+
import { setAppDynamicsUserData } from "./analytics/appdynamics.js";
|
|
97
|
+
import { sendBAEvent } from "./analytics/index.js";
|
|
98
|
+
import { updateBAEventParameters } from "./analytics/web-analytics.js";
|
|
99
|
+
import { redactPii } from "./utils/redact-pii.js";
|
|
90
100
|
export {
|
|
91
101
|
AppRoot,
|
|
92
102
|
CMicroAppGuest,
|
package/dist/es/route/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import * as React from "react";
|
|
1
2
|
import { Helmet } from "react-helmet";
|
|
2
3
|
import { useCallback } from "react";
|
|
3
4
|
import { Route } from "react-router-dom";
|
|
4
|
-
import { onPageView } from "./page-view";
|
|
5
|
+
import { onPageView } from "./page-view.js";
|
|
5
6
|
const AppRoute = ({
|
|
6
7
|
component: Component,
|
|
7
8
|
render,
|