@elliemae/pui-app-sdk 3.12.2 → 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 (322) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/index.js +4 -0
  3. package/dist/cjs/view/fields/autocomplete/index.js +47 -0
  4. package/dist/cjs/view/fields/combo-box-v3/index.js +45 -0
  5. package/dist/esm/analytics/appdynamics.js +0 -1
  6. package/dist/esm/analytics/index.js +0 -1
  7. package/dist/esm/analytics/page-view-event.js +0 -1
  8. package/dist/esm/analytics/user-session-event.js +0 -1
  9. package/dist/esm/analytics/user-wait-event.js +0 -1
  10. package/dist/esm/analytics/web-analytics.js +0 -1
  11. package/dist/esm/api/auth/index.js +0 -1
  12. package/dist/esm/api/helpers.js +0 -1
  13. package/dist/esm/api/users/index.js +0 -1
  14. package/dist/esm/communication/http-client/index.js +0 -1
  15. package/dist/esm/communication/http-client/request-interceptor.js +0 -1
  16. package/dist/esm/communication/http-client/response-interceptor.js +0 -1
  17. package/dist/esm/communication/http-client/retry-axios.js +0 -1
  18. package/dist/esm/communication/http-client/retry.js +0 -1
  19. package/dist/esm/data/auth/actions.js +0 -1
  20. package/dist/esm/data/auth/reducer.js +0 -1
  21. package/dist/esm/data/breakpoint/index.js +0 -1
  22. package/dist/esm/data/error/index.js +0 -1
  23. package/dist/esm/data/index.js +0 -1
  24. package/dist/esm/data/live-message/index.js +0 -1
  25. package/dist/esm/data/logout/actions.js +0 -1
  26. package/dist/esm/data/navigation-prompt/actions.js +0 -1
  27. package/dist/esm/data/react-redux.js +0 -1
  28. package/dist/esm/data/reducers.js +0 -1
  29. package/dist/esm/data/saga.js +0 -1
  30. package/dist/esm/data/store.js +0 -1
  31. package/dist/esm/data/wait-message/actions.js +0 -1
  32. package/dist/esm/data/wait-message/reducer.js +0 -1
  33. package/dist/esm/data/webpack-hmr.js +0 -1
  34. package/dist/esm/index.js +4 -1
  35. package/dist/esm/micro-frontend.js +0 -1
  36. package/dist/esm/sideeffect/auth/index.js +0 -1
  37. package/dist/esm/sideeffect/error-toast/index.js +0 -1
  38. package/dist/esm/sideeffect/wait-message/index.js +0 -1
  39. package/dist/esm/utils/app-config/config.js +0 -1
  40. package/dist/esm/utils/app-config/index.js +0 -1
  41. package/dist/esm/utils/app-host-integration/react.js +0 -1
  42. package/dist/esm/utils/auth/helper.js +0 -1
  43. package/dist/esm/utils/auth/index.js +0 -1
  44. package/dist/esm/utils/await.js +0 -1
  45. package/dist/esm/utils/constants.js +0 -1
  46. package/dist/esm/utils/font-size.js +0 -1
  47. package/dist/esm/utils/guest-with-service.js +0 -1
  48. package/dist/esm/utils/helpers.js +0 -1
  49. package/dist/esm/utils/history.js +0 -1
  50. package/dist/esm/utils/log-records.js +0 -1
  51. package/dist/esm/utils/micro-frontend/console-logger.js +0 -1
  52. package/dist/esm/utils/micro-frontend/guest.js +0 -1
  53. package/dist/esm/utils/micro-frontend/host.js +0 -1
  54. package/dist/esm/utils/micro-frontend/index.js +0 -1
  55. package/dist/esm/utils/micro-frontend/ssfguest-adapter.js +0 -1
  56. package/dist/esm/utils/micro-frontend/types.js +0 -1
  57. package/dist/esm/utils/redact-pii.js +0 -1
  58. package/dist/esm/utils/service-worker.js +0 -1
  59. package/dist/esm/utils/session.js +0 -1
  60. package/dist/esm/utils/storybook/manager.js +0 -1
  61. package/dist/esm/utils/storybook/preview.js +0 -1
  62. package/dist/esm/utils/storybook/theme.js +0 -1
  63. package/dist/esm/utils/testing/index.js +0 -1
  64. package/dist/esm/utils/testing/render-with-redux.js +0 -1
  65. package/dist/esm/utils/testing/render-with-router-redux.js +0 -1
  66. package/dist/esm/utils/testing/render-with-router.js +0 -1
  67. package/dist/esm/utils/testing/render-with-state-addons.js +0 -1
  68. package/dist/esm/utils/types.js +0 -1
  69. package/dist/esm/utils/url.js +0 -1
  70. package/dist/esm/utils/web-storage.js +0 -1
  71. package/dist/esm/utils/window.js +0 -1
  72. package/dist/esm/view/app-root/hosted-app.js +0 -1
  73. package/dist/esm/view/app-root/index.js +0 -1
  74. package/dist/esm/view/app-root/stand-alone-app.js +0 -1
  75. package/dist/esm/view/app-root/style.js +0 -1
  76. package/dist/esm/view/app-router.js +0 -1
  77. package/dist/esm/view/breakpoint/use-breakpoint.js +0 -1
  78. package/dist/esm/view/breakpoint/use-media-query-list.js +0 -1
  79. package/dist/esm/view/error-boundary/default-error-template.js +0 -1
  80. package/dist/esm/view/error-boundary/index.js +0 -1
  81. package/dist/esm/view/error-toast/index.js +0 -1
  82. package/dist/esm/view/fetch-host-app-data/index.js +0 -1
  83. package/dist/esm/view/fetch-host-app-data/store.js +0 -1
  84. package/dist/esm/view/fields/autocomplete/index.js +24 -0
  85. package/dist/esm/view/fields/check-box/index.js +0 -1
  86. package/dist/esm/view/fields/combo-box/index.js +0 -1
  87. package/dist/esm/view/fields/combo-box-v3/index.js +24 -0
  88. package/dist/esm/view/fields/connect-form.js +0 -1
  89. package/dist/esm/view/fields/date-input/index.js +0 -1
  90. package/dist/esm/view/fields/date-picker/index.js +0 -1
  91. package/dist/esm/view/fields/date-range-picker/index.js +0 -1
  92. package/dist/esm/view/fields/date-time-picker/index.js +0 -1
  93. package/dist/esm/view/fields/form-item-layout/index.js +0 -1
  94. package/dist/esm/view/fields/form-layout-block-item/index.js +0 -1
  95. package/dist/esm/view/fields/input-mask/index.js +0 -1
  96. package/dist/esm/view/fields/input-text/index.js +0 -1
  97. package/dist/esm/view/fields/large-text-box/index.js +0 -1
  98. package/dist/esm/view/fields/radio/index.js +0 -1
  99. package/dist/esm/view/fields/radio-group/index.js +0 -1
  100. package/dist/esm/view/fields/text-box/index.js +0 -1
  101. package/dist/esm/view/fields/toggle/index.js +0 -1
  102. package/dist/esm/view/fields/watch-value.js +0 -1
  103. package/dist/esm/view/form/index.js +0 -1
  104. package/dist/esm/view/form/personal-info-section.js +0 -1
  105. package/dist/esm/view/form/submit-button/index.js +0 -1
  106. package/dist/esm/view/guest-unload-handlers/index.js +0 -1
  107. package/dist/esm/view/host-binding-events/index.js +0 -1
  108. package/dist/esm/view/live-message/index.js +0 -1
  109. package/dist/esm/view/loadable/index.js +0 -1
  110. package/dist/esm/view/login/index.js +0 -1
  111. package/dist/esm/view/message-to-host-app/index.js +0 -1
  112. package/dist/esm/view/micro-app/app-factory/index.js +0 -1
  113. package/dist/esm/view/micro-app/const.js +0 -1
  114. package/dist/esm/view/micro-app/index.js +0 -1
  115. package/dist/esm/view/micro-app/resources/manifest.js +0 -1
  116. package/dist/esm/view/micro-app/resources/script.js +0 -1
  117. package/dist/esm/view/micro-app/resources/style.js +0 -1
  118. package/dist/esm/view/micro-app/types.js +0 -1
  119. package/dist/esm/view/micro-app/use-app-will-render.js +0 -1
  120. package/dist/esm/view/micro-app/utils.js +0 -1
  121. package/dist/esm/view/micro-iframe-app/app.js +0 -1
  122. package/dist/esm/view/micro-iframe-app/iframe/const.js +0 -1
  123. package/dist/esm/view/micro-iframe-app/iframe/index.js +0 -1
  124. package/dist/esm/view/micro-iframe-app/index.js +0 -1
  125. package/dist/esm/view/micro-iframe-app/types.js +0 -1
  126. package/dist/esm/view/micro-iframe-app/use-frame-loaded.js +0 -1
  127. package/dist/esm/view/modals/error/index.js +0 -1
  128. package/dist/esm/view/modals/navigation-prompt/index.js +0 -1
  129. package/dist/esm/view/modals/session-expiry/customHooks.js +0 -1
  130. package/dist/esm/view/modals/session-expiry/index.js +0 -1
  131. package/dist/esm/view/modals/wait-message/index.js +0 -1
  132. package/dist/esm/view/modals/wait-message/use-html-wait-message.js +0 -1
  133. package/dist/esm/view/modals/wait-message/wait-message-launcher.js +0 -1
  134. package/dist/esm/view/page.js +0 -1
  135. package/dist/esm/view/render-with-delay/index.js +0 -1
  136. package/dist/esm/view/render-with-host-data/index.js +0 -1
  137. package/dist/esm/view/require-auth.js +0 -1
  138. package/dist/esm/view/session-timeout/index.js +0 -1
  139. package/dist/esm/view/storybook/decorator.js +0 -1
  140. package/dist/esm/view/use-previous.js +0 -1
  141. package/dist/esm/view/use-window-size-change.js +0 -1
  142. package/dist/esm/view/visually-hidden/index.js +0 -1
  143. package/dist/types/__mocks__/@elliemae/em-ssf-guest.d.ts +6 -0
  144. package/dist/types/{analytics → lib/analytics}/appdynamics.d.ts +0 -0
  145. package/dist/types/{analytics → lib/analytics}/index.d.ts +0 -0
  146. package/dist/types/{analytics → lib/analytics}/page-view-event.d.ts +0 -0
  147. package/dist/types/{analytics → lib/analytics}/user-session-event.d.ts +0 -0
  148. package/dist/types/{analytics → lib/analytics}/user-wait-event.d.ts +0 -0
  149. package/dist/types/{analytics → lib/analytics}/web-analytics.d.ts +0 -0
  150. package/dist/types/{api → lib/api}/auth/index.d.ts +0 -0
  151. package/dist/types/{api → lib/api}/helpers.d.ts +0 -0
  152. package/dist/types/{api → lib/api}/users/index.d.ts +0 -0
  153. package/dist/types/{api → lib/api}/users/index.endpoint.d.ts +0 -0
  154. package/dist/types/{communication → lib/communication}/http-client/index.d.ts +0 -0
  155. package/dist/types/{communication → lib/communication}/http-client/request-interceptor.d.ts +0 -0
  156. package/dist/types/{communication → lib/communication}/http-client/response-interceptor.d.ts +0 -0
  157. package/dist/types/{communication → lib/communication}/http-client/retry-axios.d.ts +0 -0
  158. package/dist/types/{communication → lib/communication}/http-client/retry.d.ts +0 -0
  159. package/dist/types/{communication → lib/communication}/http-client/tests/hello.endpoint.d.ts +0 -0
  160. package/dist/types/{communication → lib/communication}/http-client/tests/index.test.d.ts +0 -0
  161. package/dist/types/{communication → lib/communication}/http-client/tests/private.endpoint.d.ts +0 -0
  162. package/dist/types/{data → lib/data}/auth/actions.d.ts +0 -0
  163. package/dist/types/{data → lib/data}/auth/reducer.d.ts +0 -0
  164. package/dist/types/{data → lib/data}/breakpoint/index.d.ts +0 -0
  165. package/dist/types/{data → lib/data}/error/index.d.ts +0 -0
  166. package/dist/types/{data → lib/data}/index.d.ts +0 -0
  167. package/dist/types/{data → lib/data}/live-message/index.d.ts +0 -0
  168. package/dist/types/{data → lib/data}/logout/actions.d.ts +0 -0
  169. package/dist/types/{data → lib/data}/navigation-prompt/actions.d.ts +0 -0
  170. package/dist/types/{data → lib/data}/react-redux.d.ts +0 -0
  171. package/dist/types/{data → lib/data}/reducers.d.ts +0 -0
  172. package/dist/types/{data → lib/data}/saga.d.ts +0 -0
  173. package/dist/types/{data → lib/data}/store.d.ts +0 -0
  174. package/dist/types/{data → lib/data}/tests/store.test.d.ts +0 -0
  175. package/dist/types/{data → lib/data}/wait-message/actions.d.ts +0 -0
  176. package/dist/types/{data → lib/data}/wait-message/reducer.d.ts +0 -0
  177. package/dist/types/{data → lib/data}/webpack-hmr.d.ts +0 -0
  178. package/dist/types/{index.d.ts → lib/index.d.ts} +2 -0
  179. package/dist/types/{micro-frontend.d.ts → lib/micro-frontend.d.ts} +0 -0
  180. package/dist/types/{sideeffect → lib/sideeffect}/auth/index.d.ts +0 -0
  181. package/dist/types/{sideeffect → lib/sideeffect}/error-toast/index.d.ts +0 -0
  182. package/dist/types/{sideeffect → lib/sideeffect}/wait-message/index.d.ts +0 -0
  183. package/dist/types/{utils → lib/utils}/app-config/config.d.ts +0 -0
  184. package/dist/types/{utils → lib/utils}/app-config/index.d.ts +0 -0
  185. package/dist/types/{utils → lib/utils}/app-host-integration/react.d.ts +0 -0
  186. package/dist/types/{utils → lib/utils}/auth/helper.d.ts +0 -0
  187. package/dist/types/{utils → lib/utils}/auth/index.d.ts +0 -0
  188. package/dist/types/{utils → lib/utils}/await.d.ts +0 -0
  189. package/dist/types/{utils → lib/utils}/constants.d.ts +0 -0
  190. package/dist/types/{utils → lib/utils}/font-size.d.ts +0 -0
  191. package/dist/types/{utils → lib/utils}/guest-with-service.d.ts +0 -0
  192. package/dist/types/{utils → lib/utils}/helpers.d.ts +0 -0
  193. package/dist/types/{utils → lib/utils}/history.d.ts +0 -0
  194. package/dist/types/{utils → lib/utils}/log-records.d.ts +0 -0
  195. package/dist/types/{utils → lib/utils}/micro-frontend/console-logger.d.ts +0 -0
  196. package/dist/types/{utils → lib/utils}/micro-frontend/guest.d.ts +0 -0
  197. package/dist/types/{utils → lib/utils}/micro-frontend/host.d.ts +0 -0
  198. package/dist/types/{utils → lib/utils}/micro-frontend/index.d.ts +0 -0
  199. package/dist/types/{utils → lib/utils}/micro-frontend/ssfguest-adapter.d.ts +0 -0
  200. package/dist/types/{utils → lib/utils}/micro-frontend/tests/guest-ssf-host.test.d.ts +0 -0
  201. package/dist/types/{utils → lib/utils}/micro-frontend/tests/guest.test.d.ts +0 -0
  202. package/dist/types/{utils → lib/utils}/micro-frontend/types.d.ts +0 -0
  203. package/dist/types/{utils → lib/utils}/redact-pii.d.ts +0 -0
  204. package/dist/types/{utils → lib/utils}/service-worker.d.ts +0 -0
  205. package/dist/types/{utils → lib/utils}/session.d.ts +0 -0
  206. package/dist/types/{utils → lib/utils}/storybook/cjs/main.d.ts +0 -0
  207. package/dist/types/{utils → lib/utils}/storybook/cjs/middleware.d.ts +0 -0
  208. package/dist/types/{utils → lib/utils}/storybook/cjs/vite.d.ts +0 -0
  209. package/dist/types/{utils → lib/utils}/storybook/cjs/webpack.d.ts +0 -0
  210. package/dist/types/{utils → lib/utils}/storybook/manager.d.ts +0 -0
  211. package/dist/types/{utils → lib/utils}/storybook/preview.d.ts +0 -0
  212. package/dist/types/{utils → lib/utils}/storybook/theme.d.ts +0 -0
  213. package/dist/types/{utils → lib/utils}/testing/index.d.ts +0 -0
  214. package/dist/types/{utils → lib/utils}/testing/render-with-redux.d.ts +0 -0
  215. package/dist/types/{utils → lib/utils}/testing/render-with-router-redux.d.ts +0 -0
  216. package/dist/types/{utils → lib/utils}/testing/render-with-router.d.ts +0 -0
  217. package/dist/types/{utils → lib/utils}/testing/render-with-state-addons.d.ts +0 -0
  218. package/dist/types/{utils → lib/utils}/types.d.ts +0 -0
  219. package/dist/types/{utils → lib/utils}/url.d.ts +0 -0
  220. package/dist/types/{utils → lib/utils}/web-storage.d.ts +0 -0
  221. package/dist/types/{utils → lib/utils}/window.d.ts +0 -0
  222. package/dist/types/{view → lib/view}/app-root/hosted-app.d.ts +0 -0
  223. package/dist/types/{view → lib/view}/app-root/index.d.ts +0 -0
  224. package/dist/types/{view → lib/view}/app-root/stand-alone-app.d.ts +0 -0
  225. package/dist/types/{view → lib/view}/app-root/style.d.ts +0 -0
  226. package/dist/types/{view → lib/view}/app-router.d.ts +0 -0
  227. package/dist/types/{view → lib/view}/breakpoint/index.stories.d.ts +0 -0
  228. package/dist/types/{view → lib/view}/breakpoint/use-breakpoint.d.ts +0 -0
  229. package/dist/types/{view → lib/view}/breakpoint/use-media-query-list.d.ts +0 -0
  230. package/dist/types/{view → lib/view}/error-boundary/default-error-template.d.ts +0 -0
  231. package/dist/types/{view → lib/view}/error-boundary/index.d.ts +0 -0
  232. package/dist/types/{view → lib/view}/error-toast/index.d.ts +0 -0
  233. package/dist/types/{view → lib/view}/error-toast/index.stories.d.ts +0 -0
  234. package/dist/types/{view → lib/view}/fetch-host-app-data/index.d.ts +0 -0
  235. package/dist/types/{view → lib/view}/fetch-host-app-data/store.d.ts +0 -0
  236. package/dist/types/lib/view/fields/autocomplete/index.d.ts +13 -0
  237. package/dist/types/lib/view/fields/autocomplete/index.stories.d.ts +5 -0
  238. package/dist/types/{view → lib/view}/fields/check-box/index.d.ts +0 -0
  239. package/dist/types/{view → lib/view}/fields/check-box/index.stories.d.ts +0 -0
  240. package/dist/types/{view → lib/view}/fields/check-box/set-value.stories.d.ts +0 -0
  241. package/dist/types/{view → lib/view}/fields/combo-box/index.d.ts +0 -0
  242. package/dist/types/{view → lib/view}/fields/combo-box/index.stories.d.ts +0 -0
  243. package/dist/types/lib/view/fields/combo-box-v3/index.d.ts +9 -0
  244. package/dist/types/lib/view/fields/combo-box-v3/index.stories.d.ts +5 -0
  245. package/dist/types/{view → lib/view}/fields/connect-form.d.ts +0 -0
  246. package/dist/types/{view → lib/view}/fields/date-input/index.d.ts +0 -0
  247. package/dist/types/{view → lib/view}/fields/date-input/index.stories.d.ts +0 -0
  248. package/dist/types/{view → lib/view}/fields/date-picker/index.d.ts +0 -0
  249. package/dist/types/{view → lib/view}/fields/date-picker/index.stories.d.ts +0 -0
  250. package/dist/types/{view → lib/view}/fields/date-range-picker/index.d.ts +0 -0
  251. package/dist/types/{view → lib/view}/fields/date-range-picker/index.stories.d.ts +0 -0
  252. package/dist/types/{view → lib/view}/fields/date-time-picker/index.d.ts +0 -0
  253. package/dist/types/{view → lib/view}/fields/date-time-picker/index.stories.d.ts +0 -0
  254. package/dist/types/{view → lib/view}/fields/form-item-layout/index.d.ts +0 -0
  255. package/dist/types/{view → lib/view}/fields/form-item-layout/index.stories.d.ts +0 -0
  256. package/dist/types/{view → lib/view}/fields/form-layout-block-item/index.d.ts +0 -0
  257. package/dist/types/{view → lib/view}/fields/form-layout-block-item/index.stories.d.ts +0 -0
  258. package/dist/types/{view → lib/view}/fields/input-mask/index.d.ts +0 -0
  259. package/dist/types/{view → lib/view}/fields/input-mask/index.stories.d.ts +0 -0
  260. package/dist/types/{view → lib/view}/fields/input-text/index.d.ts +0 -0
  261. package/dist/types/{view → lib/view}/fields/input-text/index.stories.d.ts +0 -0
  262. package/dist/types/{view → lib/view}/fields/large-text-box/index.d.ts +0 -0
  263. package/dist/types/{view → lib/view}/fields/large-text-box/index.stories.d.ts +0 -0
  264. package/dist/types/{view → lib/view}/fields/radio/index.d.ts +0 -0
  265. package/dist/types/{view → lib/view}/fields/radio/index.stories.d.ts +0 -0
  266. package/dist/types/{view → lib/view}/fields/radio/set-value.stories.d.ts +0 -0
  267. package/dist/types/{view → lib/view}/fields/radio-group/index.d.ts +0 -0
  268. package/dist/types/{view → lib/view}/fields/radio-group/index.stories.d.ts +0 -0
  269. package/dist/types/{view → lib/view}/fields/text-box/index.d.ts +0 -0
  270. package/dist/types/{view → lib/view}/fields/text-box/index.stories.d.ts +0 -0
  271. package/dist/types/{view → lib/view}/fields/toggle/index.d.ts +0 -0
  272. package/dist/types/{view → lib/view}/fields/toggle/index.stories.d.ts +0 -0
  273. package/dist/types/{view → lib/view}/fields/watch-value.d.ts +0 -0
  274. package/dist/types/{view → lib/view}/form/index.d.ts +0 -0
  275. package/dist/types/{view → lib/view}/form/index.stories.d.ts +0 -0
  276. package/dist/types/{view → lib/view}/form/personal-info-section.d.ts +0 -0
  277. package/dist/types/{view → lib/view}/form/submit-button/index.d.ts +0 -0
  278. package/dist/types/{view → lib/view}/form/usecases.stories.d.ts +0 -0
  279. package/dist/types/{view → lib/view}/guest-unload-handlers/index.d.ts +0 -0
  280. package/dist/types/{view → lib/view}/host-binding-events/index.d.ts +0 -0
  281. package/dist/types/{view → lib/view}/live-message/index.d.ts +0 -0
  282. package/dist/types/{view → lib/view}/live-message/index.stories.d.ts +0 -0
  283. package/dist/types/{view → lib/view}/loadable/index.d.ts +0 -0
  284. package/dist/types/{view → lib/view}/login/index.d.ts +0 -0
  285. package/dist/types/{view → lib/view}/message-to-host-app/index.d.ts +0 -0
  286. package/dist/types/{view → lib/view}/micro-app/app-factory/index.d.ts +0 -0
  287. package/dist/types/{view → lib/view}/micro-app/const.d.ts +0 -0
  288. package/dist/types/{view → lib/view}/micro-app/index.d.ts +0 -0
  289. package/dist/types/{view → lib/view}/micro-app/resources/manifest.d.ts +0 -0
  290. package/dist/types/{view → lib/view}/micro-app/resources/script.d.ts +0 -0
  291. package/dist/types/{view → lib/view}/micro-app/resources/style.d.ts +0 -0
  292. package/dist/types/{view → lib/view}/micro-app/types.d.ts +0 -0
  293. package/dist/types/{view → lib/view}/micro-app/use-app-will-render.d.ts +0 -0
  294. package/dist/types/{view → lib/view}/micro-app/utils.d.ts +0 -0
  295. package/dist/types/{view → lib/view}/micro-iframe-app/app.d.ts +0 -0
  296. package/dist/types/{view → lib/view}/micro-iframe-app/iframe/const.d.ts +0 -0
  297. package/dist/types/{view → lib/view}/micro-iframe-app/iframe/index.d.ts +0 -0
  298. package/dist/types/{view → lib/view}/micro-iframe-app/index.d.ts +0 -0
  299. package/dist/types/{view → lib/view}/micro-iframe-app/types.d.ts +0 -0
  300. package/dist/types/{view → lib/view}/micro-iframe-app/use-frame-loaded.d.ts +0 -0
  301. package/dist/types/{view → lib/view}/modals/error/index.d.ts +0 -0
  302. package/dist/types/{view → lib/view}/modals/error/index.stories.d.ts +0 -0
  303. package/dist/types/{view → lib/view}/modals/navigation-prompt/index.d.ts +0 -0
  304. package/dist/types/{view → lib/view}/modals/navigation-prompt/index.stories.d.ts +0 -0
  305. package/dist/types/{view → lib/view}/modals/session-expiry/customHooks.d.ts +0 -0
  306. package/dist/types/{view → lib/view}/modals/session-expiry/index.d.ts +0 -0
  307. package/dist/types/{view → lib/view}/modals/session-expiry/index.stories.d.ts +0 -0
  308. package/dist/types/{view → lib/view}/modals/wait-message/index.d.ts +0 -0
  309. package/dist/types/{view → lib/view}/modals/wait-message/index.stories.d.ts +0 -0
  310. package/dist/types/{view → lib/view}/modals/wait-message/use-html-wait-message.d.ts +0 -0
  311. package/dist/types/{view → lib/view}/modals/wait-message/wait-message-launcher.d.ts +0 -0
  312. package/dist/types/{view → lib/view}/page.d.ts +0 -0
  313. package/dist/types/{view → lib/view}/render-with-delay/index.d.ts +0 -0
  314. package/dist/types/{view → lib/view}/render-with-host-data/index.d.ts +0 -0
  315. package/dist/types/{view → lib/view}/require-auth.d.ts +0 -0
  316. package/dist/types/{view → lib/view}/session-timeout/index.d.ts +0 -0
  317. package/dist/types/{view → lib/view}/session-timeout/index.stories.d.ts +0 -0
  318. package/dist/types/{view → lib/view}/storybook/decorator.d.ts +0 -0
  319. package/dist/types/{view → lib/view}/use-previous.d.ts +0 -0
  320. package/dist/types/{view → lib/view}/use-window-size-change.d.ts +0 -0
  321. package/dist/types/{view → lib/view}/visually-hidden/index.d.ts +0 -0
  322. package/package.json +31 -31
