@elliemae/pui-app-sdk 3.0.0-beta.3 → 3.0.0-beta.7
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 +2 -3
- 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 +6 -7
- package/dist/cjs/utils/storybook/webpack.js +9 -1
- 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 +2 -1
- package/dist/cjs/view/header/nav-region/index.js +3 -2
- package/dist/cjs/view/header/nav-region/notification/index.js +2 -1
- package/dist/cjs/view/header/nav-region/user/index.js +2 -1
- 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 +2 -3
- 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 +6 -7
- 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 +2 -1
- package/dist/es/view/header/nav-region/index.js +3 -2
- package/dist/es/view/header/nav-region/notification/index.js +2 -1
- package/dist/es/view/header/nav-region/user/index.js +2 -1
- 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 +29 -29
- 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/storybook/main.d.cts +9 -1
- package/dist/types/utils/storybook/preview.d.ts +8 -2
- package/dist/types/utils/storybook/webpack.d.cts +9 -1
- package/dist/types/utils/testing/render-with-redux.d.ts +20 -20
- package/dist/types/utils/testing/render-with-router-redux.d.ts +20 -20
- 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 +5 -5
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { History } from 'history';
|
|
2
2
|
declare const rootReducer: import("redux").Reducer<import("redux").CombinedState<{
|
|
3
|
-
waitMessage: import("./wait-message/reducer").WaitMessageState;
|
|
4
|
-
error: import("./error").ErrorState;
|
|
5
|
-
breakpoint: import("./breakpoint").BreakpointState;
|
|
6
|
-
liveMessage: import("./live-message").LiveMessageState;
|
|
3
|
+
waitMessage: import("./wait-message/reducer.js").WaitMessageState;
|
|
4
|
+
error: import("./error/index.js").ErrorState;
|
|
5
|
+
breakpoint: import("./breakpoint/index.js").BreakpointState;
|
|
6
|
+
liveMessage: import("./live-message/index.js").LiveMessageState;
|
|
7
7
|
}>, {
|
|
8
|
-
payload: import("./wait-message/reducer").WaitMessageState;
|
|
8
|
+
payload: import("./wait-message/reducer.js").WaitMessageState;
|
|
9
9
|
type: string;
|
|
10
10
|
} | import("redux").AnyAction | {
|
|
11
|
-
payload: import("./breakpoint").Breakpoints;
|
|
11
|
+
payload: import("./breakpoint/index.js").Breakpoints;
|
|
12
12
|
type: string;
|
|
13
13
|
}>;
|
|
14
14
|
export declare type RootState = ReturnType<typeof rootReducer>;
|
|
@@ -18,36 +18,36 @@ declare type MiddlewareConfig = {
|
|
|
18
18
|
thunk: boolean;
|
|
19
19
|
};
|
|
20
20
|
export declare const createAppStore: (initialState: import("redux").CombinedState<{
|
|
21
|
-
waitMessage: import("./wait-message/reducer").WaitMessageState;
|
|
22
|
-
error: import("./error").ErrorState;
|
|
23
|
-
breakpoint: import("./breakpoint").BreakpointState;
|
|
24
|
-
liveMessage: import("./live-message").LiveMessageState;
|
|
21
|
+
waitMessage: import("./wait-message/reducer.js").WaitMessageState;
|
|
22
|
+
error: import("./error/index.js").ErrorState;
|
|
23
|
+
breakpoint: import("./breakpoint/index.js").BreakpointState;
|
|
24
|
+
liveMessage: import("./live-message/index.js").LiveMessageState;
|
|
25
25
|
}> | undefined, history: History, middlewareConfig?: MiddlewareConfig | undefined) => import("@reduxjs/toolkit").EnhancedStore<import("redux").CombinedState<{
|
|
26
|
-
waitMessage: import("./wait-message/reducer").WaitMessageState;
|
|
27
|
-
error: import("./error").ErrorState;
|
|
28
|
-
breakpoint: import("./breakpoint").BreakpointState;
|
|
29
|
-
liveMessage: import("./live-message").LiveMessageState;
|
|
26
|
+
waitMessage: import("./wait-message/reducer.js").WaitMessageState;
|
|
27
|
+
error: import("./error/index.js").ErrorState;
|
|
28
|
+
breakpoint: import("./breakpoint/index.js").BreakpointState;
|
|
29
|
+
liveMessage: import("./live-message/index.js").LiveMessageState;
|
|
30
30
|
}>, {
|
|
31
|
-
payload: import("./wait-message/reducer").WaitMessageState;
|
|
31
|
+
payload: import("./wait-message/reducer.js").WaitMessageState;
|
|
32
32
|
type: string;
|
|
33
33
|
} | import("redux").AnyAction | {
|
|
34
|
-
payload: import("./breakpoint").Breakpoints;
|
|
34
|
+
payload: import("./breakpoint/index.js").Breakpoints;
|
|
35
35
|
type: string;
|
|
36
|
-
}, import("@reduxjs/toolkit").MiddlewareArray<import("redux-saga").SagaMiddleware<object> | import("redux
|
|
37
|
-
waitMessage: import("./wait-message/reducer").WaitMessageState;
|
|
38
|
-
error: import("./error").ErrorState;
|
|
39
|
-
breakpoint: import("./breakpoint").BreakpointState;
|
|
40
|
-
liveMessage: import("./live-message").LiveMessageState;
|
|
36
|
+
}, import("@reduxjs/toolkit").MiddlewareArray<import("redux-saga").SagaMiddleware<object> | import("redux-thunk").ThunkMiddleware<import("redux").CombinedState<{
|
|
37
|
+
waitMessage: import("./wait-message/reducer.js").WaitMessageState;
|
|
38
|
+
error: import("./error/index.js").ErrorState;
|
|
39
|
+
breakpoint: import("./breakpoint/index.js").BreakpointState;
|
|
40
|
+
liveMessage: import("./live-message/index.js").LiveMessageState;
|
|
41
41
|
}>, import("redux").AnyAction, null> | import("redux-thunk").ThunkMiddleware<import("redux").CombinedState<{
|
|
42
|
-
waitMessage: import("./wait-message/reducer").WaitMessageState;
|
|
43
|
-
error: import("./error").ErrorState;
|
|
44
|
-
breakpoint: import("./breakpoint").BreakpointState;
|
|
45
|
-
liveMessage: import("./live-message").LiveMessageState;
|
|
42
|
+
waitMessage: import("./wait-message/reducer.js").WaitMessageState;
|
|
43
|
+
error: import("./error/index.js").ErrorState;
|
|
44
|
+
breakpoint: import("./breakpoint/index.js").BreakpointState;
|
|
45
|
+
liveMessage: import("./live-message/index.js").LiveMessageState;
|
|
46
46
|
}>, import("redux").AnyAction, undefined> | import("redux").Middleware<{}, import("redux").CombinedState<{
|
|
47
|
-
waitMessage: import("./wait-message/reducer").WaitMessageState;
|
|
48
|
-
error: import("./error").ErrorState;
|
|
49
|
-
breakpoint: import("./breakpoint").BreakpointState;
|
|
50
|
-
liveMessage: import("./live-message").LiveMessageState;
|
|
47
|
+
waitMessage: import("./wait-message/reducer.js").WaitMessageState;
|
|
48
|
+
error: import("./error/index.js").ErrorState;
|
|
49
|
+
breakpoint: import("./breakpoint/index.js").BreakpointState;
|
|
50
|
+
liveMessage: import("./live-message/index.js").LiveMessageState;
|
|
51
51
|
}>, import("redux").Dispatch<import("redux").AnyAction>>>>;
|
|
52
52
|
export declare type AppStore = ReturnType<typeof createAppStore>;
|
|
53
53
|
export declare type AppDispatch = AppStore['dispatch'];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,80 +1,80 @@
|
|
|
1
|
-
export { isUserAuthorized, login, authorize } from './utils/auth';
|
|
2
|
-
export { PrivateRoute } from './route/private-route';
|
|
3
|
-
export { AppRoute as Route } from './route';
|
|
4
|
-
export { getHTTPClient, getAuthHTTPClient } from './communication/http-client';
|
|
5
|
-
export { onAuthorizationFailure } from './communication/http-client/response-interceptor';
|
|
6
|
-
export { auth } from './data/auth/actions';
|
|
7
|
-
export { default as globalConstants } from './utils/constants';
|
|
8
|
-
export { useAppDispatch, useAppSelector } from './data/react-redux';
|
|
1
|
+
export { isUserAuthorized, login, authorize } from './utils/auth/index.js';
|
|
2
|
+
export { PrivateRoute } from './route/private-route/index.js';
|
|
3
|
+
export { AppRoute as Route } from './route/index.js';
|
|
4
|
+
export { getHTTPClient, getAuthHTTPClient, } from './communication/http-client/index.js';
|
|
5
|
+
export { onAuthorizationFailure } from './communication/http-client/response-interceptor.js';
|
|
6
|
+
export { auth } from './data/auth/actions.js';
|
|
7
|
+
export { default as globalConstants } from './utils/constants.js';
|
|
8
|
+
export { useAppDispatch, useAppSelector } from './data/react-redux.js';
|
|
9
9
|
export { useInjectReducer, useInjectSaga } from 'redux-injectors';
|
|
10
|
-
export { getAuthorizationHeader } from './utils/auth/helper';
|
|
11
|
-
export { getRedirectUrl, removeDoubleSlash } from './utils/url';
|
|
12
|
-
export { createAppStore as configureStore } from './data/store';
|
|
13
|
-
export { browserHistory as history, memoryHistory } from './utils/history';
|
|
14
|
-
export { Themes } from './utils/constants';
|
|
15
|
-
export { ACTIONS as NavigationPromptActions } from './data/navigation-prompt/actions';
|
|
16
|
-
export { loadable } from './view/loadable';
|
|
17
|
-
export { WaitMessage } from './view/modals/wait-message';
|
|
18
|
-
export { SessionTimeout } from './view/session-timeout';
|
|
19
|
-
export { subscribeToSessionExpiryWarning, subscribeToSessionExpiry, resetUserIdleTime, trackActivity, } from './utils/session';
|
|
20
|
-
export { waitMessage as waitMessageAction } from './data/wait-message/actions';
|
|
21
|
-
export { initServiceWorker } from './utils/service-worker';
|
|
22
|
-
export { CMicroAppGuest } from './utils/micro-frontend/guest';
|
|
23
|
-
export { CMicroAppHost } from './utils/micro-frontend/host';
|
|
24
|
-
export { enableReactAppForHostIntegration } from './utils/app-host-integration/react';
|
|
25
|
-
export { getAppConfigValue, setAppConfigValue, setAppConfig, } from './utils/app-config/config';
|
|
26
|
-
export { getMicroFrontEndAppConfig } from './utils/micro-frontend';
|
|
27
|
-
export { loadAppConfig } from './utils/app-config';
|
|
28
|
-
export { AppRoot } from './view/app-root';
|
|
29
|
-
export { ErrorBoundary } from './view/error-boundary';
|
|
30
|
-
export { isProd, isCIBuild } from './utils/helpers';
|
|
31
|
-
export { listenStorageEvents, removeStorageEvents } from './utils/web-storage';
|
|
32
|
-
export { getHostAppDataByKey, setHostAppData, } from './view/fetch-host-app-data/store';
|
|
33
|
-
export { sendMessageToHost } from './view/message-to-host-app';
|
|
34
|
-
export { onGuestUnloadStart, notifyGuestUnloadComplete, } from './view/guest-unload-handlers';
|
|
35
|
-
export { renderWithHostData } from './view/render-with-host-data';
|
|
36
|
-
export { fetchHostAppData } from './view/fetch-host-app-data';
|
|
37
|
-
export * from './utils/testing';
|
|
38
|
-
export { renderWithRouterRedux } from './utils/testing/render-with-router-redux';
|
|
39
|
-
export { renderWithRedux } from './utils/testing/render-with-redux';
|
|
40
|
-
export { renderWithRouter } from './utils/testing/render-with-router';
|
|
41
|
-
export { RenderWithStateAddOns } from './utils/testing/render-with-state-addons';
|
|
42
|
-
export { getApiActionCreator, getSelectField } from './api/helpers';
|
|
43
|
-
export { getUser as fetchUserSettings } from './api/users';
|
|
44
|
-
export { useMediaBreakpoints } from './view/useMediaBreakpoints';
|
|
45
|
-
export { withAppDecorator } from './view/storybook/decorator';
|
|
46
|
-
export { Header } from './view/header';
|
|
47
|
-
export { ErrorToast } from './view/error-toast';
|
|
48
|
-
export { Form } from './view/form';
|
|
49
|
-
export { ConnectForm } from './view/fields/connect-form';
|
|
50
|
-
export { FormItemLayout } from './view/fields/form-item-layout';
|
|
51
|
-
export { TextBox } from './view/fields/text-box';
|
|
52
|
-
export { LargeTextBox } from './view/fields/large-text-box';
|
|
53
|
-
export { InputMask, MASK_TYPES, MASK_PIPES } from './view/fields/input-mask';
|
|
54
|
-
export { ComboBox } from './view/fields/combo-box';
|
|
55
|
-
export { CheckBox } from './view/fields/check-box';
|
|
56
|
-
export { Radio } from './view/fields/radio';
|
|
57
|
-
export { RadioGroup } from './view/fields/radio-group';
|
|
58
|
-
export { DateInput } from './view/fields/date-input';
|
|
59
|
-
export { DatePicker } from './view/fields/date-picker';
|
|
60
|
-
export { FormSubmitButton } from './view/form/submit-button';
|
|
61
|
-
export { MediaBreakpoint } from './view/media-breakpoint';
|
|
62
|
-
export { VisuallyHidden } from './view/visually-hidden';
|
|
63
|
-
export { actions as ariaLive } from './data/live-message';
|
|
64
|
-
export { actions as error } from './data/error';
|
|
65
|
-
export { actions as logout } from './data/logout/actions';
|
|
66
|
-
export { MicroApp } from './view/micro-app';
|
|
67
|
-
export { MicroIFrameApp } from './view/micro-iframe-app';
|
|
68
|
-
export { getNavigationLinks } from './view/micro-app/utils';
|
|
69
|
-
export { getStore } from './data/store';
|
|
70
|
-
export { RegisterService } from './utils/guest-with-service';
|
|
71
|
-
export { setAppDynamicsUserData } from './analytics/appdynamics';
|
|
72
|
-
export { sendBAEvent } from './analytics';
|
|
73
|
-
export { updateBAEventParameters } from './analytics/web-analytics';
|
|
74
|
-
export { redactPii } from './utils/redact-pii';
|
|
75
|
-
export type { EMUI } from './utils/window';
|
|
76
|
-
export type { Await } from './utils/await';
|
|
77
|
-
export type { RootState, AppStore } from './data/store';
|
|
78
|
-
export type { AppConfig } from './utils/app-config/config';
|
|
79
|
-
export type { OnInitCallback, OnMountCallback, } from './utils/micro-frontend/guest';
|
|
80
|
-
export type { OnInitCallback as OnHostInitCallback } from './utils/micro-frontend/host';
|
|
10
|
+
export { getAuthorizationHeader } from './utils/auth/helper.js';
|
|
11
|
+
export { getRedirectUrl, removeDoubleSlash } from './utils/url.js';
|
|
12
|
+
export { createAppStore as configureStore } from './data/store.js';
|
|
13
|
+
export { browserHistory as history, memoryHistory } from './utils/history.js';
|
|
14
|
+
export { Themes } from './utils/constants.js';
|
|
15
|
+
export { ACTIONS as NavigationPromptActions } from './data/navigation-prompt/actions.js';
|
|
16
|
+
export { loadable } from './view/loadable/index.js';
|
|
17
|
+
export { WaitMessage } from './view/modals/wait-message/index.js';
|
|
18
|
+
export { SessionTimeout } from './view/session-timeout/index.js';
|
|
19
|
+
export { subscribeToSessionExpiryWarning, subscribeToSessionExpiry, resetUserIdleTime, trackActivity, } from './utils/session.js';
|
|
20
|
+
export { waitMessage as waitMessageAction } from './data/wait-message/actions.js';
|
|
21
|
+
export { initServiceWorker } from './utils/service-worker.js';
|
|
22
|
+
export { CMicroAppGuest } from './utils/micro-frontend/guest.js';
|
|
23
|
+
export { CMicroAppHost } from './utils/micro-frontend/host.js';
|
|
24
|
+
export { enableReactAppForHostIntegration } from './utils/app-host-integration/react.js';
|
|
25
|
+
export { getAppConfigValue, setAppConfigValue, setAppConfig, } from './utils/app-config/config.js';
|
|
26
|
+
export { getMicroFrontEndAppConfig } from './utils/micro-frontend/index.js';
|
|
27
|
+
export { loadAppConfig } from './utils/app-config/index.js';
|
|
28
|
+
export { AppRoot } from './view/app-root/index.js';
|
|
29
|
+
export { ErrorBoundary } from './view/error-boundary/index.js';
|
|
30
|
+
export { isProd, isCIBuild } from './utils/helpers.js';
|
|
31
|
+
export { listenStorageEvents, removeStorageEvents, } from './utils/web-storage.js';
|
|
32
|
+
export { getHostAppDataByKey, setHostAppData, } from './view/fetch-host-app-data/store.js';
|
|
33
|
+
export { sendMessageToHost } from './view/message-to-host-app/index.js';
|
|
34
|
+
export { onGuestUnloadStart, notifyGuestUnloadComplete, } from './view/guest-unload-handlers/index.js';
|
|
35
|
+
export { renderWithHostData } from './view/render-with-host-data/index.js';
|
|
36
|
+
export { fetchHostAppData } from './view/fetch-host-app-data/index.js';
|
|
37
|
+
export * from './utils/testing/index.js';
|
|
38
|
+
export { renderWithRouterRedux } from './utils/testing/render-with-router-redux.js';
|
|
39
|
+
export { renderWithRedux } from './utils/testing/render-with-redux.js';
|
|
40
|
+
export { renderWithRouter } from './utils/testing/render-with-router.js';
|
|
41
|
+
export { RenderWithStateAddOns } from './utils/testing/render-with-state-addons.js';
|
|
42
|
+
export { getApiActionCreator, getSelectField } from './api/helpers.js';
|
|
43
|
+
export { getUser as fetchUserSettings } from './api/users/index.js';
|
|
44
|
+
export { useMediaBreakpoints } from './view/useMediaBreakpoints/index.js';
|
|
45
|
+
export { withAppDecorator } from './view/storybook/decorator.js';
|
|
46
|
+
export { Header } from './view/header/index.js';
|
|
47
|
+
export { ErrorToast } from './view/error-toast/index.js';
|
|
48
|
+
export { Form } from './view/form/index.js';
|
|
49
|
+
export { ConnectForm } from './view/fields/connect-form.js';
|
|
50
|
+
export { FormItemLayout } from './view/fields/form-item-layout/index.js';
|
|
51
|
+
export { TextBox } from './view/fields/text-box/index.js';
|
|
52
|
+
export { LargeTextBox } from './view/fields/large-text-box/index.js';
|
|
53
|
+
export { InputMask, MASK_TYPES, MASK_PIPES, } from './view/fields/input-mask/index.js';
|
|
54
|
+
export { ComboBox } from './view/fields/combo-box/index.js';
|
|
55
|
+
export { CheckBox } from './view/fields/check-box/index.js';
|
|
56
|
+
export { Radio } from './view/fields/radio/index.js';
|
|
57
|
+
export { RadioGroup } from './view/fields/radio-group/index.js';
|
|
58
|
+
export { DateInput } from './view/fields/date-input/index.js';
|
|
59
|
+
export { DatePicker } from './view/fields/date-picker/index.js';
|
|
60
|
+
export { FormSubmitButton } from './view/form/submit-button/index.js';
|
|
61
|
+
export { MediaBreakpoint } from './view/media-breakpoint/index.js';
|
|
62
|
+
export { VisuallyHidden } from './view/visually-hidden/index.js';
|
|
63
|
+
export { actions as ariaLive } from './data/live-message/index.js';
|
|
64
|
+
export { actions as error } from './data/error/index.js';
|
|
65
|
+
export { actions as logout } from './data/logout/actions.js';
|
|
66
|
+
export { MicroApp } from './view/micro-app/index.js';
|
|
67
|
+
export { MicroIFrameApp } from './view/micro-iframe-app/index.js';
|
|
68
|
+
export { getNavigationLinks } from './view/micro-app/utils.js';
|
|
69
|
+
export { getStore } from './data/store.js';
|
|
70
|
+
export { RegisterService } from './utils/guest-with-service.js';
|
|
71
|
+
export { setAppDynamicsUserData } from './analytics/appdynamics.js';
|
|
72
|
+
export { sendBAEvent } from './analytics/index.js';
|
|
73
|
+
export { updateBAEventParameters } from './analytics/web-analytics.js';
|
|
74
|
+
export { redactPii } from './utils/redact-pii.js';
|
|
75
|
+
export type { EMUI } from './utils/window.js';
|
|
76
|
+
export type { Await } from './utils/await.js';
|
|
77
|
+
export type { RootState, AppStore } from './data/store.js';
|
|
78
|
+
export type { AppConfig } from './utils/app-config/config.js';
|
|
79
|
+
export type { OnInitCallback, OnMountCallback, } from './utils/micro-frontend/guest.js';
|
|
80
|
+
export type { OnInitCallback as OnHostInitCallback } from './utils/micro-frontend/host.js';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ForkEffect, StrictEffect } from 'redux-saga/effects';
|
|
2
2
|
import { PayloadAction } from '@reduxjs/toolkit';
|
|
3
|
-
import { LoginParms, LogoutParams } from '../../data/auth/actions';
|
|
3
|
+
import { LoginParms, LogoutParams } from '../../data/auth/actions.js';
|
|
4
4
|
export declare function login({ payload, }: PayloadAction<LoginParms>): Generator<StrictEffect, void>;
|
|
5
5
|
export declare function logout({ payload, }: PayloadAction<LogoutParams>): Generator<StrictEffect, void, void>;
|
|
6
6
|
export declare function authentication(): Generator<ForkEffect, void, unknown>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { DefaultTheme } from 'styled-components';
|
|
2
2
|
import { History, Path } from 'history';
|
|
3
3
|
import type { IMicroAppGuest, IMicroAppHost, InitOptions, MountOptions } from '@elliemae/pui-micro-frontend-base';
|
|
4
|
-
import { MicroFrontEndLogger } from './console-logger';
|
|
5
|
-
import { JSONValue } from '../types';
|
|
4
|
+
import { MicroFrontEndLogger } from './console-logger.js';
|
|
5
|
+
import { JSONValue } from '../types.js';
|
|
6
6
|
export interface GuestProps extends InitOptions {
|
|
7
7
|
prevState: JSONValue | null;
|
|
8
8
|
history: History;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IMicroAppHost, ResizeEventHandler, BreakpointChangeEventHandler, SubscriptionListener, BAEvent } from '@elliemae/pui-micro-frontend-base';
|
|
2
2
|
import { History, Path } from 'history';
|
|
3
3
|
import { DefaultTheme } from 'styled-components';
|
|
4
|
-
import { MicroFrontEndLogger } from './console-logger';
|
|
4
|
+
import { MicroFrontEndLogger } from './console-logger.js';
|
|
5
5
|
declare type HostOptions = {
|
|
6
6
|
systemVersion: string;
|
|
7
7
|
history: History;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MicroFrontEndLogger } from './console-logger';
|
|
2
|
-
import { MicroAppConfig } from './types';
|
|
1
|
+
import { MicroFrontEndLogger } from './console-logger.js';
|
|
2
|
+
import { MicroAppConfig } from './types.js';
|
|
3
3
|
export declare const isHost: () => boolean;
|
|
4
4
|
export declare const isGuest: () => boolean;
|
|
5
5
|
export declare const isStandAloneGuest: () => boolean;
|
|
@@ -31,7 +31,15 @@ declare function _exports(viteBuilder?: boolean): {
|
|
|
31
31
|
stories: {
|
|
32
32
|
directory: string;
|
|
33
33
|
}[];
|
|
34
|
-
addons:
|
|
34
|
+
addons: {
|
|
35
|
+
name: string;
|
|
36
|
+
options: {
|
|
37
|
+
optimizationLevel: number;
|
|
38
|
+
esbuildMinifyOptions: {
|
|
39
|
+
target: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
}[];
|
|
35
43
|
managerWebpack: any;
|
|
36
44
|
webpackFinal: any;
|
|
37
45
|
core: {
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import '@elliemae/ds-basic/css/dimsum.css';
|
|
3
|
+
export declare const getParameters: (storyBookTheme: {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
base?: string | undefined;
|
|
6
|
+
brandTitle?: string | undefined;
|
|
7
|
+
}) => {
|
|
2
8
|
layout: string;
|
|
3
9
|
actions: {
|
|
4
10
|
argTypesRegex: string;
|
|
@@ -21,4 +27,4 @@ export function getParameters(storyBookTheme: any): {
|
|
|
21
27
|
hideEmpty: boolean;
|
|
22
28
|
};
|
|
23
29
|
};
|
|
24
|
-
export const decorators: ((story: () => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => JSX.Element)[];
|
|
30
|
+
export declare const decorators: ((story: () => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>) => JSX.Element)[];
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
export declare const stories: {
|
|
2
2
|
directory: string;
|
|
3
3
|
}[];
|
|
4
|
-
export declare const addons:
|
|
4
|
+
export declare const addons: {
|
|
5
|
+
name: string;
|
|
6
|
+
options: {
|
|
7
|
+
optimizationLevel: number;
|
|
8
|
+
esbuildMinifyOptions: {
|
|
9
|
+
target: string;
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
}[];
|
|
5
13
|
export declare namespace core {
|
|
6
14
|
const builder: string;
|
|
7
15
|
}
|
|
@@ -1,36 +1,36 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { AppStore, RootState } from '../../data/store';
|
|
2
|
+
import { AppStore, RootState } from '../../data/store.js';
|
|
3
3
|
interface Args {
|
|
4
4
|
initialState: RootState;
|
|
5
5
|
store: AppStore;
|
|
6
6
|
}
|
|
7
7
|
export declare const renderWithRedux: (ui: React.ReactElement, { initialState, store, }?: Args) => {
|
|
8
8
|
store: import("@reduxjs/toolkit").EnhancedStore<import("redux").CombinedState<{
|
|
9
|
-
waitMessage: import("../../data/wait-message/reducer").WaitMessageState;
|
|
10
|
-
error: import("../../data/error").ErrorState;
|
|
11
|
-
breakpoint: import("../../data/breakpoint").BreakpointState;
|
|
12
|
-
liveMessage: import("../../data/live-message").LiveMessageState;
|
|
9
|
+
waitMessage: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
10
|
+
error: import("../../data/error/index.js").ErrorState;
|
|
11
|
+
breakpoint: import("../../data/breakpoint/index.js").BreakpointState;
|
|
12
|
+
liveMessage: import("../../data/live-message/index.js").LiveMessageState;
|
|
13
13
|
}>, {
|
|
14
|
-
payload: import("../../data/wait-message/reducer").WaitMessageState;
|
|
14
|
+
payload: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
15
15
|
type: string;
|
|
16
16
|
} | import("redux").AnyAction | {
|
|
17
|
-
payload: import("../../data/breakpoint").Breakpoints;
|
|
17
|
+
payload: import("../../data/breakpoint/index.js").Breakpoints;
|
|
18
18
|
type: string;
|
|
19
|
-
}, import("@reduxjs/toolkit").MiddlewareArray<import("redux-saga").SagaMiddleware<object> | import("redux
|
|
20
|
-
waitMessage: import("../../data/wait-message/reducer").WaitMessageState;
|
|
21
|
-
error: import("../../data/error").ErrorState;
|
|
22
|
-
breakpoint: import("../../data/breakpoint").BreakpointState;
|
|
23
|
-
liveMessage: import("../../data/live-message").LiveMessageState;
|
|
19
|
+
}, import("@reduxjs/toolkit").MiddlewareArray<import("redux-saga").SagaMiddleware<object> | import("redux-thunk").ThunkMiddleware<import("redux").CombinedState<{
|
|
20
|
+
waitMessage: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
21
|
+
error: import("../../data/error/index.js").ErrorState;
|
|
22
|
+
breakpoint: import("../../data/breakpoint/index.js").BreakpointState;
|
|
23
|
+
liveMessage: import("../../data/live-message/index.js").LiveMessageState;
|
|
24
24
|
}>, import("redux").AnyAction, null> | import("redux-thunk").ThunkMiddleware<import("redux").CombinedState<{
|
|
25
|
-
waitMessage: import("../../data/wait-message/reducer").WaitMessageState;
|
|
26
|
-
error: import("../../data/error").ErrorState;
|
|
27
|
-
breakpoint: import("../../data/breakpoint").BreakpointState;
|
|
28
|
-
liveMessage: import("../../data/live-message").LiveMessageState;
|
|
25
|
+
waitMessage: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
26
|
+
error: import("../../data/error/index.js").ErrorState;
|
|
27
|
+
breakpoint: import("../../data/breakpoint/index.js").BreakpointState;
|
|
28
|
+
liveMessage: import("../../data/live-message/index.js").LiveMessageState;
|
|
29
29
|
}>, import("redux").AnyAction, undefined> | import("redux").Middleware<{}, import("redux").CombinedState<{
|
|
30
|
-
waitMessage: import("../../data/wait-message/reducer").WaitMessageState;
|
|
31
|
-
error: import("../../data/error").ErrorState;
|
|
32
|
-
breakpoint: import("../../data/breakpoint").BreakpointState;
|
|
33
|
-
liveMessage: import("../../data/live-message").LiveMessageState;
|
|
30
|
+
waitMessage: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
31
|
+
error: import("../../data/error/index.js").ErrorState;
|
|
32
|
+
breakpoint: import("../../data/breakpoint/index.js").BreakpointState;
|
|
33
|
+
liveMessage: import("../../data/live-message/index.js").LiveMessageState;
|
|
34
34
|
}>, import("redux").Dispatch<import("redux").AnyAction>>>>;
|
|
35
35
|
container: HTMLElement;
|
|
36
36
|
baseElement: Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { History } from 'history';
|
|
3
|
-
import { AppStore, RootState } from '../../data/store';
|
|
3
|
+
import { AppStore, RootState } from '../../data/store.js';
|
|
4
4
|
interface Args {
|
|
5
5
|
initialState: RootState;
|
|
6
6
|
store: AppStore;
|
|
@@ -9,31 +9,31 @@ interface Args {
|
|
|
9
9
|
}
|
|
10
10
|
export declare const renderWithRouterRedux: (ui: React.ReactElement, { route, history, initialState, store, }?: Args) => {
|
|
11
11
|
store: import("@reduxjs/toolkit").EnhancedStore<import("redux").CombinedState<{
|
|
12
|
-
waitMessage: import("../../data/wait-message/reducer").WaitMessageState;
|
|
13
|
-
error: import("../../data/error").ErrorState;
|
|
14
|
-
breakpoint: import("../../data/breakpoint").BreakpointState;
|
|
15
|
-
liveMessage: import("../../data/live-message").LiveMessageState;
|
|
12
|
+
waitMessage: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
13
|
+
error: import("../../data/error/index.js").ErrorState;
|
|
14
|
+
breakpoint: import("../../data/breakpoint/index.js").BreakpointState;
|
|
15
|
+
liveMessage: import("../../data/live-message/index.js").LiveMessageState;
|
|
16
16
|
}>, {
|
|
17
|
-
payload: import("../../data/wait-message/reducer").WaitMessageState;
|
|
17
|
+
payload: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
18
18
|
type: string;
|
|
19
19
|
} | import("redux").AnyAction | {
|
|
20
|
-
payload: import("../../data/breakpoint").Breakpoints;
|
|
20
|
+
payload: import("../../data/breakpoint/index.js").Breakpoints;
|
|
21
21
|
type: string;
|
|
22
|
-
}, import("@reduxjs/toolkit").MiddlewareArray<import("redux-saga").SagaMiddleware<object> | import("redux
|
|
23
|
-
waitMessage: import("../../data/wait-message/reducer").WaitMessageState;
|
|
24
|
-
error: import("../../data/error").ErrorState;
|
|
25
|
-
breakpoint: import("../../data/breakpoint").BreakpointState;
|
|
26
|
-
liveMessage: import("../../data/live-message").LiveMessageState;
|
|
22
|
+
}, import("@reduxjs/toolkit").MiddlewareArray<import("redux-saga").SagaMiddleware<object> | import("redux-thunk").ThunkMiddleware<import("redux").CombinedState<{
|
|
23
|
+
waitMessage: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
24
|
+
error: import("../../data/error/index.js").ErrorState;
|
|
25
|
+
breakpoint: import("../../data/breakpoint/index.js").BreakpointState;
|
|
26
|
+
liveMessage: import("../../data/live-message/index.js").LiveMessageState;
|
|
27
27
|
}>, import("redux").AnyAction, null> | import("redux-thunk").ThunkMiddleware<import("redux").CombinedState<{
|
|
28
|
-
waitMessage: import("../../data/wait-message/reducer").WaitMessageState;
|
|
29
|
-
error: import("../../data/error").ErrorState;
|
|
30
|
-
breakpoint: import("../../data/breakpoint").BreakpointState;
|
|
31
|
-
liveMessage: import("../../data/live-message").LiveMessageState;
|
|
28
|
+
waitMessage: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
29
|
+
error: import("../../data/error/index.js").ErrorState;
|
|
30
|
+
breakpoint: import("../../data/breakpoint/index.js").BreakpointState;
|
|
31
|
+
liveMessage: import("../../data/live-message/index.js").LiveMessageState;
|
|
32
32
|
}>, import("redux").AnyAction, undefined> | import("redux").Middleware<{}, import("redux").CombinedState<{
|
|
33
|
-
waitMessage: import("../../data/wait-message/reducer").WaitMessageState;
|
|
34
|
-
error: import("../../data/error").ErrorState;
|
|
35
|
-
breakpoint: import("../../data/breakpoint").BreakpointState;
|
|
36
|
-
liveMessage: import("../../data/live-message").LiveMessageState;
|
|
33
|
+
waitMessage: import("../../data/wait-message/reducer.js").WaitMessageState;
|
|
34
|
+
error: import("../../data/error/index.js").ErrorState;
|
|
35
|
+
breakpoint: import("../../data/breakpoint/index.js").BreakpointState;
|
|
36
|
+
liveMessage: import("../../data/live-message/index.js").LiveMessageState;
|
|
37
37
|
}>, import("redux").Dispatch<import("redux").AnyAction>>>>;
|
|
38
38
|
container: HTMLElement;
|
|
39
39
|
baseElement: Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { History } from 'history';
|
|
3
3
|
import { Theme } from '@elliemae/pui-theme';
|
|
4
|
-
import { AppStore } from '../../data/store';
|
|
4
|
+
import { AppStore } from '../../data/store.js';
|
|
5
5
|
declare type AppRootProps = {
|
|
6
6
|
store: AppStore;
|
|
7
7
|
history: History;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { CheckBoxProps } from '.';
|
|
2
|
+
import { CheckBoxProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<CheckBoxProps<import("react-hook-form").FieldValues, string> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { CheckBoxProps } from '.';
|
|
2
|
+
import { CheckBoxProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const SetValue: Story<CheckBoxProps<import("react-hook-form").FieldValues, string>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { FormItemLayoutProps } from '../form-item-layout';
|
|
2
|
+
import { FormItemLayoutProps } from '../form-item-layout/index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<FormItemLayoutProps & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { DateInputProps } from '.';
|
|
2
|
+
import { DateInputProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<DateInputProps<import("react-hook-form").FieldValues, string> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { DatePickerProps } from '.';
|
|
2
|
+
import { DatePickerProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<DatePickerProps<import("react-hook-form").FieldValues, string> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { FormItemLayoutProps } from '.';
|
|
2
|
+
import { FormItemLayoutProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<FormItemLayoutProps>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { InputMaskProps } from '.';
|
|
2
|
+
import { InputMaskProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<InputMaskProps<import("react-hook-form").FieldValues, string> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { LargeTextBoxProps } from '.';
|
|
2
|
+
import { LargeTextBoxProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<LargeTextBoxProps<import("react-hook-form").FieldValues, string> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { RadioProps } from '.';
|
|
2
|
+
import { RadioProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<RadioProps<import("react-hook-form").FieldValues, string> & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { RadioProps } from '.';
|
|
2
|
+
import { RadioProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const SetValue: Story<RadioProps<import("react-hook-form").FieldValues, string>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { RadioGroupProps } from '.';
|
|
2
|
+
import { RadioGroupProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<RadioGroupProps<import("react-hook-form").FieldValues, string>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Story, Meta } from '@storybook/react';
|
|
2
|
-
import { TextBoxProps } from '.';
|
|
2
|
+
import { TextBoxProps } from './index.js';
|
|
3
3
|
declare const _default: Meta<import("@storybook/react").Args>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Basic: Story<TextBoxProps<import("react-hook-form").FieldValues, string> & {
|