@elliemae/pui-app-sdk 3.14.0 → 3.15.0

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 (147) hide show
  1. package/dist/cjs/index.js +4 -0
  2. package/dist/cjs/view/fields/autocomplete/index.js +47 -0
  3. package/dist/cjs/view/fields/combo-box-v3/index.js +45 -0
  4. package/dist/esm/analytics/appdynamics.js +0 -1
  5. package/dist/esm/analytics/index.js +0 -1
  6. package/dist/esm/analytics/page-view-event.js +0 -1
  7. package/dist/esm/analytics/user-session-event.js +0 -1
  8. package/dist/esm/analytics/user-wait-event.js +0 -1
  9. package/dist/esm/analytics/web-analytics.js +0 -1
  10. package/dist/esm/api/auth/index.js +0 -1
  11. package/dist/esm/api/helpers.js +0 -1
  12. package/dist/esm/api/users/index.js +0 -1
  13. package/dist/esm/communication/http-client/index.js +0 -1
  14. package/dist/esm/communication/http-client/request-interceptor.js +0 -1
  15. package/dist/esm/communication/http-client/response-interceptor.js +0 -1
  16. package/dist/esm/communication/http-client/retry-axios.js +0 -1
  17. package/dist/esm/communication/http-client/retry.js +0 -1
  18. package/dist/esm/data/auth/actions.js +0 -1
  19. package/dist/esm/data/auth/reducer.js +0 -1
  20. package/dist/esm/data/breakpoint/index.js +0 -1
  21. package/dist/esm/data/error/index.js +0 -1
  22. package/dist/esm/data/index.js +0 -1
  23. package/dist/esm/data/live-message/index.js +0 -1
  24. package/dist/esm/data/logout/actions.js +0 -1
  25. package/dist/esm/data/navigation-prompt/actions.js +0 -1
  26. package/dist/esm/data/react-redux.js +0 -1
  27. package/dist/esm/data/reducers.js +0 -1
  28. package/dist/esm/data/saga.js +0 -1
  29. package/dist/esm/data/store.js +0 -1
  30. package/dist/esm/data/wait-message/actions.js +0 -1
  31. package/dist/esm/data/wait-message/reducer.js +0 -1
  32. package/dist/esm/data/webpack-hmr.js +0 -1
  33. package/dist/esm/index.js +4 -1
  34. package/dist/esm/micro-frontend.js +0 -1
  35. package/dist/esm/sideeffect/auth/index.js +0 -1
  36. package/dist/esm/sideeffect/error-toast/index.js +0 -1
  37. package/dist/esm/sideeffect/wait-message/index.js +0 -1
  38. package/dist/esm/utils/app-config/config.js +0 -1
  39. package/dist/esm/utils/app-config/index.js +0 -1
  40. package/dist/esm/utils/app-host-integration/react.js +0 -1
  41. package/dist/esm/utils/auth/helper.js +0 -1
  42. package/dist/esm/utils/auth/index.js +0 -1
  43. package/dist/esm/utils/await.js +0 -1
  44. package/dist/esm/utils/constants.js +0 -1
  45. package/dist/esm/utils/font-size.js +0 -1
  46. package/dist/esm/utils/guest-with-service.js +0 -1
  47. package/dist/esm/utils/helpers.js +0 -1
  48. package/dist/esm/utils/history.js +0 -1
  49. package/dist/esm/utils/log-records.js +0 -1
  50. package/dist/esm/utils/micro-frontend/console-logger.js +0 -1
  51. package/dist/esm/utils/micro-frontend/guest.js +0 -1
  52. package/dist/esm/utils/micro-frontend/host.js +0 -1
  53. package/dist/esm/utils/micro-frontend/index.js +0 -1
  54. package/dist/esm/utils/micro-frontend/ssfguest-adapter.js +0 -1
  55. package/dist/esm/utils/micro-frontend/types.js +0 -1
  56. package/dist/esm/utils/redact-pii.js +0 -1
  57. package/dist/esm/utils/service-worker.js +0 -1
  58. package/dist/esm/utils/session.js +0 -1
  59. package/dist/esm/utils/storybook/manager.js +0 -1
  60. package/dist/esm/utils/storybook/preview.js +0 -1
  61. package/dist/esm/utils/storybook/theme.js +0 -1
  62. package/dist/esm/utils/testing/index.js +0 -1
  63. package/dist/esm/utils/testing/render-with-redux.js +0 -1
  64. package/dist/esm/utils/testing/render-with-router-redux.js +0 -1
  65. package/dist/esm/utils/testing/render-with-router.js +0 -1
  66. package/dist/esm/utils/testing/render-with-state-addons.js +0 -1
  67. package/dist/esm/utils/types.js +0 -1
  68. package/dist/esm/utils/url.js +0 -1
  69. package/dist/esm/utils/web-storage.js +0 -1
  70. package/dist/esm/utils/window.js +0 -1
  71. package/dist/esm/view/app-root/hosted-app.js +0 -1
  72. package/dist/esm/view/app-root/index.js +0 -1
  73. package/dist/esm/view/app-root/stand-alone-app.js +0 -1
  74. package/dist/esm/view/app-root/style.js +0 -1
  75. package/dist/esm/view/app-router.js +0 -1
  76. package/dist/esm/view/breakpoint/use-breakpoint.js +0 -1
  77. package/dist/esm/view/breakpoint/use-media-query-list.js +0 -1
  78. package/dist/esm/view/error-boundary/default-error-template.js +0 -1
  79. package/dist/esm/view/error-boundary/index.js +0 -1
  80. package/dist/esm/view/error-toast/index.js +0 -1
  81. package/dist/esm/view/fetch-host-app-data/index.js +0 -1
  82. package/dist/esm/view/fetch-host-app-data/store.js +0 -1
  83. package/dist/esm/view/fields/autocomplete/index.js +24 -0
  84. package/dist/esm/view/fields/check-box/index.js +0 -1
  85. package/dist/esm/view/fields/combo-box/index.js +0 -1
  86. package/dist/esm/view/fields/combo-box-v3/index.js +24 -0
  87. package/dist/esm/view/fields/connect-form.js +0 -1
  88. package/dist/esm/view/fields/date-input/index.js +0 -1
  89. package/dist/esm/view/fields/date-picker/index.js +0 -1
  90. package/dist/esm/view/fields/date-range-picker/index.js +0 -1
  91. package/dist/esm/view/fields/date-time-picker/index.js +0 -1
  92. package/dist/esm/view/fields/form-item-layout/index.js +0 -1
  93. package/dist/esm/view/fields/form-layout-block-item/index.js +0 -1
  94. package/dist/esm/view/fields/input-mask/index.js +0 -1
  95. package/dist/esm/view/fields/input-text/index.js +0 -1
  96. package/dist/esm/view/fields/large-text-box/index.js +0 -1
  97. package/dist/esm/view/fields/radio/index.js +0 -1
  98. package/dist/esm/view/fields/radio-group/index.js +0 -1
  99. package/dist/esm/view/fields/text-box/index.js +0 -1
  100. package/dist/esm/view/fields/toggle/index.js +0 -1
  101. package/dist/esm/view/fields/watch-value.js +0 -1
  102. package/dist/esm/view/form/index.js +0 -1
  103. package/dist/esm/view/form/personal-info-section.js +0 -1
  104. package/dist/esm/view/form/submit-button/index.js +0 -1
  105. package/dist/esm/view/guest-unload-handlers/index.js +0 -1
  106. package/dist/esm/view/host-binding-events/index.js +0 -1
  107. package/dist/esm/view/live-message/index.js +0 -1
  108. package/dist/esm/view/loadable/index.js +0 -1
  109. package/dist/esm/view/login/index.js +0 -1
  110. package/dist/esm/view/message-to-host-app/index.js +0 -1
  111. package/dist/esm/view/micro-app/app-factory/index.js +0 -1
  112. package/dist/esm/view/micro-app/const.js +0 -1
  113. package/dist/esm/view/micro-app/index.js +0 -1
  114. package/dist/esm/view/micro-app/resources/manifest.js +0 -1
  115. package/dist/esm/view/micro-app/resources/script.js +0 -1
  116. package/dist/esm/view/micro-app/resources/style.js +0 -1
  117. package/dist/esm/view/micro-app/types.js +0 -1
  118. package/dist/esm/view/micro-app/use-app-will-render.js +0 -1
  119. package/dist/esm/view/micro-app/utils.js +0 -1
  120. package/dist/esm/view/micro-iframe-app/app.js +0 -1
  121. package/dist/esm/view/micro-iframe-app/iframe/const.js +0 -1
  122. package/dist/esm/view/micro-iframe-app/iframe/index.js +0 -1
  123. package/dist/esm/view/micro-iframe-app/index.js +0 -1
  124. package/dist/esm/view/micro-iframe-app/types.js +0 -1
  125. package/dist/esm/view/micro-iframe-app/use-frame-loaded.js +0 -1
  126. package/dist/esm/view/modals/error/index.js +0 -1
  127. package/dist/esm/view/modals/navigation-prompt/index.js +0 -1
  128. package/dist/esm/view/modals/session-expiry/customHooks.js +0 -1
  129. package/dist/esm/view/modals/session-expiry/index.js +0 -1
  130. package/dist/esm/view/modals/wait-message/index.js +0 -1
  131. package/dist/esm/view/modals/wait-message/use-html-wait-message.js +0 -1
  132. package/dist/esm/view/modals/wait-message/wait-message-launcher.js +0 -1
  133. package/dist/esm/view/page.js +0 -1
  134. package/dist/esm/view/render-with-delay/index.js +0 -1
  135. package/dist/esm/view/render-with-host-data/index.js +0 -1
  136. package/dist/esm/view/require-auth.js +0 -1
  137. package/dist/esm/view/session-timeout/index.js +0 -1
  138. package/dist/esm/view/storybook/decorator.js +0 -1
  139. package/dist/esm/view/use-previous.js +0 -1
  140. package/dist/esm/view/use-window-size-change.js +0 -1
  141. package/dist/esm/view/visually-hidden/index.js +0 -1
  142. package/dist/types/lib/index.d.ts +2 -0
  143. package/dist/types/lib/view/fields/autocomplete/index.d.ts +13 -0
  144. package/dist/types/lib/view/fields/autocomplete/index.stories.d.ts +5 -0
  145. package/dist/types/lib/view/fields/combo-box-v3/index.d.ts +9 -0
  146. package/dist/types/lib/view/fields/combo-box-v3/index.stories.d.ts +5 -0
  147. package/package.json +1 -1