@@ -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 {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { get } from "lodash";
3
2
  let hostAppData = {};
4
3
  const setHostAppData = (appData) => {
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ import { DSAutocomplete } from "@elliemae/ds-controlled-form";
3
+ import { Controller } from "react-hook-form";
4
+ const filterOptions = (allOptions, newFilter) => {
5
+ const filtered = allOptions.filter((option) => option.type === "section" || option.label.toLowerCase().includes(newFilter?.toLowerCase()));
6
+ return filtered.length === 1 && filtered[0].type === "section" ? [] : filtered;
7
+ };
8
+ const Autocomplete = ({
9
+ name,
10
+ children,
11
+ ...rest
12
+ }) => /* @__PURE__ */ React.createElement(Controller, {
13
+ name,
14
+ render: ({ field: { onChange, value, ...props } }) => /* @__PURE__ */ React.createElement(DSAutocomplete, {
15
+ ...rest,
16
+ ...props,
17
+ options: filterOptions(rest.options, value),
18
+ filter: value ?? "",
19
+ onSelect: onChange
20
+ }, children)
21
+ });
22
+ export {
23
+ Autocomplete
24
+ };
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSControlledCheckbox } from "@elliemae/ds-controlled-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSComboBox } from "@elliemae/ds-form";
4
3
  import {
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ import { DSComboBox } from "@elliemae/ds-controlled-form";
3
+ import {
4
+ Controller
5
+ } from "react-hook-form";
6
+ const ComboBoxV3 = ({
7
+ name,
8
+ defaultValue = null,
9
+ rules = {},
10
+ ...rest
11
+ }) => /* @__PURE__ */ React.createElement(Controller, {
12
+ name,
13
+ rules,
14
+ defaultValue,
15
+ render: ({ field: { onChange, value, ...props } }) => /* @__PURE__ */ React.createElement(DSComboBox, {
16
+ ...rest,
17
+ ...props,
18
+ selectedValues: value,
19
+ onChange
20
+ })
21
+ });
22
+ export {
23
+ ComboBoxV3
24
+ };
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useFormContext } from "react-hook-form";
3
2
  const ConnectForm = ({ children }) => {
4
3
  const methods = useFormContext();
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSDateInput } from "@elliemae/ds-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import DSDatePicker from "@elliemae/ds-date-picker";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useState, useEffect } from "react";
4
3
  import { DSControlledDateRangePicker } from "@elliemae/ds-controlled-form";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSControlledDateTimePicker } from "@elliemae/ds-controlled-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSFormItemLayout } from "@elliemae/ds-form";
