@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.
- package/README.md +1 -1
- package/dist/cjs/index.js +4 -0
- package/dist/cjs/view/fields/autocomplete/index.js +47 -0
- package/dist/cjs/view/fields/combo-box-v3/index.js +45 -0
- package/dist/esm/analytics/appdynamics.js +0 -1
- package/dist/esm/analytics/index.js +0 -1
- package/dist/esm/analytics/page-view-event.js +0 -1
- package/dist/esm/analytics/user-session-event.js +0 -1
- package/dist/esm/analytics/user-wait-event.js +0 -1
- package/dist/esm/analytics/web-analytics.js +0 -1
- package/dist/esm/api/auth/index.js +0 -1
- package/dist/esm/api/helpers.js +0 -1
- package/dist/esm/api/users/index.js +0 -1
- package/dist/esm/communication/http-client/index.js +0 -1
- package/dist/esm/communication/http-client/request-interceptor.js +0 -1
- package/dist/esm/communication/http-client/response-interceptor.js +0 -1
- package/dist/esm/communication/http-client/retry-axios.js +0 -1
- package/dist/esm/communication/http-client/retry.js +0 -1
- package/dist/esm/data/auth/actions.js +0 -1
- package/dist/esm/data/auth/reducer.js +0 -1
- package/dist/esm/data/breakpoint/index.js +0 -1
- package/dist/esm/data/error/index.js +0 -1
- package/dist/esm/data/index.js +0 -1
- package/dist/esm/data/live-message/index.js +0 -1
- package/dist/esm/data/logout/actions.js +0 -1
- package/dist/esm/data/navigation-prompt/actions.js +0 -1
- package/dist/esm/data/react-redux.js +0 -1
- package/dist/esm/data/reducers.js +0 -1
- package/dist/esm/data/saga.js +0 -1
- package/dist/esm/data/store.js +0 -1
- package/dist/esm/data/wait-message/actions.js +0 -1
- package/dist/esm/data/wait-message/reducer.js +0 -1
- package/dist/esm/data/webpack-hmr.js +0 -1
- package/dist/esm/index.js +4 -1
- package/dist/esm/micro-frontend.js +0 -1
- package/dist/esm/sideeffect/auth/index.js +0 -1
- package/dist/esm/sideeffect/error-toast/index.js +0 -1
- package/dist/esm/sideeffect/wait-message/index.js +0 -1
- package/dist/esm/utils/app-config/config.js +0 -1
- package/dist/esm/utils/app-config/index.js +0 -1
- package/dist/esm/utils/app-host-integration/react.js +0 -1
- package/dist/esm/utils/auth/helper.js +0 -1
- package/dist/esm/utils/auth/index.js +0 -1
- package/dist/esm/utils/await.js +0 -1
- package/dist/esm/utils/constants.js +0 -1
- package/dist/esm/utils/font-size.js +0 -1
- package/dist/esm/utils/guest-with-service.js +0 -1
- package/dist/esm/utils/helpers.js +0 -1
- package/dist/esm/utils/history.js +0 -1
- package/dist/esm/utils/log-records.js +0 -1
- package/dist/esm/utils/micro-frontend/console-logger.js +0 -1
- package/dist/esm/utils/micro-frontend/guest.js +0 -1
- package/dist/esm/utils/micro-frontend/host.js +0 -1
- package/dist/esm/utils/micro-frontend/index.js +0 -1
- package/dist/esm/utils/micro-frontend/ssfguest-adapter.js +0 -1
- package/dist/esm/utils/micro-frontend/types.js +0 -1
- package/dist/esm/utils/redact-pii.js +0 -1
- package/dist/esm/utils/service-worker.js +0 -1
- package/dist/esm/utils/session.js +0 -1
- package/dist/esm/utils/storybook/manager.js +0 -1
- package/dist/esm/utils/storybook/preview.js +0 -1
- package/dist/esm/utils/storybook/theme.js +0 -1
- package/dist/esm/utils/testing/index.js +0 -1
- package/dist/esm/utils/testing/render-with-redux.js +0 -1
- package/dist/esm/utils/testing/render-with-router-redux.js +0 -1
- package/dist/esm/utils/testing/render-with-router.js +0 -1
- package/dist/esm/utils/testing/render-with-state-addons.js +0 -1
- package/dist/esm/utils/types.js +0 -1
- package/dist/esm/utils/url.js +0 -1
- package/dist/esm/utils/web-storage.js +0 -1
- package/dist/esm/utils/window.js +0 -1
- package/dist/esm/view/app-root/hosted-app.js +0 -1
- package/dist/esm/view/app-root/index.js +0 -1
- package/dist/esm/view/app-root/stand-alone-app.js +0 -1
- package/dist/esm/view/app-root/style.js +0 -1
- package/dist/esm/view/app-router.js +0 -1
- package/dist/esm/view/breakpoint/use-breakpoint.js +0 -1
- package/dist/esm/view/breakpoint/use-media-query-list.js +0 -1
- package/dist/esm/view/error-boundary/default-error-template.js +0 -1
- package/dist/esm/view/error-boundary/index.js +0 -1
- package/dist/esm/view/error-toast/index.js +0 -1
- package/dist/esm/view/fetch-host-app-data/index.js +0 -1
- package/dist/esm/view/fetch-host-app-data/store.js +0 -1
- package/dist/esm/view/fields/autocomplete/index.js +24 -0
- package/dist/esm/view/fields/check-box/index.js +0 -1
- package/dist/esm/view/fields/combo-box/index.js +0 -1
- package/dist/esm/view/fields/combo-box-v3/index.js +24 -0
- package/dist/esm/view/fields/connect-form.js +0 -1
- package/dist/esm/view/fields/date-input/index.js +0 -1
- package/dist/esm/view/fields/date-picker/index.js +0 -1
- package/dist/esm/view/fields/date-range-picker/index.js +0 -1
- package/dist/esm/view/fields/date-time-picker/index.js +0 -1
- package/dist/esm/view/fields/form-item-layout/index.js +0 -1
- package/dist/esm/view/fields/form-layout-block-item/index.js +0 -1
- package/dist/esm/view/fields/input-mask/index.js +0 -1
- package/dist/esm/view/fields/input-text/index.js +0 -1
- package/dist/esm/view/fields/large-text-box/index.js +0 -1
- package/dist/esm/view/fields/radio/index.js +0 -1
- package/dist/esm/view/fields/radio-group/index.js +0 -1
- package/dist/esm/view/fields/text-box/index.js +0 -1
- package/dist/esm/view/fields/toggle/index.js +0 -1
- package/dist/esm/view/fields/watch-value.js +0 -1
- package/dist/esm/view/form/index.js +0 -1
- package/dist/esm/view/form/personal-info-section.js +0 -1
- package/dist/esm/view/form/submit-button/index.js +0 -1
- package/dist/esm/view/guest-unload-handlers/index.js +0 -1
- package/dist/esm/view/host-binding-events/index.js +0 -1
- package/dist/esm/view/live-message/index.js +0 -1
- package/dist/esm/view/loadable/index.js +0 -1
- package/dist/esm/view/login/index.js +0 -1
- package/dist/esm/view/message-to-host-app/index.js +0 -1
- package/dist/esm/view/micro-app/app-factory/index.js +0 -1
- package/dist/esm/view/micro-app/const.js +0 -1
- package/dist/esm/view/micro-app/index.js +0 -1
- package/dist/esm/view/micro-app/resources/manifest.js +0 -1
- package/dist/esm/view/micro-app/resources/script.js +0 -1
- package/dist/esm/view/micro-app/resources/style.js +0 -1
- package/dist/esm/view/micro-app/types.js +0 -1
- package/dist/esm/view/micro-app/use-app-will-render.js +0 -1
- package/dist/esm/view/micro-app/utils.js +0 -1
- package/dist/esm/view/micro-iframe-app/app.js +0 -1
- package/dist/esm/view/micro-iframe-app/iframe/const.js +0 -1
- package/dist/esm/view/micro-iframe-app/iframe/index.js +0 -1
- package/dist/esm/view/micro-iframe-app/index.js +0 -1
- package/dist/esm/view/micro-iframe-app/types.js +0 -1
- package/dist/esm/view/micro-iframe-app/use-frame-loaded.js +0 -1
- package/dist/esm/view/modals/error/index.js +0 -1
- package/dist/esm/view/modals/navigation-prompt/index.js +0 -1
- package/dist/esm/view/modals/session-expiry/customHooks.js +0 -1
- package/dist/esm/view/modals/session-expiry/index.js +0 -1
- package/dist/esm/view/modals/wait-message/index.js +0 -1
- package/dist/esm/view/modals/wait-message/use-html-wait-message.js +0 -1
- package/dist/esm/view/modals/wait-message/wait-message-launcher.js +0 -1
- package/dist/esm/view/page.js +0 -1
- package/dist/esm/view/render-with-delay/index.js +0 -1
- package/dist/esm/view/render-with-host-data/index.js +0 -1
- package/dist/esm/view/require-auth.js +0 -1
- package/dist/esm/view/session-timeout/index.js +0 -1
- package/dist/esm/view/storybook/decorator.js +0 -1
- package/dist/esm/view/use-previous.js +0 -1
- package/dist/esm/view/use-window-size-change.js +0 -1
- package/dist/esm/view/visually-hidden/index.js +0 -1
- package/dist/types/__mocks__/@elliemae/em-ssf-guest.d.ts +6 -0
- package/dist/types/{analytics → lib/analytics}/appdynamics.d.ts +0 -0
- package/dist/types/{analytics → lib/analytics}/index.d.ts +0 -0
- package/dist/types/{analytics → lib/analytics}/page-view-event.d.ts +0 -0
- package/dist/types/{analytics → lib/analytics}/user-session-event.d.ts +0 -0
- package/dist/types/{analytics → lib/analytics}/user-wait-event.d.ts +0 -0
- package/dist/types/{analytics → lib/analytics}/web-analytics.d.ts +0 -0
- package/dist/types/{api → lib/api}/auth/index.d.ts +0 -0
- package/dist/types/{api → lib/api}/helpers.d.ts +0 -0
- package/dist/types/{api → lib/api}/users/index.d.ts +0 -0
- package/dist/types/{api → lib/api}/users/index.endpoint.d.ts +0 -0
- package/dist/types/{communication → lib/communication}/http-client/index.d.ts +0 -0
- package/dist/types/{communication → lib/communication}/http-client/request-interceptor.d.ts +0 -0
- package/dist/types/{communication → lib/communication}/http-client/response-interceptor.d.ts +0 -0
- package/dist/types/{communication → lib/communication}/http-client/retry-axios.d.ts +0 -0
- package/dist/types/{communication → lib/communication}/http-client/retry.d.ts +0 -0
- package/dist/types/{communication → lib/communication}/http-client/tests/hello.endpoint.d.ts +0 -0
- package/dist/types/{communication → lib/communication}/http-client/tests/index.test.d.ts +0 -0
- package/dist/types/{communication → lib/communication}/http-client/tests/private.endpoint.d.ts +0 -0
- package/dist/types/{data → lib/data}/auth/actions.d.ts +0 -0
- package/dist/types/{data → lib/data}/auth/reducer.d.ts +0 -0
- package/dist/types/{data → lib/data}/breakpoint/index.d.ts +0 -0
- package/dist/types/{data → lib/data}/error/index.d.ts +0 -0
- package/dist/types/{data → lib/data}/index.d.ts +0 -0
- package/dist/types/{data → lib/data}/live-message/index.d.ts +0 -0
- package/dist/types/{data → lib/data}/logout/actions.d.ts +0 -0
- package/dist/types/{data → lib/data}/navigation-prompt/actions.d.ts +0 -0
- package/dist/types/{data → lib/data}/react-redux.d.ts +0 -0
- package/dist/types/{data → lib/data}/reducers.d.ts +0 -0
- package/dist/types/{data → lib/data}/saga.d.ts +0 -0
- package/dist/types/{data → lib/data}/store.d.ts +0 -0
- package/dist/types/{data → lib/data}/tests/store.test.d.ts +0 -0
- package/dist/types/{data → lib/data}/wait-message/actions.d.ts +0 -0
- package/dist/types/{data → lib/data}/wait-message/reducer.d.ts +0 -0
- package/dist/types/{data → lib/data}/webpack-hmr.d.ts +0 -0
- package/dist/types/{index.d.ts → lib/index.d.ts} +2 -0
- package/dist/types/{micro-frontend.d.ts → lib/micro-frontend.d.ts} +0 -0
- package/dist/types/{sideeffect → lib/sideeffect}/auth/index.d.ts +0 -0
- package/dist/types/{sideeffect → lib/sideeffect}/error-toast/index.d.ts +0 -0
- package/dist/types/{sideeffect → lib/sideeffect}/wait-message/index.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/app-config/config.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/app-config/index.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/app-host-integration/react.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/auth/helper.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/auth/index.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/await.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/constants.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/font-size.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/guest-with-service.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/helpers.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/history.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/log-records.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/micro-frontend/console-logger.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/micro-frontend/guest.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/micro-frontend/host.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/micro-frontend/index.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/micro-frontend/ssfguest-adapter.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/micro-frontend/tests/guest-ssf-host.test.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/micro-frontend/tests/guest.test.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/micro-frontend/types.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/redact-pii.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/service-worker.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/session.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/storybook/cjs/main.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/storybook/cjs/middleware.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/storybook/cjs/vite.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/storybook/cjs/webpack.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/storybook/manager.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/storybook/preview.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/storybook/theme.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/testing/index.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/testing/render-with-redux.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/testing/render-with-router-redux.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/testing/render-with-router.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/testing/render-with-state-addons.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/types.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/url.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/web-storage.d.ts +0 -0
- package/dist/types/{utils → lib/utils}/window.d.ts +0 -0
- package/dist/types/{view → lib/view}/app-root/hosted-app.d.ts +0 -0
- package/dist/types/{view → lib/view}/app-root/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/app-root/stand-alone-app.d.ts +0 -0
- package/dist/types/{view → lib/view}/app-root/style.d.ts +0 -0
- package/dist/types/{view → lib/view}/app-router.d.ts +0 -0
- package/dist/types/{view → lib/view}/breakpoint/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/breakpoint/use-breakpoint.d.ts +0 -0
- package/dist/types/{view → lib/view}/breakpoint/use-media-query-list.d.ts +0 -0
- package/dist/types/{view → lib/view}/error-boundary/default-error-template.d.ts +0 -0
- package/dist/types/{view → lib/view}/error-boundary/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/error-toast/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/error-toast/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fetch-host-app-data/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fetch-host-app-data/store.d.ts +0 -0
- package/dist/types/lib/view/fields/autocomplete/index.d.ts +13 -0
- package/dist/types/lib/view/fields/autocomplete/index.stories.d.ts +5 -0
- package/dist/types/{view → lib/view}/fields/check-box/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/check-box/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/check-box/set-value.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/combo-box/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/combo-box/index.stories.d.ts +0 -0
- package/dist/types/lib/view/fields/combo-box-v3/index.d.ts +9 -0
- package/dist/types/lib/view/fields/combo-box-v3/index.stories.d.ts +5 -0
- package/dist/types/{view → lib/view}/fields/connect-form.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/date-input/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/date-input/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/date-picker/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/date-picker/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/date-range-picker/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/date-range-picker/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/date-time-picker/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/date-time-picker/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/form-item-layout/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/form-item-layout/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/form-layout-block-item/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/form-layout-block-item/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/input-mask/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/input-mask/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/input-text/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/input-text/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/large-text-box/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/large-text-box/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/radio/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/radio/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/radio/set-value.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/radio-group/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/radio-group/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/text-box/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/text-box/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/toggle/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/toggle/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/fields/watch-value.d.ts +0 -0
- package/dist/types/{view → lib/view}/form/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/form/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/form/personal-info-section.d.ts +0 -0
- package/dist/types/{view → lib/view}/form/submit-button/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/form/usecases.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/guest-unload-handlers/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/host-binding-events/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/live-message/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/live-message/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/loadable/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/login/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/message-to-host-app/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/app-factory/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/const.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/resources/manifest.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/resources/script.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/resources/style.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/types.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/use-app-will-render.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-app/utils.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-iframe-app/app.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-iframe-app/iframe/const.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-iframe-app/iframe/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-iframe-app/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-iframe-app/types.d.ts +0 -0
- package/dist/types/{view → lib/view}/micro-iframe-app/use-frame-loaded.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/error/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/error/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/navigation-prompt/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/navigation-prompt/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/session-expiry/customHooks.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/session-expiry/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/session-expiry/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/wait-message/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/wait-message/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/wait-message/use-html-wait-message.d.ts +0 -0
- package/dist/types/{view → lib/view}/modals/wait-message/wait-message-launcher.d.ts +0 -0
- package/dist/types/{view → lib/view}/page.d.ts +0 -0
- package/dist/types/{view → lib/view}/render-with-delay/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/render-with-host-data/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/require-auth.d.ts +0 -0
- package/dist/types/{view → lib/view}/session-timeout/index.d.ts +0 -0
- package/dist/types/{view → lib/view}/session-timeout/index.stories.d.ts +0 -0
- package/dist/types/{view → lib/view}/storybook/decorator.d.ts +0 -0
- package/dist/types/{view → lib/view}/use-previous.d.ts +0 -0
- package/dist/types/{view → lib/view}/use-window-size-change.d.ts +0 -0
- package/dist/types/{view → lib/view}/visually-hidden/index.d.ts +0 -0
- package/package.json +31 -31
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Build: [
|
|
8
8
|
|
|
9
|
-
[API Documentation](http://git.elliemae.io/pages/platform-ui/pui-app-sdk
|
|
9
|
+
[API Documentation](http://git.elliemae.io/pages/platform-ui/pui-app-sdk)
|
|
10
10
|
|
|
11
11
|
[QA Environment](https://qa.appsdk.rd.elliemae.io)
|
|
12
12
|
|
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
|
+
});
|
package/dist/esm/api/helpers.js
CHANGED
package/dist/esm/data/index.js
CHANGED
package/dist/esm/data/saga.js
CHANGED
package/dist/esm/data/store.js
CHANGED
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,
|
package/dist/esm/utils/await.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
@@ -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;
|
package/dist/esm/utils/types.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";
|
package/dist/esm/utils/url.js
CHANGED
package/dist/esm/utils/window.js
CHANGED
|
@@ -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 {
|