package/dist/cjs/index.js CHANGED
@@ -23,10 +23,12 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
23
23
  var lib_exports = {};
24
24
  __export(lib_exports, {
25
25
  AppRoot: () => import_app_root.AppRoot,
26
+ Autocomplete: () => import_autocomplete.Autocomplete,
26
27
  CMicroAppGuest: () => import_guest.CMicroAppGuest,
27
28
  CMicroAppHost: () => import_host.CMicroAppHost,
28
29
  CheckBox: () => import_check_box.CheckBox,
29
30
  ComboBox: () => import_combo_box.ComboBox,
31
+ ComboBoxV3: () => import_combo_box_v3.ComboBoxV3,
30
32
  ConnectForm: () => import_connect_form.ConnectForm,
31
33
  DateInput: () => import_date_input.DateInput,
32
34
  DatePicker: () => import_date_picker.DatePicker,
@@ -162,9 +164,11 @@ var import_render_with_state_addons = require("./utils/testing/render-with-state
162
164
  var import_helpers2 = require("./api/helpers.js");
163
165
  var import_users = require("./api/users/index.js");
164
166
  var import_decorator = require("./view/storybook/decorator.js");
167
+ var import_autocomplete = require("./view/fields/autocomplete/index.js");
165
168
  var import_error_toast = require("./view/error-toast/index.js");
166
169
  var import_navigation_prompt = require("./view/modals/navigation-prompt/index.js");
167
170
  var import_form = require("./view/form/index.js");
171
+ var import_combo_box_v3 = require("./view/fields/combo-box-v3/index.js");
168
172
  var import_connect_form = require("./view/fields/connect-form.js");
169
173
  var import_form_item_layout = require("./view/fields/form-item-layout/index.js");
170
174
  var import_form_layout_block_item = require("./view/fields/form-layout-block-item/index.js");
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
21
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
22
+ var autocomplete_exports = {};
23
+ __export(autocomplete_exports, {
24
+ Autocomplete: () => Autocomplete
25
+ });
26
+ module.exports = __toCommonJS(autocomplete_exports);
27
+ var React = __toESM(require("react"));
28
+ var import_ds_controlled_form = require("@elliemae/ds-controlled-form");
29
+ var import_react_hook_form = require("react-hook-form");
30
+ const filterOptions = (allOptions, newFilter) => {
31
+ const filtered = allOptions.filter((option) => option.type === "section" || option.label.toLowerCase().includes(newFilter?.toLowerCase()));
32
+ return filtered.length === 1 && filtered[0].type === "section" ? [] : filtered;
33
+ };
34
+ const Autocomplete = ({
35
+ name,
36
+ children,
37
+ ...rest
38
+ }) => /* @__PURE__ */ React.createElement(import_react_hook_form.Controller, {
39
+ name,
40
+ render: ({ field: { onChange, value, ...props } }) => /* @__PURE__ */ React.createElement(import_ds_controlled_form.DSAutocomplete, {
41
+ ...rest,
42
+ ...props,
43
+ options: filterOptions(rest.options, value),
44
+ filter: value ?? "",
45
+ onSelect: onChange
46
+ }, children)
47
+ });
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
21
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
22
+ var combo_box_v3_exports = {};
23
+ __export(combo_box_v3_exports, {
24
+ ComboBoxV3: () => ComboBoxV3
25
+ });
26
+ module.exports = __toCommonJS(combo_box_v3_exports);
27
+ var React = __toESM(require("react"));
28
+ var import_ds_controlled_form = require("@elliemae/ds-controlled-form");
29
+ var import_react_hook_form = require("react-hook-form");
30
+ const ComboBoxV3 = ({
31
+ name,
32
+ defaultValue = null,
33
+ rules = {},
34
+ ...rest
35
+ }) => /* @__PURE__ */ React.createElement(import_react_hook_form.Controller, {
36
+ name,
37
+ rules,
38
+ defaultValue,
39
+ render: ({ field: { onChange, value, ...props } }) => /* @__PURE__ */ React.createElement(import_ds_controlled_form.DSComboBox, {
40
+ ...rest,
41
+ ...props,
42
+ selectedValues: value,
43
+ onChange
44
+ })
45
+ });
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as brum from "@elliemae/pui-user-monitoring";
3
2
  let userData = {
4
3
  envName: "localhost",
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { CMicroAppGuest } from "../utils/micro-frontend/guest.js";
3
2
  import { getBAEventParameters } from "./web-analytics.js";
4
3
  import { redactPii } from "../utils/redact-pii.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { sendBAEvent } from "./index.js";
3
2
  const getWindow = () => {
4
3
  try {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { sendBAEvent } from "./index.js";
3
2
  import { updateBAEventParameters } from "./web-analytics.js";
4
3
  const loginEvent = ({
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { sendBAEvent } from "./index.js";
3
2
  const waitStartEvent = () => sendBAEvent({
4
3
  data: {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  let baEventParameters = {
3
2
  envName: "localhost",
4
3
  appId: "",
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { getHTTPClient } from "../../communication/http-client/index.js";
3
2
  const getToken = async ({
4
3
  clientId,
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { createAction } from "@reduxjs/toolkit";
3
2
  import { get } from "lodash";
4
3
  const getApiActionCreator = (api) => (operation) => ({
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { getAuthHTTPClient } from "../../communication/http-client/index.js";
3
2
  const getUser = async ({ userName }) => {
4
3
  const { data } = await getAuthHTTPClient().get(`/encompass/v1/users/${userName}`);
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import axios from "axios";
3
2
  import { getAppConfigValue } from "../../utils/app-config/config.js";
4
3
  import { getAuthorizationHeader } from "../../utils/auth/helper.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { resetUserIdleTime } from "../../utils/session.js";
3
2
  const requestInterceptor = (config) => {
4
3
  resetUserIdleTime();
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import axios from "axios";
3
2
  const HTTP_UNAUTHORIZED = 401;
4
3
  let unAuthorizedFailureHandler = null;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import axios from "axios";
3
2
  const onFulfilled = (res) => res;
4
3
  const detach = (interceptorId, instance) => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import {
3
2
  attach,
4
3
  getConfig
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const LOGIN = "auth/LOGIN";
3
2
  const LOGIN_SUCCESS = "auth/LOGIN_SUCCESS";
4
3
  const LOGOUT = "auth/LOGOUT";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import produce from "immer";
3
2
  import { LOGIN_SUCCESS } from "./actions.js";
4
3
  const initialState = {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import produce from "immer";
3
2
  const breakpoint = {
4
3
  change: "change"
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { createSlice } from "@reduxjs/toolkit";
3
2
  const initialState = {
4
3
  description: "",
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useInjectReducer, useInjectSaga } from "redux-injectors";
3
2
  import { useAppDispatch, useAppSelector } from "./react-redux.js";
4
3
  import { createAppStore, getStore } from "./store.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { createSlice } from "@reduxjs/toolkit";
3
2
  const initialState = {
4
3
  message: "",
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const actions = {
3
2
  CONFIRM: "log-out/CONFIRM",
4
3
  CANCEL: "log-out/CANCEL"
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const ACTIONS = {
3
2
  CONFIRM: "navigation-prompt/CONFIRM",
4
3
  CANCEL: "navigation-prompt/CANCEL"
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useDispatch, useSelector } from "react-redux";
3
2
  const useAppDispatch = () => useDispatch();
4
3
  const useAppSelector = useSelector;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { combineReducers } from "@reduxjs/toolkit";
3
2
  import { waitMessageReducer } from "./wait-message/reducer.js";
4
3
  import { errorReducer } from "./error/index.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const AllowedModes = {
3
2
  RestartOnRemount: "RESTART_ON_REMOUNT",
4
3
  Daemon: "DAEMON",
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { configureStore } from "@reduxjs/toolkit";
3
2
  import {
4
3
  createInjectorsEnhancer
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const ACTIONS = {
3
2
  OPEN: "wait-message/OPEN",
4
3
  CLOSE: "wait-message/CLOSE"
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import produce from "immer";
3
2
  import { ACTIONS } from "./actions.js";
4
3
  const initialState = {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { forceReducerReload } from "redux-injectors";
3
2
  const enableHotReloading = (baseStore) => {
4
3
  let hotModule = null;
package/dist/esm/index.js CHANGED
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { isUserAuthorized, login, authorize } from "./utils/auth/index.js";
3
2
  import {
4
3
  getHTTPClient,
@@ -68,9 +67,11 @@ import { RenderWithStateAddOns } from "./utils/testing/render-with-state-addons.
68
67
  import { getApiActionCreator, getSelectField } from "./api/helpers.js";
69
68
  import { getUser } from "./api/users/index.js";
70
69
  import { withAppDecorator } from "./view/storybook/decorator.js";
70
+ import { Autocomplete } from "./view/fields/autocomplete/index.js";
71
71
  import { ErrorToast } from "./view/error-toast/index.js";
72
72
  import { NavigationPrompt } from "./view/modals/navigation-prompt/index.js";
73
73
  import { Form } from "./view/form/index.js";
74
+ import { ComboBoxV3 } from "./view/fields/combo-box-v3/index.js";
74
75
  import { ConnectForm } from "./view/fields/connect-form.js";
75
76
  import { FormItemLayout } from "./view/fields/form-item-layout/index.js";
76
77
  import { FormLayoutBlockItem } from "./view/fields/form-layout-block-item/index.js";
@@ -104,10 +105,12 @@ import { updateBAEventParameters } from "./analytics/web-analytics.js";
104
105
  import { redactPii } from "./utils/redact-pii.js";
105
106
  export {
106
107
  AppRoot,
108
+ Autocomplete,
107
109
  CMicroAppGuest,
108
110
  CMicroAppHost,
109
111
  CheckBox,
110
112
  ComboBox,
113
+ ComboBoxV3,
111
114
  ConnectForm,
112
115
  DateInput,
113
116
  DatePicker,
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { CMicroAppGuest } from "./utils/micro-frontend/guest.js";
3
2
  import { CMicroAppHost } from "./utils/micro-frontend/host.js";
4
3
  import { getMicroFrontEndAppConfig } from "./utils/micro-frontend/index.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import {
3
2
  call,
4
3
  put,
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { call, takeLatest } from "redux-saga/effects";
3
2
  import { actions } from "../../data/error/index.js";
4
3
  import { CMicroAppGuest } from "../../utils/micro-frontend/guest.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { call, takeLatest } from "redux-saga/effects";
3
2
  import { ACTIONS } from "../../data/wait-message/actions.js";
4
3
  import { CMicroAppGuest } from "../../utils/micro-frontend/guest.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import _ from "lodash";
3
2
  let gAppConfig = APP_CONFIG;
4
3
  const setAppConfig = (config) => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import _ from "lodash";
3
2
  import { getHTTPClient } from "../../communication/http-client/index.js";
4
3
  import { setAppConfig } from "./config.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import {
3
2
  CMicroAppGuest
4
3
  } from "../micro-frontend/guest.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import enums from "../constants.js";
3
2
  const getAuthorizationHeader = () => sessionStorage.getItem(enums.AUTHORIZATION) || "";
4
3
  const setAuthorizationHeader = (token) => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { browserHistory as history } from "../history.js";
3
2
  import {
4
3
  getToken,
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  var constants_default = {
3
2
  AUTHORIZATION: "Authorization",
4
3
  CLIENT_ID: "tirykwfo"
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const docFontSize = document && document.documentElement ? getComputedStyle(document.documentElement).fontSize : "16";
3
2
  const remToPx = (rem) => rem * parseFloat(docFontSize);
4
3
  const pxToRem = (px) => `${px / parseFloat(docFontSize)}rem`;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  function RegisterService(appId, ServiceName) {
3
2
  const { emui } = window;
4
3
  const props = emui[appId] || (emui[appId] = {});
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const isProd = () => false;
3
2
  const isCIBuild = () => process.env.CI === "true";
4
3
  const PROTOCOL = /^(?:[a-z]+:)?\/\//;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { createBrowserHistory, createMemoryHistory } from "history";
3
2
  const browserHistory = createBrowserHistory();
4
3
  const memoryHistory = createMemoryHistory();
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const logRecords = {
3
2
  ERR_TOAST_OPEN_FAILED: {
4
3
  code: "appsdk001",
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { logger as uiLogger, Console } from "@elliemae/pui-diagnostics";
3
2
  import { getAppConfigValue } from "../app-config/config.js";
4
3
  const logger = (() => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import ReactDOM from "react-dom";
3
2
  import _ from "lodash";
4
3
  import { getDefaultTheme } from "@elliemae/pui-theme";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { publish, subscribe, unsubscribe } from "pubsub-js";
3
2
  import { getDefaultTheme } from "@elliemae/pui-theme";
4
3
  import { getStore } from "../../data/store.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import _ from "lodash";
3
2
  import { CMicroAppGuest } from "./guest.js";
4
3
  import { CMicroAppHost } from "./host.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import ssfGuest from "@elliemae/em-ssf-guest";
3
2
  class SSFGuestAdapter {
4
3
  async init() {
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const aptRegex = /(apt|bldg|dept|fl|hngr|lot|pier|rm|ste|slip|trlr|unit|#)\.? *[a-z0-9-]+\b/gi;
3
2
  const poBoxRegex = /P\.? ?O\.? *Box +\d+/gi;
4
3
  const roadRegex = /(street|st|road|rd|avenue|ave|drive|dr|loop|court|ct|circle|cir|lane|ln|boulevard|blvd|way)\.?\b/gi;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import "./log-records.js";
3
2
  import { getLogger } from "./micro-frontend/index.js";
4
3
  const initServiceWorker = (swDest = "") => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { throttle } from "lodash";
3
2
  import { getAppConfigValue } from "./app-config/config.js";
4
3
  import { SESSION_TIMEOUT_INTERVAL } from "./constants.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { addons } from "@storybook/addons";
3
2
  import { createTheme } from "./theme.js";
4
3
  const init = (theme) => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { getDefaultTheme } from "@elliemae/pui-theme";
3
2
  import { createAppStore } from "../../data/store.js";
4
3
  import { withAppDecorator } from "../../view/storybook/decorator.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { create } from "@storybook/theming/create";
3
2
  const createTheme = ({
4
3
  base = "light",
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { render } from "@testing-library/react";
4
3
  import { getDefaultTheme } from "@elliemae/pui-theme";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { render } from "@testing-library/react";
4
3
  import { Provider } from "react-redux";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { render } from "@testing-library/react";
4
3
  import { Provider } from "react-redux";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { render } from "@testing-library/react";
4
3
  import { createMemoryHistory } from "history";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useEffect, useState } from "react";
4
3
  import { ThemeProvider } from "styled-components";
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const getRedirectUrl = () => {
3
2
  const url = new URL(window.location.href);
4
3
  url.search = "";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import localforage from "localforage";
3
2
  const STORAGE = "storage";
4
3
  const GET_SESSION_STORAGE = "getSessionStorage";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { getDefaultTheme } from "@elliemae/pui-theme";
3
2
  const getWindow = () => {
4
3
  try {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import styled from "styled-components";
4
3
  import { ErrorToast } from "../error-toast/index.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { Provider } from "react-redux";
4
3
  import { ThemeProvider } from "styled-components";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import styled from "styled-components";
4
3
  import { LiveAnnouncer } from "react-aria-live";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { createGlobalStyle } from "styled-components";
3
2
  var style_default = createGlobalStyle`
4
3
  :root {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useState, useLayoutEffect } from "react";
4
3
  import { Router } from "react-router-dom";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useEffect, useContext } from "react";
3
2
  import { ThemeContext } from "styled-components";
4
3
  import { publish } from "pubsub-js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useState, useEffect, useCallback } from "react";
3
2
  const useMediaQueryList = (queries, values, defaultValue) => {
4
3
  const mediaQueryLists = queries.map((q) => window.matchMedia(q));
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  const DefaultErrorTemplate = (props) => /* @__PURE__ */ React.createElement("div", null, /* @__PURE__ */ React.createElement("h2", null, "We are unable to process your request"), /* @__PURE__ */ React.createElement("section", null, "Please close your browser and login again"));
4
3
  export {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import React from "react";
3
2
  import {
4
3
  DefaultErrorTemplate
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useEffect, memo } from "react";
4
3
  import { ToastPosition, ToastType, DSToast, toast } from "@elliemae/ds-toast";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import _ from "lodash";
3
2
  import { isHostAppDataExist, setHostAppData } from "./store.js";
4
3
  import {