4
3
  import { get } from "react-hook-form";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSFormLayoutBlockItem } from "@elliemae/ds-form-layout-blocks";
4
3
  import { get } from "react-hook-form";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import {
4
3
  DSInputMask,
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSInputText } from "@elliemae/ds-controlled-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSLargeInputText } from "@elliemae/ds-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSRadio } from "@elliemae/ds-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSRadioGroup } from "@elliemae/ds-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSTextBox } from "@elliemae/ds-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { DSControlledToggle } from "@elliemae/ds-controlled-form";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import styled from "styled-components";
4
3
  import { Grid } from "@elliemae/ds-grid";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import styled from "styled-components";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import moment from "moment";
4
3
  import { TextBox } from "../fields/text-box/index.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useFormContext } from "react-hook-form";
4
3
  import { DSButtonV2 } from "@elliemae/ds-button";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { sendMessageToHost } from "../message-to-host-app/index.js";
3
2
  const onGuestUnloadStart = () => new Promise((resolve) => {
4
3
  window.addEventListener("message", (msg) => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const bindEvent = (element, eventName, eventHandler) => {
3
2
  if (element.addEventListener) {
4
3
  element.addEventListener(eventName, eventHandler, false);
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { LiveMessage as AriaLiveMessage } from "react-aria-live";
4
3
  import { useAppSelector } from "../../data/react-redux.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { lazy, Suspense } from "react";
4
3
  import { WaitMessageLauncher } from "../modals/wait-message/wait-message-launcher.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useEffect, useState } from "react";
4
3
  import { useAppDispatch } from "../../data/react-redux.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { removeEvent } from "../host-binding-events/index.js";
3
2
  const getHostAppData = (action, resolve) => (event) => {
4
3
  if (event.data.id === "host-app-data") {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { persistentStorage } from "../../../utils/web-storage.js";
3
2
  import { CMicroAppHost } from "../../../utils/micro-frontend/host.js";
4
3
  import { getLogger } from "../../../utils/micro-frontend/index.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const APP_CONTAINER_ID_PREFIX = "pui-app-container-";
3
2
  export {
4
3
  APP_CONTAINER_ID_PREFIX
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { memo } from "react";
4
3
  import styled from "styled-components";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { getHTTPClient } from "../../../communication/http-client/index.js";
3
2
  import { removeDoubleSlash } from "../../../utils/url.js";
4
3
  import { getLogger } from "../../../utils/micro-frontend/index.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { removeDoubleSlash } from "../../../utils/url.js";
3
2
  const APP_SCRIPT_ID_PREFIX = "emui-script-";
4
3
  const HEAD_SCRIPTS = /(?:emuiDiagnostics|global|global-prod|emuiUserMonitoring)(?:..*)?.js/;
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { removeDoubleSlash } from "../../../utils/url.js";
3
2
  const APP_STYLE_ID_PREFIX = "emui-style-";
4
3
  const addStylesToDOM = ({ name, hostUrl, documentEle }, fileName, index) => new Promise((resolve, reject) => {
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useRef, useLayoutEffect, useCallback } from "react";
3
2
  import { merge } from "lodash";
4
3
  import { useDispatch } from "react-redux";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { getAppConfigValue } from "../../utils/app-config/config.js";
3
2
  const getNavigationLinks = () => {
4
3
  const microApps = getAppConfigValue("microFrontendApps");
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { memo, useState } from "react";
4
3
  import frameHtml from "file-loader?name=iframe.[contenthash].[ext]!./iframe/index.html";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  const IFRAME_CONTAINER_ID_PREFIX = "pui-iframe-container-";
3
2
  export {
4
3
  IFRAME_CONTAINER_ID_PREFIX
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { memo, useRef } from "react";
4
3
  import styled from "styled-components";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useEffect, useState, memo } from "react";
4
3
  import { usePrevious } from "../use-previous.js";
@@ -1 +0,0 @@
1
- "use strict";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useEffect } from "react";
3
2
  import { trackActivity } from "../../utils/session.js";
4
3
  import { CMicroAppHost } from "../../utils/micro-frontend/host.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useState, useCallback } from "react";
4
3
  import {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { memo } from "react";
4
3
  import { Close } from "@elliemae/ds-icons";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useEffect, useState } from "react";
3
2
  import { getSeconds, differenceInMinutes } from "date-fns";
4
3
  import { SESSION_TIMEOUT_INTERVAL } from "../../../utils/constants.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { memo, useEffect, useState } from "react";
4
3
  import { DSButtonV2 } from "@elliemae/ds-button";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { memo, useEffect } from "react";
4
3
  import { DSLoadingIndicator } from "@elliemae/ds-loading-indicator";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useEffect } from "react";
3
2
  const useHTMLWaitMessage = (close) => {
4
3
  useEffect(() => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useEffect } from "react";
3
2
  import { useAppDispatch } from "../../../data/react-redux.js";
4
3
  import { waitMessage } from "../../../data/wait-message/actions.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { Helmet } from "react-helmet";
4
3
  import * as brum from "@elliemae/pui-user-monitoring";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useEffect, useState, memo } from "react";
4
3
  const RenderWithDelay = memo(({ render }) => {
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useState, useEffect } from "react";
4
3
  import { fetchHostAppData } from "../fetch-host-app-data/index.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useInjectReducer, useInjectSaga } from "redux-injectors";
4
3
  import enums from "../utils/constants.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { useEffect, useState } from "react";
4
3
  import { useAppDispatch } from "../../data/react-redux.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { browserHistory } from "../../utils/history.js";
4
3
  import { AppRoot } from "../app-root/index.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useRef, useEffect } from "react";
3
2
  const usePrevious = (value) => {
4
3
  const ref = useRef();
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import { useEffect } from "react";
3
2
  import { publish } from "pubsub-js";
4
3
  import { HOST_WINDOW_RESIZED } from "../utils/constants.js";
@@ -1,4 +1,3 @@
1
- "use strict";
2
1
  import * as React from "react";
3
2
  import { forwardRef } from "react";
4
3
  import styled from "styled-components";
@@ -0,0 +1,6 @@
1
+ import { IAuth } from '@elliemae/pui-scripting-object';
2
+ declare const _default: {
3
+ connect: () => Promise<void>;
4
+ getObject: (objectId: string) => Promise<IAuth>;
5
+ };
6
+ export default _default;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -42,9 +42,11 @@ export { RenderWithStateAddOns } from './utils/testing/render-with-state-addons.
42
42
  export { getApiActionCreator, getSelectField } from './api/helpers.js';
43
43
  export { getUser as fetchUserSettings } from './api/users/index.js';
44
44
  export { withAppDecorator } from './view/storybook/decorator.js';
45
+ export { Autocomplete } from './view/fields/autocomplete/index.js';
45
46
  export { ErrorToast } from './view/error-toast/index.js';
46
47
  export { NavigationPrompt } from './view/modals/navigation-prompt/index.js';
47
48
  export { Form } from './view/form/index.js';
49
+ export { ComboBoxV3 } from './view/fields/combo-box-v3/index.js';
48
50
  export { ConnectForm } from './view/fields/connect-form.js';
49
51
  export { FormItemLayout } from './view/fields/form-item-layout/index.js';
50
52
  export { FormLayoutBlockItem } from './view/fields/form-layout-block-item/index.js';
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes