@elliemae/pui-app-sdk 2.8.3 → 2.11.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 (218) hide show
  1. package/dist/cjs/analytics/base-data.js +22 -0
  2. package/dist/cjs/analytics/index.js +37 -0
  3. package/dist/cjs/analytics/user-session.js +31 -17
  4. package/dist/cjs/analytics/user-wait.js +13 -5
  5. package/dist/cjs/api/auth/index.js +16 -13
  6. package/dist/cjs/api/helpers.js +17 -3
  7. package/dist/cjs/api/users/index.js +4 -3
  8. package/dist/cjs/communication/http-client/index.js +21 -16
  9. package/dist/cjs/communication/http-client/response-interceptor.js +2 -3
  10. package/dist/cjs/communication/http-client/tests/index.test-disable.js +6 -5
  11. package/dist/cjs/data/auth/actions.js +28 -22
  12. package/dist/cjs/data/breakpoint/index.js +3 -1
  13. package/dist/cjs/data/live-message/index.js +11 -8
  14. package/dist/cjs/data/reducers.js +2 -1
  15. package/dist/cjs/data/store.js +8 -4
  16. package/dist/cjs/data/wait-message/actions.js +9 -6
  17. package/dist/cjs/data/wait-message/reducer.js +17 -13
  18. package/dist/cjs/index.js +18 -1
  19. package/dist/cjs/route/index.js +9 -6
  20. package/dist/cjs/route/private-route/index.js +10 -9
  21. package/dist/cjs/sideeffect/auth/index.js +10 -6
  22. package/dist/cjs/utils/app-config/config.js +21 -4
  23. package/dist/cjs/utils/app-config/index.js +17 -13
  24. package/dist/cjs/utils/app-host-integration/react.js +10 -7
  25. package/dist/cjs/utils/auth/index.js +34 -33
  26. package/dist/cjs/utils/micro-frontend/guest.js +10 -7
  27. package/dist/cjs/utils/micro-frontend/host.js +12 -1
  28. package/dist/cjs/utils/micro-frontend/index.js +2 -4
  29. package/dist/cjs/utils/service-worker.js +2 -1
  30. package/dist/cjs/utils/session.js +13 -5
  31. package/dist/cjs/utils/storybook/theme.js +12 -9
  32. package/dist/cjs/utils/testing/index.js +18 -9
  33. package/dist/cjs/utils/testing/render-with-redux.js +14 -11
  34. package/dist/cjs/utils/testing/render-with-router-redux.js +20 -17
  35. package/dist/cjs/utils/testing/render-with-router.js +16 -13
  36. package/dist/cjs/utils/testing/render-with-state-addons.js +14 -7
  37. package/dist/cjs/utils/web-storage.js +6 -0
  38. package/dist/cjs/view/app-root/hosted-app.js +8 -5
  39. package/dist/cjs/view/app-root/index.js +23 -20
  40. package/dist/cjs/view/app-root/stand-alone-app.js +8 -5
  41. package/dist/cjs/view/app-root/style.js +6 -3
  42. package/dist/cjs/view/error-toast/index.stories.js +29 -22
  43. package/dist/cjs/view/fetch-host-app-data/index.js +2 -2
  44. package/dist/cjs/view/fetch-host-app-data/store.js +8 -2
  45. package/dist/cjs/view/fields/check-box/index.js +28 -20
  46. package/dist/cjs/view/fields/check-box/index.stories.js +24 -20
  47. package/dist/cjs/view/fields/check-box/set-value.stories.js +21 -17
  48. package/dist/cjs/view/fields/combo-box/index.js +28 -22
  49. package/dist/cjs/view/fields/connect-form.js +4 -3
  50. package/dist/cjs/view/fields/date-input/index.js +21 -15
  51. package/dist/cjs/view/fields/date-input/index.stories.js +1 -1
  52. package/dist/cjs/view/fields/date-picker/index.js +21 -15
  53. package/dist/cjs/view/fields/date-picker/index.stories.js +1 -1
  54. package/dist/cjs/view/fields/form-item-layout/index.js +20 -16
  55. package/dist/cjs/view/fields/input-mask/index.js +24 -16
  56. package/dist/cjs/view/fields/large-text-box/index.js +21 -15
  57. package/dist/cjs/view/fields/radio/index.js +26 -20
  58. package/dist/cjs/view/fields/radio/index.stories.js +21 -17
  59. package/dist/cjs/view/fields/radio/set-value.stories.js +19 -15
  60. package/dist/cjs/view/fields/radio-group/index.js +22 -16
  61. package/dist/cjs/view/fields/radio-group/index.stories.js +44 -37
  62. package/dist/cjs/view/fields/text-box/index.js +21 -15
  63. package/dist/cjs/view/fields/watch-value.js +5 -4
  64. package/dist/cjs/view/form/index.js +10 -9
  65. package/dist/cjs/view/form/index.stories.js +6 -3
  66. package/dist/cjs/view/form/submit-button/index.js +3 -2
  67. package/dist/cjs/view/form/usecases.stories.js +6 -3
  68. package/dist/cjs/view/guest-unload-handlers/index.js +2 -1
  69. package/dist/cjs/view/header/center-region/index.js +18 -8
  70. package/dist/cjs/view/header/index.js +11 -8
  71. package/dist/cjs/view/live-message/index.stories.js +2 -0
  72. package/dist/cjs/view/loadable/index.js +2 -1
  73. package/dist/cjs/view/login/index.js +6 -5
  74. package/dist/cjs/view/message-to-host-app/index.js +2 -1
  75. package/dist/cjs/view/micro-app/app-factory/index.js +39 -23
  76. package/dist/cjs/view/micro-app/resources/manifest.js +29 -16
  77. package/dist/cjs/view/micro-app/resources/script.js +29 -22
  78. package/dist/cjs/view/micro-app/resources/style.js +27 -20
  79. package/dist/cjs/view/micro-app/use-app-will-render.js +13 -10
  80. package/dist/cjs/view/micro-app/utils.js +6 -0
  81. package/dist/cjs/view/micro-iframe-app/app.js +7 -6
  82. package/dist/cjs/view/micro-iframe-app/iframe/index.js +8 -7
  83. package/dist/cjs/view/micro-iframe-app/index.js +5 -4
  84. package/dist/cjs/view/micro-iframe-app/use-frame-loaded.js +5 -4
  85. package/dist/cjs/view/modals/error/index.js +9 -6
  86. package/dist/cjs/view/modals/navigation-prompt/index.js +7 -4
  87. package/dist/cjs/view/modals/session-expiry/customHooks.js +7 -3
  88. package/dist/cjs/view/modals/session-expiry/index.js +8 -5
  89. package/dist/cjs/view/modals/wait-message/html-wait-message.js +4 -3
  90. package/dist/cjs/view/modals/wait-message/index.js +9 -8
  91. package/dist/cjs/view/modals/wait-message/index.stories.js +5 -4
  92. package/dist/cjs/view/render-with-delay/index.js +4 -3
  93. package/dist/cjs/view/useMediaBreakpoints/index.js +10 -0
  94. package/dist/es/analytics/base-data.js +10 -0
  95. package/dist/es/analytics/index.js +28 -0
  96. package/dist/es/analytics/user-session.js +30 -17
  97. package/dist/es/analytics/user-wait.js +12 -5
  98. package/dist/es/api/auth/index.js +16 -13
  99. package/dist/es/api/helpers.js +13 -3
  100. package/dist/es/api/users/index.js +4 -3
  101. package/dist/es/communication/http-client/index.js +20 -16
  102. package/dist/es/communication/http-client/response-interceptor.js +2 -3
  103. package/dist/es/communication/http-client/tests/index.test-disable.js +6 -5
  104. package/dist/es/data/auth/actions.js +28 -22
  105. package/dist/es/data/breakpoint/index.js +3 -1
  106. package/dist/es/data/live-message/index.js +11 -8
  107. package/dist/es/data/reducers.js +2 -1
  108. package/dist/es/data/store.js +8 -4
  109. package/dist/es/data/wait-message/actions.js +9 -6
  110. package/dist/es/data/wait-message/reducer.js +16 -12
  111. package/dist/es/index.js +3 -1
  112. package/dist/es/route/index.js +7 -6
  113. package/dist/es/route/private-route/index.js +10 -9
  114. package/dist/es/sideeffect/auth/index.js +10 -6
  115. package/dist/es/utils/app-config/config.js +18 -4
  116. package/dist/es/utils/app-config/index.js +17 -13
  117. package/dist/es/utils/app-host-integration/react.js +10 -7
  118. package/dist/es/utils/auth/index.js +34 -33
  119. package/dist/es/utils/micro-frontend/guest.js +9 -6
  120. package/dist/es/utils/micro-frontend/host.js +11 -1
  121. package/dist/es/utils/micro-frontend/index.js +2 -2
  122. package/dist/es/utils/service-worker.js +2 -1
  123. package/dist/es/utils/session.js +14 -5
  124. package/dist/es/utils/storybook/theme.js +12 -9
  125. package/dist/es/utils/testing/index.js +12 -9
  126. package/dist/es/utils/testing/render-with-redux.js +14 -11
  127. package/dist/es/utils/testing/render-with-router-redux.js +20 -17
  128. package/dist/es/utils/testing/render-with-router.js +16 -13
  129. package/dist/es/utils/testing/render-with-state-addons.js +11 -7
  130. package/dist/es/utils/web-storage.js +3 -0
  131. package/dist/es/view/app-root/hosted-app.js +8 -5
  132. package/dist/es/view/app-root/index.js +23 -20
  133. package/dist/es/view/app-root/stand-alone-app.js +8 -5
  134. package/dist/es/view/app-root/style.js +6 -3
  135. package/dist/es/view/error-toast/index.stories.js +29 -22
  136. package/dist/es/view/fetch-host-app-data/index.js +2 -2
  137. package/dist/es/view/fetch-host-app-data/store.js +6 -2
  138. package/dist/es/view/fields/check-box/index.js +26 -20
  139. package/dist/es/view/fields/check-box/index.stories.js +24 -20
  140. package/dist/es/view/fields/check-box/set-value.stories.js +21 -17
  141. package/dist/es/view/fields/combo-box/index.js +28 -22
  142. package/dist/es/view/fields/connect-form.js +4 -3
  143. package/dist/es/view/fields/date-input/index.js +21 -15
  144. package/dist/es/view/fields/date-input/index.stories.js +1 -1
  145. package/dist/es/view/fields/date-picker/index.js +21 -15
  146. package/dist/es/view/fields/date-picker/index.stories.js +1 -1
  147. package/dist/es/view/fields/form-item-layout/index.js +20 -16
  148. package/dist/es/view/fields/input-mask/index.js +22 -16
  149. package/dist/es/view/fields/large-text-box/index.js +21 -15
  150. package/dist/es/view/fields/radio/index.js +26 -20
  151. package/dist/es/view/fields/radio/index.stories.js +21 -17
  152. package/dist/es/view/fields/radio/set-value.stories.js +19 -15
  153. package/dist/es/view/fields/radio-group/index.js +22 -16
  154. package/dist/es/view/fields/radio-group/index.stories.js +44 -37
  155. package/dist/es/view/fields/text-box/index.js +21 -15
  156. package/dist/es/view/fields/watch-value.js +5 -4
  157. package/dist/es/view/form/index.js +10 -9
  158. package/dist/es/view/form/index.stories.js +6 -3
  159. package/dist/es/view/form/submit-button/index.js +3 -2
  160. package/dist/es/view/form/usecases.stories.js +6 -3
  161. package/dist/es/view/guest-unload-handlers/index.js +2 -1
  162. package/dist/es/view/header/center-region/index.js +16 -8
  163. package/dist/es/view/header/index.js +11 -8
  164. package/dist/es/view/loadable/index.js +2 -1
  165. package/dist/es/view/login/index.js +6 -5
  166. package/dist/es/view/message-to-host-app/index.js +2 -1
  167. package/dist/es/view/micro-app/app-factory/index.js +33 -23
  168. package/dist/es/view/micro-app/resources/manifest.js +25 -15
  169. package/dist/es/view/micro-app/resources/script.js +28 -21
  170. package/dist/es/view/micro-app/resources/style.js +27 -20
  171. package/dist/es/view/micro-app/use-app-will-render.js +12 -9
  172. package/dist/es/view/micro-app/utils.js +3 -0
  173. package/dist/es/view/micro-iframe-app/app.js +7 -6
  174. package/dist/es/view/micro-iframe-app/iframe/index.js +8 -7
  175. package/dist/es/view/micro-iframe-app/index.js +5 -4
  176. package/dist/es/view/micro-iframe-app/use-frame-loaded.js +5 -4
  177. package/dist/es/view/modals/error/index.js +7 -6
  178. package/dist/es/view/modals/navigation-prompt/index.js +5 -4
  179. package/dist/es/view/modals/session-expiry/customHooks.js +2 -1
  180. package/dist/es/view/modals/session-expiry/index.js +6 -5
  181. package/dist/es/view/modals/wait-message/html-wait-message.js +4 -3
  182. package/dist/es/view/modals/wait-message/index.js +9 -8
  183. package/dist/es/view/modals/wait-message/index.stories.js +5 -4
  184. package/dist/es/view/render-with-delay/index.js +4 -3
  185. package/dist/es/view/useMediaBreakpoints/index.js +5 -0
  186. package/dist/public/assets/index.ad459dcebaa616bff55e77d860405729.svg +1 -0
  187. package/dist/public/assets/index.dae17c8817fd9c5ab29e7c3a8925a1f4.svg +1 -0
  188. package/dist/public/assets/logo.0cbd33c5006f8ea6d106f8ab13f6e6dc.svg +1 -0
  189. package/dist/public/index.html +1 -1
  190. package/dist/public/js/emuiAppSdk.bdec42736fbd0fbcbe9a.js +3 -0
  191. package/dist/public/js/{emuiAppSdk.555dc403d2552c23928a.js.LICENSE.txt → emuiAppSdk.bdec42736fbd0fbcbe9a.js.LICENSE.txt} +0 -9
  192. package/dist/public/js/emuiAppSdk.bdec42736fbd0fbcbe9a.js.gz +0 -0
  193. package/dist/public/js/emuiAppSdk.bdec42736fbd0fbcbe9a.js.map +1 -0
  194. package/dist/types/analytics/base-data.d.ts +8 -0
  195. package/dist/types/analytics/index.d.ts +5 -0
  196. package/dist/types/analytics/user-session.d.ts +1 -4
  197. package/dist/types/communication/http-client/index.d.ts +2 -2
  198. package/dist/types/communication/http-client/request-interceptor.d.ts +1 -1
  199. package/dist/types/communication/http-client/response-interceptor.d.ts +1 -1
  200. package/dist/types/communication/http-client/retry-axios.d.ts +5 -2
  201. package/dist/types/index.d.ts +2 -1
  202. package/dist/types/utils/micro-frontend/host.d.ts +3 -2
  203. package/dist/types/utils/window.d.ts +3 -3
  204. package/dist/types/view/fields/date-input/index.d.ts +1 -2
  205. package/dist/types/view/fields/date-picker/index.d.ts +1 -2
  206. package/dist/types/view/visually-hidden/index.d.ts +1 -1
  207. package/package.json +17 -17
  208. package/dist/cjs/analytics/utils.js +0 -13
  209. package/dist/cjs/data/tests/store.test.js +0 -32
  210. package/dist/es/analytics/utils.js +0 -4
  211. package/dist/es/data/tests/store.test.js +0 -32
  212. package/dist/public/assets/index.0944904d91ed62aebf865bc6461471aa.svg +0 -4
  213. package/dist/public/assets/index.4c19242eb7de64399b205c842bf3185c.svg +0 -5
  214. package/dist/public/assets/logo.6799a57c45dd9c96b44e2bac6c4ee12c.svg +0 -2
  215. package/dist/public/js/emuiAppSdk.555dc403d2552c23928a.js +0 -3
  216. package/dist/public/js/emuiAppSdk.555dc403d2552c23928a.js.gz +0 -0
  217. package/dist/public/js/emuiAppSdk.555dc403d2552c23928a.js.map +0 -1
  218. package/dist/types/analytics/utils.d.ts +0 -4
