@elliemae/pui-app-sdk 1.85.2 → 1.86.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.
Files changed (83) hide show
  1. package/dist/cjs/analytics/user-wait.js +1 -1
  2. package/dist/cjs/communication/http-client/index.js +1 -1
  3. package/dist/cjs/communication/http-client/response-interceptor.js +1 -1
  4. package/dist/cjs/communication/http-client/retry-axios.js +1 -1
  5. package/dist/cjs/communication/http-client/retry.js +1 -1
  6. package/dist/cjs/data/auth/reducer.js +1 -1
  7. package/dist/cjs/data/configureStore.js +1 -0
  8. package/dist/cjs/data/reducerInjectors.js +3 -2
  9. package/dist/cjs/data/wait-message/reducer.js +1 -1
  10. package/dist/cjs/index.js +165 -165
  11. package/dist/cjs/services/login/api.js +1 -1
  12. package/dist/cjs/sideeffect/auth/index.js +1 -1
  13. package/dist/cjs/sideeffect/constants.js +1 -1
  14. package/dist/cjs/sideeffect/sagaInjectors.js +2 -2
  15. package/dist/cjs/utils/app-config/config.js +1 -1
  16. package/dist/cjs/utils/auth/index.js +9 -4
  17. package/dist/cjs/utils/constants.js +1 -1
  18. package/dist/cjs/utils/font-size.js +1 -1
  19. package/dist/cjs/utils/helpers.js +1 -1
  20. package/dist/cjs/utils/history.js +1 -1
  21. package/dist/cjs/utils/micro-frontend/host.js +6 -6
  22. package/dist/cjs/utils/micro-frontend/index.js +1 -1
  23. package/dist/cjs/utils/session.js +1 -1
  24. package/dist/cjs/utils/store.js +1 -1
  25. package/dist/cjs/utils/storybook/preview.js +1 -1
  26. package/dist/cjs/utils/web-storage.js +1 -1
  27. package/dist/cjs/utils/window.js +4 -2
  28. package/dist/cjs/view/error-toast/index.stories.js +1 -1
  29. package/dist/cjs/view/fetch-host-app-data/store.js +1 -1
  30. package/dist/cjs/view/fields/check-box/index.stories.js +1 -1
  31. package/dist/cjs/view/fields/check-box/set-value.stories.js +1 -1
  32. package/dist/cjs/view/fields/combo-box/index.stories.js +1 -1
  33. package/dist/cjs/view/fields/date-input/index.stories.js +1 -1
  34. package/dist/cjs/view/fields/date-picker/index.stories.js +1 -1
  35. package/dist/cjs/view/fields/form-item-layout/index.stories.js +1 -1
  36. package/dist/cjs/view/fields/input-mask/index.js +4 -4
  37. package/dist/cjs/view/fields/input-mask/index.stories.js +1 -1
  38. package/dist/cjs/view/fields/large-text-box/index.stories.js +1 -1
  39. package/dist/cjs/view/fields/radio/index.stories.js +1 -1
  40. package/dist/cjs/view/fields/radio/set-value.stories.js +1 -1
  41. package/dist/cjs/view/fields/radio-group/index.stories.js +1 -1
  42. package/dist/cjs/view/fields/text-box/index.stories.js +1 -1
  43. package/dist/cjs/view/form/index.stories.js +1 -1
  44. package/dist/cjs/view/form/personal-info-section.js +1 -1
  45. package/dist/cjs/view/form/usecases.stories.js +1 -1
  46. package/dist/cjs/view/guest-unload-handlers/index.js +1 -1
  47. package/dist/cjs/view/header/index.stories.js +1 -1
  48. package/dist/cjs/view/host-binding-events/index.js +1 -1
  49. package/dist/cjs/view/live-message/index.stories.js +1 -1
  50. package/dist/cjs/view/media-breakpoint/index.stories.js +1 -1
  51. package/dist/cjs/view/micro-app/app-factory/index.js +1 -1
  52. package/dist/cjs/view/micro-app/resources/script.js +1 -1
  53. package/dist/cjs/view/micro-app/resources/style.js +1 -1
  54. package/dist/cjs/view/micro-app/use-app-will-render.js +4 -2
  55. package/dist/cjs/view/micro-iframe-app/app.js +49 -0
  56. package/dist/cjs/view/micro-iframe-app/index.js +21 -28
  57. package/dist/cjs/view/modals/error/index.stories.js +1 -1
  58. package/dist/cjs/view/modals/navigation-prompt/index.stories.js +1 -1
  59. package/dist/cjs/view/modals/session-expiry/index.stories.js +1 -1
  60. package/dist/cjs/view/modals/wait-message/index.stories.js +1 -1
  61. package/dist/cjs/view/session-timeout/index.stories.js +1 -1
  62. package/dist/cjs/view/use-previous.js +18 -0
  63. package/dist/es/data/configureStore.js +1 -0
  64. package/dist/es/data/reducerInjectors.js +2 -1
  65. package/dist/es/index.js +1 -1
  66. package/dist/es/utils/auth/index.js +8 -3
  67. package/dist/es/utils/micro-frontend/host.js +7 -7
  68. package/dist/es/utils/window.js +3 -2
  69. package/dist/es/view/micro-app/use-app-will-render.js +4 -2
  70. package/dist/es/view/micro-iframe-app/app.js +32 -0
  71. package/dist/es/view/micro-iframe-app/index.js +24 -27
  72. package/dist/es/view/use-previous.js +8 -0
  73. package/dist/types/index.d.ts +1 -1
  74. package/dist/types/utils/auth/index.d.ts +4 -3
  75. package/dist/types/utils/micro-frontend/host.d.ts +2 -2
  76. package/dist/types/utils/testing/render-with-redux.d.ts +49 -49
  77. package/dist/types/utils/testing/render-with-router.d.ts +49 -49
  78. package/dist/types/utils/window.d.ts +2 -2
  79. package/dist/types/view/micro-app/use-app-will-render.d.ts +2 -1
  80. package/dist/types/view/micro-iframe-app/app.d.ts +1 -0
  81. package/dist/types/view/micro-iframe-app/index.d.ts +1 -2
  82. package/dist/types/view/use-previous.d.ts +1 -0
  83. package/package.json +14 -14
@@ -5,57 +5,57 @@ export function renderWithRouter(ui: any, { route, history, }?: {
5
5
  history: import("history").MemoryHistory<unknown>;
6
6
  container: HTMLElement;
7
7
  baseElement: Element;
8
- debug: (baseElement?: Element | DocumentFragment | (Element | DocumentFragment)[] | undefined, maxLength?: number | undefined, options?: import("pretty-format/build/types").PrettyFormatOptions | undefined) => void;
8
+ debug: (baseElement?: Element | DocumentFragment | (Element | DocumentFragment)[] | undefined, maxLength?: number | undefined, options?: import("pretty-format").PrettyFormatOptions | undefined) => void;
9
9
  rerender: (ui: React.ReactElement<any, string | React.JSXElementConstructor<any>>) => void;
10
10
  unmount: () => void;
11
11
  asFragment: () => DocumentFragment;
12
- getByLabelText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement;
13
- getAllByLabelText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
14
- queryByLabelText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement | null;
15
- queryAllByLabelText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
16
- findByLabelText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
17
- findAllByLabelText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
18
- getByPlaceholderText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement;
19
- getAllByPlaceholderText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
20
- queryByPlaceholderText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement | null;
21
- queryAllByPlaceholderText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
22
- findByPlaceholderText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
23
- findAllByPlaceholderText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
24
- getByText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement;
25
- getAllByText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
26
- queryByText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement | null;
27
- queryAllByText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
28
- findByText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
29
- findAllByText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
30
- getByAltText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement;
31
- getAllByAltText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
32
- queryByAltText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement | null;
33
- queryAllByAltText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
34
- findByAltText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
35
- findAllByAltText: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
36
- getByTitle: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement;
37
- getAllByTitle: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
38
- queryByTitle: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement | null;
39
- queryAllByTitle: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
40
- findByTitle: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
41
- findAllByTitle: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
42
- getByDisplayValue: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement;
43
- getAllByDisplayValue: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
44
- queryByDisplayValue: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement | null;
45
- queryAllByDisplayValue: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
46
- findByDisplayValue: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
47
- findAllByDisplayValue: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
48
- getByRole: (text: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined, waitForElementOptions?: unknown) => HTMLElement;
49
- getAllByRole: (text: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
50
- queryByRole: (text: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined, waitForElementOptions?: unknown) => HTMLElement | null;
51
- queryAllByRole: (text: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
52
- findByRole: (text: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
53
- findAllByRole: (text: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
54
- getByTestId: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement;
55
- getAllByTestId: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
56
- queryByTestId: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement | null;
57
- queryAllByTestId: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: unknown) => HTMLElement[];
58
- findByTestId: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
59
- findAllByTestId: (text: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
12
+ getByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement;
13
+ getAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
14
+ queryByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement | null;
15
+ queryAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
16
+ findByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
17
+ findAllByLabelText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
18
+ getByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
19
+ getAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
20
+ queryByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
21
+ queryAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
22
+ findByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
23
+ findAllByPlaceholderText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
24
+ getByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement;
25
+ getAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
26
+ queryByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement | null;
27
+ queryAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined) => HTMLElement[];
28
+ findByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
29
+ findAllByText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").SelectorMatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
30
+ getByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
31
+ getAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
32
+ queryByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
33
+ queryAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
34
+ findByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
35
+ findAllByAltText: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
36
+ getByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
37
+ getAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
38
+ queryByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
39
+ queryAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
40
+ findByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
41
+ findAllByTitle: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
42
+ getByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
43
+ getAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
44
+ queryByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
45
+ queryAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
46
+ findByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
47
+ findAllByDisplayValue: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
48
+ getByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined) => HTMLElement;
49
+ getAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined) => HTMLElement[];
50
+ queryByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined) => HTMLElement | null;
51
+ queryAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined) => HTMLElement[];
52
+ findByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
53
+ findAllByRole: (role: import("@testing-library/react").ByRoleMatcher, options?: import("@testing-library/react").ByRoleOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
54
+ getByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement;
55
+ getAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
56
+ queryByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement | null;
57
+ queryAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined) => HTMLElement[];
58
+ findByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement>;
59
+ findAllByTestId: (id: import("@testing-library/react").Matcher, options?: import("@testing-library/react").MatcherOptions | undefined, waitForElementOptions?: import("@testing-library/react").waitForOptions | undefined) => Promise<HTMLElement[]>;
60
60
  };
61
61
  import React from "react";
@@ -13,8 +13,8 @@ declare global {
13
13
  emui: EMUI;
14
14
  }
15
15
  }
16
- declare const _default: () => Window;
17
- export default _default;
16
+ export declare const getWindow: () => Window;
17
+ export default getWindow;
18
18
  export declare const getViewportSize: () => {
19
19
  width: number;
20
20
  height: number;
@@ -1,6 +1,7 @@
1
- export function useAppWillRender({ appId, documentEle, history, theme }: {
1
+ export function useAppWillRender({ appId, documentEle, history, theme, onUnloadComplete, }: {
2
2
  appId: any;
3
3
  documentEle: any;
4
4
  history: any;
5
5
  theme: any;
6
+ onUnloadComplete: any;
6
7
  }): void;
@@ -0,0 +1 @@
1
+ export const App: import("react").NamedExoticComponent<object>;
@@ -1,2 +1 @@
1
- export default MicroIFrameApp;
2
- declare const MicroIFrameApp: import("react").NamedExoticComponent<object>;
1
+ export const MicroIFrameApp: import("react").NamedExoticComponent<object>;
@@ -0,0 +1 @@
1
+ export function usePrevious(value: any): undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/pui-app-sdk",
3
- "version": "1.85.2",
3
+ "version": "1.86.1",
4
4
  "description": "ICE MT UI Platform Application SDK ",
5
5
  "sideEffects": [
6
6
  "./utils/app-config/config.js",
@@ -89,27 +89,27 @@
89
89
  },
90
90
  "peerDependencies": {
91
91
  "@elliemae/app-react-dependencies": "^1.57.0",
92
- "@elliemae/ds-basic": "^1.47.14",
93
- "@elliemae/ds-date-picker": "^1.47.14",
94
- "@elliemae/ds-modal": "^1.47.14",
92
+ "@elliemae/ds-basic": "^1.53.13",
93
+ "@elliemae/ds-date-picker": "^1.53.13",
94
+ "@elliemae/ds-modal": "^1.53.13",
95
95
  "@elliemae/em-ssf-guest": "^1.11.1",
96
- "@elliemae/pui-diagnostics": "^2.4.0",
97
- "@elliemae/pui-micro-frontend-base": "^1.6.2",
98
- "@elliemae/pui-theme": "^2.1.0",
96
+ "@elliemae/pui-diagnostics": "^2.7.0",
97
+ "@elliemae/pui-micro-frontend-base": "^1.7.0",
98
+ "@elliemae/pui-theme": "^2.2.4",
99
99
  "@elliemae/pui-user-monitoring": "^1.10.0"
100
100
  },
101
101
  "devDependencies": {
102
102
  "@elliemae/app-react-dependencies": "~1.57.0",
103
103
  "@elliemae/browserslist-config-elliemae": "~1.2.1",
104
- "@elliemae/ds-basic": "~1.47.14",
105
- "@elliemae/ds-date-picker": "~1.47.14",
106
- "@elliemae/ds-modal": "~1.47.14",
104
+ "@elliemae/ds-basic": "~1.53.13",
105
+ "@elliemae/ds-date-picker": "~1.53.13",
106
+ "@elliemae/ds-modal": "~1.53.13",
107
107
  "@elliemae/em-ssf-guest": "~1.11.1",
108
108
  "@elliemae/pui-cli": "~4.13.1",
109
- "@elliemae/pui-diagnostics": "~2.4.0",
110
- "@elliemae/pui-e2e-test-sdk": "~4.0.1",
111
- "@elliemae/pui-micro-frontend-base": "~1.6.2",
112
- "@elliemae/pui-theme": "~2.1.0",
109
+ "@elliemae/pui-diagnostics": "~2.7.0",
110
+ "@elliemae/pui-e2e-test-sdk": "~6.6.0",
111
+ "@elliemae/pui-micro-frontend-base": "~1.7.0",
112
+ "@elliemae/pui-theme": "~2.2.4",
113
113
  "@elliemae/pui-user-monitoring": "~1.10.0"
114
114
  }
115
115
  }