@@ -1,3 +1,6 @@
1
+ import "core-js/modules/esnext.async-iterator.reduce.js";
2
+ import "core-js/modules/esnext.iterator.constructor.js";
3
+ import "core-js/modules/esnext.iterator.reduce.js";
1
4
  import { getAppConfigValue } from "../../utils/app-config/config.js";
2
5
  export const getNavigationLinks = () => {
3
6
  const microApps = getAppConfigValue('microFrontendApps');
@@ -7,12 +7,13 @@ import { IFrame } from "./iframe/index.js";
7
7
  import { useFrameLoaded } from "./use-frame-loaded.js";
8
8
  import { useAppWillRender } from "../micro-app/use-app-will-render.js";
9
9
  import { jsx as _jsx } from "react/jsx-runtime";
10
- export const App = /*#__PURE__*/memo(({
11
- id,
12
- dispose,
13
- onUnloadComplete,
14
- ...rest
15
- }) => {
10
+ export const App = /*#__PURE__*/memo(_ref => {
11
+ let {
12
+ id,
13
+ dispose,
14
+ onUnloadComplete,
15
+ ...rest
16
+ } = _ref;
16
17
  const [documentEle, setDocumentEle] = useState(null);
17
18
  useFrameLoaded({
18
19
  id,
@@ -4,13 +4,14 @@ import _styled from "styled-components";
4
4
  import { memo, useRef } from 'react';
5
5
  import { IFRAME_CONTAINER_ID_PREFIX } from "./const.js";
6
6
  import { jsx as _jsx } from "react/jsx-runtime";
7
- export const IFrame = /*#__PURE__*/memo(({
8
- id,
9
- name: title,
10
- src,
11
- sandbox,
12
- onFrameReady
13
- }) => {
7
+ export const IFrame = /*#__PURE__*/memo(_ref => {
8
+ let {
9
+ id,
10
+ name: title,
11
+ src,
12
+ sandbox,
13
+ onFrameReady
14
+ } = _ref;
14
15
  const frameRef = useRef(null);
15
16
  const sandboxProps = sandbox ? {
16
17
  sandbox
@@ -3,10 +3,11 @@ import { useEffect, useState, memo } from 'react';
3
3
  import { usePrevious } from "../use-previous.js";
4
4
  import { App } from "./app.js";
5
5
  import { createElement as _createElement } from "react";
6
- export const MicroIFrameApp = /*#__PURE__*/memo(({
7
- entityId = null,
8
- ...rest
9
- }) => {
6
+ export const MicroIFrameApp = /*#__PURE__*/memo(_ref => {
7
+ let {
8
+ entityId = null,
9
+ ...rest
10
+ } = _ref;
10
11
  const [disposePrevApp, setDisposePrevApp] = useState(false);
11
12
  const [appKey, setAppKey] = useState(Date.now());
12
13
  const prevEntityId = usePrevious(entityId);
@@ -26,10 +26,11 @@ const updateContainerId = (id, documentEle) => {
26
26
  }
27
27
  };
28
28
 
29
- export const useFrameLoaded = ({
30
- id,
31
- documentEle
32
- }) => {
29
+ export const useFrameLoaded = _ref => {
30
+ let {
31
+ id,
32
+ documentEle
33
+ } = _ref;
33
34
  useEffect(() => {
34
35
  if (!documentEle) return () => {};
35
36
  const host = CMicroAppHost.getInstance();
@@ -2,12 +2,13 @@ import _jsx from "@babel/runtime/helpers/jsx";
2
2
  import "core-js/modules/web.dom-collections.iterator.js";
3
3
  import { useState } from 'react';
4
4
  import DSModal, { MODAL_TYPE } from '@elliemae/ds-modal';
5
- export const Error = ({
6
- open,
7
- name,
8
- showHeader = false,
9
- children
10
- }) => {
5
+ export const Error = _ref => {
6
+ let {
7
+ open,
8
+ name,
9
+ showHeader = false,
10
+ children
11
+ } = _ref;
11
12
  const [isOpen, setIsOpen] = useState(open);
12
13
  return /*#__PURE__*/_jsx(DSModal, {
13
14
  centered: true,
@@ -6,10 +6,11 @@ import { memo } from 'react';
6
6
  import DSModal, { MODAL_TYPE } from '@elliemae/ds-modal';
7
7
  import { useAppDispatch } from "../../../data/react-redux.js";
8
8
  import { navigationPrompt } from "../../../data/navigation-prompt/actions.js";
9
- export const NavigationPrompt = /*#__PURE__*/memo(({
10
- open,
11
- showHeader = false
12
- }) => {
9
+ export const NavigationPrompt = /*#__PURE__*/memo(_ref => {
10
+ let {
11
+ open,
12
+ showHeader = false
13
+ } = _ref;
13
14
  const dispatch = useAppDispatch();
14
15
  return /*#__PURE__*/_jsx(DSModal, {
15
16
  centered: true,
@@ -1,6 +1,7 @@
1
1
  import "core-js/modules/web.dom-collections.iterator.js";
2
2
  import { useEffect, useState } from 'react';
3
- import { getSeconds, differenceInMinutes } from 'date-fns';
3
+ import differenceInMinutes from "date-fns/differenceInMinutes";
4
+ import getSeconds from "date-fns/getSeconds";
4
5
  import { SESSION_TIMEOUT_INTERVAL } from "../../../utils/constants.js";
5
6
  import { getAppConfigValue } from "../../../utils/app-config/config.js";
6
7
  export const useTrackSessionExpiry = warningNotifiedAt => {
@@ -9,11 +9,12 @@ import { useAppDispatch } from "../../../data/react-redux.js";
9
9
  import { logout } from "../../../data/logout/actions.js";
10
10
  import { resetUserIdleTime } from "../../../utils/session.js";
11
11
  import { useTrackSessionExpiry } from "./customHooks.js";
12
- export const SessionExpiry = /*#__PURE__*/memo(({
13
- open,
14
- warningNotifiedAt = 0,
15
- showHeader = false
16
- }) => {
12
+ export const SessionExpiry = /*#__PURE__*/memo(_ref => {
13
+ let {
14
+ open,
15
+ warningNotifiedAt = 0,
16
+ showHeader = false
17
+ } = _ref;
17
18
  const [isOpen, setIsOpen] = useState(open);
18
19
  const timeLeft = useTrackSessionExpiry(warningNotifiedAt);
19
20
  const dispatch = useAppDispatch();
@@ -1,9 +1,10 @@
1
1
  import { memo, useEffect } from 'react';
2
2
  import { Fragment as _Fragment } from "react/jsx-runtime";
3
3
  import { jsx as _jsx } from "react/jsx-runtime";
4
- export const HTMLWaitMessage = /*#__PURE__*/memo(({
5
- close
6
- }) => {
4
+ export const HTMLWaitMessage = /*#__PURE__*/memo(_ref => {
5
+ let {
6
+ close
7
+ } = _ref;
7
8
  useEffect(() => {
8
9
  const htmlWaitMsgElement = document.getElementById('em-wait-message');
9
10
  if (htmlWaitMsgElement && close) htmlWaitMsgElement.remove();
@@ -7,14 +7,15 @@ import { waitStartEvent, waitEndEvent } from "../../../analytics/user-wait.js";
7
7
  import { jsx as _jsx2 } from "react/jsx-runtime";
8
8
  import { Fragment as _Fragment } from "react/jsx-runtime";
9
9
  import { jsxs as _jsxs } from "react/jsx-runtime";
10
- export const WaitMessage = /*#__PURE__*/memo(({
11
- size = 'm',
12
- style = {
13
- color: 'white',
14
- fontSize: '1.25rem'
15
- },
16
- ...rest
17
- }) => {
10
+ export const WaitMessage = /*#__PURE__*/memo(_ref => {
11
+ let {
12
+ size = 'm',
13
+ style = {
14
+ color: 'white',
15
+ fontSize: '1.25rem'
16
+ },
17
+ ...rest
18
+ } = _ref;
18
19
  const isOpen = useAppSelector(state => {
19
20
  var _state$waitMessage;
20
21
 
@@ -4,10 +4,11 @@ import { waitMessage } from "../../../data/wait-message/actions.js";
4
4
  import { WaitMessage } from "./index.js";
5
5
  import { jsx as _jsx } from "react/jsx-runtime";
6
6
 
7
- const Template = ({
8
- isOpen,
9
- ...rest
10
- }) => {
7
+ const Template = _ref => {
8
+ let {
9
+ isOpen,
10
+ ...rest
11
+ } = _ref;
11
12
  const dispatch = useAppDispatch();
12
13
  useEffect(() => {
13
14
  if (!dispatch) return;
@@ -2,9 +2,10 @@ import "core-js/modules/web.dom-collections.iterator.js";
2
2
  import { useEffect, useState, memo } from 'react';
3
3
  import { Fragment as _Fragment } from "react/jsx-runtime";
4
4
  import { jsx as _jsx } from "react/jsx-runtime";
5
- export const RenderWithDelay = /*#__PURE__*/memo(({
6
- render
7
- }) => {
5
+ export const RenderWithDelay = /*#__PURE__*/memo(_ref => {
6
+ let {
7
+ render
8
+ } = _ref;
8
9
  const [show, showComponents] = useState(false);
9
10
  useEffect(() => {
10
11
  const timeoutId = setTimeout(showComponents.bind(null, true), 0);
@@ -1,4 +1,9 @@
1
+ import "core-js/modules/esnext.async-iterator.map.js";
2
+ import "core-js/modules/esnext.iterator.map.js";
1
3
  import "core-js/modules/web.dom-collections.iterator.js";
4
+ import "core-js/modules/esnext.async-iterator.for-each.js";
5
+ import "core-js/modules/esnext.iterator.constructor.js";
6
+ import "core-js/modules/esnext.iterator.for-each.js";
2
7
  import { useState, useEffect, useCallback } from 'react';
3
8
  export const useMediaBreakpoints = (queries, values, defaultValue) => {
4
9
  const mediaQueryLists = queries.map(q => window.matchMedia(q));
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="#fff"><path data-color="color-2" d="M10 14H6c0 1.1.9 2 2 2s2-.9 2-2z"/><path d="M15 11h-.5c-.7-.7-1.5-1.7-1.5-3V5c0-2.8-2.2-5-5-5S3 2.2 3 5v3c0 1.3-.8 2.3-1.5 3H1c-.6 0-1 .4-1 1s.4 1 1 1h14c.6 0 1-.4 1-1s-.4-1-1-1z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g fill="#fff"><path d="M8 2c1.1 0 2 .9 2 2v1c0 1.1-.9 2-2 2s-2-.9-2-2V4c0-1.1.9-2 2-2m0-2C5.8 0 4 1.8 4 4v1c0 2.2 1.8 4 4 4s4-1.8 4-4V4c0-2.2-1.8-4-4-4z"/><path data-color="color-2" d="M9 12c1.5 0 2.8.8 3.5 2H3.6c.7-1.2 2-2 3.5-2H9m0-2H7c-3.3 0-6 2.7-6 6h14c0-3.3-2.7-6-6-6z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" xmlns="http://www.w3.org/2000/svg" width="195" height="28"><style>.st0{fill:#dee3e0}</style><g id="Page-1_2_"><g id="brand-assets" transform="translate(-107 -187)"><g id="logo-enc-em-inline-dark" transform="translate(107 187)"><g id="Group-3"><g id="Group" transform="translate(143 14)"><path id="Fill-27" class="st0" d="M1.8 1.9c-.6 0-.9.6-.9 1.1s.3 1.1.9 1.1c.6 0 .8-.7.8-1.1.1-.5-.2-1.1-.8-1.1zM.4.1h.5v1.8c.2-.3.5-.5 1-.5.9 0 1.3.7 1.3 1.5s-.4 1.6-1.3 1.6c-.5 0-.9-.3-1-.5v.4H.4V.1z"/><path id="Fill-29" class="st0" d="M3.7 5.3H4c.5 0 .7-.7.7-.7 0-.1-.1-.2-.1-.3l-1-2.8h.6L5 4l.8-2.5h.6l-1.1 3c-.2.6-.4 1.2-1.1 1.2h-.4l-.1-.4z"/><path id="Fill-31" class="st0" d="M50.5 1.8h.2c.1 0 .2 0 .2-.2 0-.1-.1-.2-.2-.2h-.2v.4zm-.2-.5h.4c.3 0 .4.1.4.3 0 .2-.1.3-.3.3l.3.5h-.2l-.3-.5h-.2v.5h-.2V1.3h.1zm.3 1.4c.5 0 .8-.4.8-.8 0-.5-.3-.8-.8-.8s-.8.4-.8.8.4.8.8.8zm0-1.8c.5 0 1 .4 1 1 0 .5-.4 1-1 1s-1-.4-1-1c.1-.6.5-1 1-1z"/><path id="Fill-33" class="st0" d="M8.8.1h4.8v1.1H10v2.5h3.2v1H10v2.9h3.6v1H8.8z"/><path id="Fill-35" class="st0" d="M14.6 8.6h1.1V0h-1.1z"/><path id="Fill-37" class="st0" d="M17 8.6h1.1V0H17z"/><path id="Fill-38" class="st0" d="M19.4 8.6h1.2V2.3h-1.2v6.3zm-.1-7.2h1.2V0h-1.2v1.4z"/><path id="Fill-39" class="st0" d="M25.7 4.9c0-1-.6-1.7-1.6-1.7-1.1 0-1.6.9-1.7 1.7h3.3zm.7 3.5c-.4.2-.9.4-2 .4-2.2 0-3.2-1.3-3.2-3.4 0-1.9 1.2-3.2 2.9-3.2 2.1 0 2.8 1.5 2.8 3.5h-4.5c0 1.2 1 2.1 2.1 2.1.8 0 1.6-.4 1.9-.6v1.2z"/><path id="Fill-40" class="st0" d="M27.9.1H30l2.6 7.1L35.3.1h2v8.5h-1.2V1.2l-2.9 7.4H32l-2.8-7.4v7.4h-1.3z"/><path id="Fill-41" class="st0" d="M48.2 4.9c0-1-.6-1.7-1.6-1.7-1.1 0-1.6.9-1.7 1.7h3.3zm.8 3.5c-.4.2-.9.4-2 .4-2.2 0-3.2-1.3-3.2-3.4 0-1.9 1.2-3.2 2.9-3.2 2.1 0 2.8 1.5 2.8 3.5H45c0 1.2 1 2.1 2.1 2.1.8 0 1.6-.4 1.9-.6v1.2z"/><path id="Fill-42" class="st0" d="M42.2 5.6h-.7c-.6 0-2.2.1-2.2 1.2 0 .7.6 1 1.2 1 1.1 0 1.7-.7 1.7-1.6v-.6zm-3-1.5-.9-.2c.3-1.4 1.6-1.7 2.4-1.7 1.8 0 2.5.9 2.5 2.6v2.6c0 .7 0 1 .1 1.2h-1.2v-.8c-.3.4-.9 1-1.9 1-1.3 0-2.3-.6-2.3-1.9 0-1.6 1.7-2.1 2.9-2.1H42c0-1.1-.4-1.8-1.5-1.7-1 .1-1.3 1-1.3 1z"/></g><g id="Page-1"><path id="Fill-1" d="M28 14c0 7.7-6.3 14-14 14S0 21.7 0 14 6.3 0 14 0s14 6.3 14 14" style="fill:#fff"/><path id="Fill-3" d="M14.1 2.3v-.5H14C7.2 1.8 1.8 7.3 1.8 14h.6c6.5.1 11.7-5.2 11.7-11.7" style="fill:#408a90"/><path id="Fill-5" d="M2.3 14.1h-.6c.1 6.7 5.5 12.2 12.2 12.2h.1v-.4c.1-6.5-5.1-11.8-11.7-11.8" style="fill:#00acdc"/><path id="Fill-7" d="M25.9 14.1h.3V14c0-6.7-5.4-12.2-12.1-12.2v.5c0 6.5 5.3 11.8 11.8 11.8" style="fill:#f7911e"/><path id="Fill-9" d="M14.1 25.9v.4c6.7-.1 12-5.5 12.1-12.2h-.3c-6.5 0-11.8 5.3-11.8 11.8" style="fill:#0067ab"/></g><path id="Page-1_1_" d="M131.1 20.1c.8.5 2 .8 2.6.8.9 0 2.1-.4 2.1-1.6 0-2-4.9-1.9-4.9-5 0-2.3 1.7-3.5 4-3.5 1 0 1.8.2 2.6.4l-.2 1.8c-.5-.3-1.7-.6-2.2-.6-1.1 0-2 .4-2 1.4 0 2.3 4.9 1.6 4.9 5.2 0 2.4-1.9 3.5-3.9 3.5-1.1 0-2.1-.1-3.1-.6l.1-1.8zm9.4-9.7h.3c.2 0 .4 0 .4-.3 0-.2-.2-.3-.4-.3h-.3v.6zm-.3-.8h.7c.4 0 .6.2.6.5s-.2.5-.5.5l.5.8h-.3l-.5-.8h-.2v.8h-.3V9.6zm.6 2.2c.7 0 1.2-.6 1.2-1.3 0-.7-.5-1.3-1.2-1.3s-1.2.6-1.2 1.3c0 .8.5 1.3 1.2 1.3zm0-2.8c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5-1.5-.7-1.5-1.5.7-1.5 1.5-1.5zM123 20.1c.8.5 2 .8 2.6.8.9 0 2.1-.4 2.1-1.6 0-2-4.9-1.9-4.9-5 0-2.3 1.7-3.5 4-3.5 1 0 1.8.2 2.6.4l-.2 1.8c-.5-.3-1.7-.6-2.2-.6-1.1 0-2 .4-2 1.4 0 2.3 4.9 1.6 4.9 5.2 0 2.4-1.9 3.5-3.9 3.5-1.1 0-2.1-.1-3.1-.6l.1-1.8zm-3.8-3.1h-1.3c-1.1 0-3.9.2-3.9 2.2 0 1.2 1.1 1.8 2.1 1.8 2 0 3.1-1.3 3.1-2.9V17zm-6.2-5.1c1-.6 2.3-1.1 3.7-1.1 3.2 0 4.5 1.6 4.5 4.6V20c0 1.3 0 1.9.1 2.2h-1.9v-1.5c-.5.7-1.6 1.7-3.5 1.7-2.4 0-4.1-1.1-4.1-3.5 0-2.8 3.1-3.7 5.2-3.7h2.2c0-1.9-.7-2.9-2.8-2.9-1.2 0-2.4.4-3.3 1.1l-.1-1.5zm-7.7.6c-2.2 0-3.3 2.1-3.3 4.2 0 1.9 1 4.2 3.3 4.2 2.2 0 3.1-2.5 3.1-4.2 0-2-.8-4.2-3.1-4.2zm-5.4-1.4h2v1.6c.5-.8 1.8-1.8 3.8-1.8 3.3 0 4.8 2.7 4.8 5.7 0 3.1-1.4 6.1-4.8 6.1-2 0-3.1-.8-3.7-1.8V26h-2.1V11.1zm-17.3 0h1.9v1.6c.8-1.3 1.9-1.9 3.6-1.9 1.3 0 2.6.7 3.2 2.2.8-1.6 2.5-2.2 3.5-2.2 2.9 0 3.9 1.8 3.9 4.3v7.2h-2.1v-6.7c0-1.4-.3-3.1-2-3.1-2.1 0-2.9 2.1-2.9 4.2v5.7h-2.1v-6.7c0-1.4-.3-3.1-2-3.1-2.1 0-2.9 2.1-2.9 4.2v5.7h-2.1V11.1zm-8 9.8c2.4 0 3.5-2.2 3.5-4.2 0-2.1-1.3-4.2-3.5-4.2s-3.5 2.1-3.5 4.2c-.1 2 1 4.2 3.5 4.2zm0-10c3.4 0 5.7 2.5 5.7 5.9 0 3.2-2.3 5.9-5.7 5.9s-5.7-2.7-5.7-5.9c-.1-3.5 2.2-5.9 5.7-5.9zM67.4 13c-.8-.3-1.6-.5-2.2-.5-2.3 0-3.6 2.1-3.6 4.2 0 2 1.1 4.2 3.7 4.2.7 0 1.6-.2 2.2-.6l.2 1.8c-.9.4-1.8.5-2.6.5-3.4 0-5.7-2.7-5.7-5.9 0-3.4 2.3-5.9 5.7-5.9.8 0 1.9.2 2.5.4l-.2 1.8zm-19.2-1.9h2v1.8c.6-1.3 2.1-2 3.7-2 2.9 0 4.2 1.8 4.2 4.8v6.7H56v-5.8c0-2.6-.6-3.9-2.4-4-2.4 0-3.4 1.9-3.4 4.6v5.2h-2.1V11.1h.1zM38 7h8.6v1.9h-6.4v4.5H46v1.9h-5.8v5.1h6.4v1.9H38V7z" style="fill:#fefefe"/></g></g></g></g></svg>
@@ -1,4 +1,4 @@
1
- <!doctype html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>emuiAppSdk</title><script defer="defer" src="/js/emuiAppSdk.555dc403d2552c23928a.js"></script></head><p>This library emuiAppSdk exposes the following properties</p><ul id="libraryAttributes"></ul><script lang="javascript">window.onload = () => {
1
+ <!doctype html><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><meta http-equiv="X-UA-Compatible" content="ie=edge"><title>emuiAppSdk</title><script defer="defer" src="/js/emuiAppSdk.bdec42736fbd0fbcbe9a.js"></script></head><p>This library emuiAppSdk exposes the following properties</p><ul id="libraryAttributes"></ul><script lang="javascript">window.onload = () => {
2
2
  const attribNode = document.getElementById('libraryAttributes');
3
3
  if (attribNode) {
4
4
  attribNode.innerHTML = Object.keys(window['emuiAppSdk'] || {}).reduce((value, attribute) => value += `<li>${attribute}</li>`, '');