andoncloud-sdk 1.7.24 → 1.7.26

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 (317) hide show
  1. package/dist/index.d.ts +14 -3
  2. package/dist/index.js +4372 -0
  3. package/dist/index.js.map +1 -0
  4. package/package.json +10 -22
  5. package/dist/andoncloud-sdk.css +0 -2
  6. package/dist/andoncloud-sdk.css.map +0 -1
  7. package/dist/andoncloud-sdk.js +0 -173
  8. package/dist/andoncloud-sdk.js.map +0 -1
  9. package/dist/app/__tests__/loginWithPassword.d.ts +0 -1
  10. package/dist/app/components/Header/Header.d.ts +0 -3
  11. package/dist/app/components/Header/Header.test.d.ts +0 -1
  12. package/dist/app/components/Header/index.d.ts +0 -1
  13. package/dist/app/components/Header/styles.d.ts +0 -11
  14. package/dist/app/components/Header/types.d.ts +0 -53
  15. package/dist/app/components/access/AccessBlocker.d.ts +0 -12
  16. package/dist/app/components/access/AccessBlocker.styles.d.ts +0 -34
  17. package/dist/app/components/access/AccessBlocker.test.d.ts +0 -1
  18. package/dist/app/components/access/AccessGuard.d.ts +0 -9
  19. package/dist/app/components/access/AccessGuard.test.d.ts +0 -1
  20. package/dist/app/components/access/AccessRequestModal.d.ts +0 -8
  21. package/dist/app/components/access/AccessRequestModal.styles.d.ts +0 -31
  22. package/dist/app/components/access/AccessRequestModal.test.d.ts +0 -1
  23. package/dist/app/components/access/CooldownModal.d.ts +0 -7
  24. package/dist/app/components/access/CooldownModal.styles.d.ts +0 -30
  25. package/dist/app/components/access/CooldownModal.test.d.ts +0 -1
  26. package/dist/app/components/access/InternalProcedureScreen.d.ts +0 -7
  27. package/dist/app/components/access/InternalProcedureScreen.styles.d.ts +0 -26
  28. package/dist/app/components/access/InternalProcedureScreen.test.d.ts +0 -1
  29. package/dist/app/components/access/index.d.ts +0 -3
  30. package/dist/app/components/access/withAccessGuard.d.ts +0 -6
  31. package/dist/app/components/access/withAccessGuard.test.d.ts +0 -1
  32. package/dist/app/components/app.d.ts +0 -3
  33. package/dist/app/components/authRedirect.d.ts +0 -3
  34. package/dist/app/components/container.d.ts +0 -44
  35. package/dist/app/components/container.styles.d.ts +0 -20
  36. package/dist/app/components/container.test.d.ts +0 -1
  37. package/dist/app/components/externalContent.d.ts +0 -5
  38. package/dist/app/components/footer.d.ts +0 -6
  39. package/dist/app/components/header.d.ts +0 -46
  40. package/dist/app/components/header.styles.d.ts +0 -50
  41. package/dist/app/components/header.test.d.ts +0 -1
  42. package/dist/app/components/iframeNavigation.d.ts +0 -2
  43. package/dist/app/components/loader.d.ts +0 -6
  44. package/dist/app/components/loginForm.d.ts +0 -29
  45. package/dist/app/components/loginForm.test.d.ts +0 -1
  46. package/dist/app/components/loginModal.d.ts +0 -31
  47. package/dist/app/components/loginModal.test.d.ts +0 -1
  48. package/dist/app/components/loginRedirect.d.ts +0 -3
  49. package/dist/app/components/messageNavigator.d.ts +0 -2
  50. package/dist/app/components/networkError.d.ts +0 -4
  51. package/dist/app/components/router.d.ts +0 -5
  52. package/dist/app/components/sidePanel.d.ts +0 -66
  53. package/dist/app/components/sidePanel.styles.d.ts +0 -15
  54. package/dist/app/components/sidebarMenu.d.ts +0 -32
  55. package/dist/app/components/sidebarMenu.styles.d.ts +0 -32
  56. package/dist/app/components/version.d.ts +0 -6
  57. package/dist/app/core/ui/Checkbox/Checkbox.d.ts +0 -7
  58. package/dist/app/core/ui/Checkbox/index.d.ts +0 -1
  59. package/dist/app/core/ui/Checkbox/styled.d.ts +0 -20
  60. package/dist/app/core/ui/Radio/Radio.d.ts +0 -7
  61. package/dist/app/core/ui/Radio/index.d.ts +0 -1
  62. package/dist/app/core/ui/Radio/styled.d.ts +0 -20
  63. package/dist/app/core/ui/RadioGroup/RadioGroup.d.ts +0 -7
  64. package/dist/app/core/ui/RadioGroup/index.d.ts +0 -1
  65. package/dist/app/core/ui/RadioGroup/styled.d.ts +0 -7
  66. package/dist/app/hooks/useAccess/accessState.d.ts +0 -7
  67. package/dist/app/hooks/useAccess/deriveButtons.d.ts +0 -5
  68. package/dist/app/hooks/useAccess/index.d.ts +0 -11
  69. package/dist/app/hooks/useAccess.d.ts +0 -10
  70. package/dist/app/hooks/useAccess.test.d.ts +0 -1
  71. package/dist/app/hooks/useFeatures.d.ts +0 -6
  72. package/dist/app/hooks/useFeatures.test.d.ts +0 -1
  73. package/dist/app/hooks/useFetch.d.ts +0 -2
  74. package/dist/app/hooks/useHeaderContentEvent.d.ts +0 -3
  75. package/dist/app/hooks/useHeaderContentEvent.test.d.ts +0 -1
  76. package/dist/app/hooks/useLogin.d.ts +0 -2
  77. package/dist/app/hooks/useLoginStatus.d.ts +0 -4
  78. package/dist/app/hooks/useModalHook/ModalContext.d.ts +0 -7
  79. package/dist/app/hooks/useModalHook/ModalProvider.d.ts +0 -5
  80. package/dist/app/hooks/useModalHook/index.d.ts +0 -3
  81. package/dist/app/hooks/useModalHook/useModal.d.ts +0 -8
  82. package/dist/app/hooks/usePackages.d.ts +0 -6
  83. package/dist/app/hooks/usePackages.test.d.ts +0 -1
  84. package/dist/app/hooks/usePermissions.d.ts +0 -13
  85. package/dist/app/hooks/usePermissions.test.d.ts +0 -1
  86. package/dist/app/hooks/useQueryParams.d.ts +0 -2
  87. package/dist/app/i18n.d.ts +0 -2
  88. package/dist/app/pages/ErrorPage.d.ts +0 -14
  89. package/dist/app/pages/ExternalPage.d.ts +0 -5
  90. package/dist/app/pages/LoaderPage.d.ts +0 -7
  91. package/dist/app/pages/LoginPage.d.ts +0 -15
  92. package/dist/app/providers/authConfig.d.ts +0 -6
  93. package/dist/app/providers/display.d.ts +0 -5
  94. package/dist/app/providers/displayMode.d.ts +0 -5
  95. package/dist/app/providers/metaInfo.d.ts +0 -6
  96. package/dist/app/providers/store.d.ts +0 -171
  97. package/dist/app/stores/appStore.d.ts +0 -10
  98. package/dist/app/stores/sessionStore.d.ts +0 -83
  99. package/dist/app/stores/userStore.d.ts +0 -14
  100. package/dist/app/testing/index.d.ts +0 -2
  101. package/dist/app/theme.d.ts +0 -2
  102. package/dist/app/utils/cookies-manager.d.ts +0 -7
  103. package/dist/app/utils/display.d.ts +0 -13
  104. package/dist/app/utils/fetch.d.ts +0 -9
  105. package/dist/app/utils/service-worker.d.ts +0 -1
  106. package/dist/app/utils/stores.d.ts +0 -22
  107. package/dist/app/utils/text.d.ts +0 -1
  108. package/dist/app/utils/window.d.ts +0 -1
  109. package/dist/assets/index.d.ts +0 -1
  110. package/dist/assets/logo.svg.d.ts +0 -2
  111. package/dist/cypress/support/component.d.ts +0 -9
  112. package/dist/cypress.config.d.ts +0 -2
  113. package/dist/locales/i18n.d.ts +0 -22
  114. package/dist/locales/index.d.ts +0 -2
  115. package/dist/serviceWorkerRegistration.d.ts +0 -2
  116. package/dist/setupTests.d.ts +0 -1
  117. package/dist/src/__tests__/loginWithPassword.cy.d.ts +0 -1
  118. package/dist/src/app/__tests__/loginWithPassword.cy.d.ts +0 -1
  119. package/dist/src/app/__tests__/loginWithPassword.d.ts +0 -1
  120. package/dist/src/app/components/Header/Header.cy.d.ts +0 -1
  121. package/dist/src/app/components/Header/Header.d.ts +0 -3
  122. package/dist/src/app/components/Header/Header.test.d.ts +0 -1
  123. package/dist/src/app/components/Header/index.d.ts +0 -1
  124. package/dist/src/app/components/Header/styles.d.ts +0 -11
  125. package/dist/src/app/components/Header/types.d.ts +0 -53
  126. package/dist/src/app/components/access/AccessBlocker.cy.d.ts +0 -1
  127. package/dist/src/app/components/access/AccessBlocker.d.ts +0 -12
  128. package/dist/src/app/components/access/AccessBlocker.styles.d.ts +0 -34
  129. package/dist/src/app/components/access/AccessBlocker.test.d.ts +0 -1
  130. package/dist/src/app/components/access/AccessGuard.cy.d.ts +0 -1
  131. package/dist/src/app/components/access/AccessGuard.d.ts +0 -9
  132. package/dist/src/app/components/access/AccessGuard.test.d.ts +0 -1
  133. package/dist/src/app/components/access/AccessRequestModal.cy.d.ts +0 -1
  134. package/dist/src/app/components/access/AccessRequestModal.d.ts +0 -8
  135. package/dist/src/app/components/access/AccessRequestModal.styles.d.ts +0 -31
  136. package/dist/src/app/components/access/AccessRequestModal.test.d.ts +0 -1
  137. package/dist/src/app/components/access/CooldownModal.cy.d.ts +0 -1
  138. package/dist/src/app/components/access/CooldownModal.d.ts +0 -7
  139. package/dist/src/app/components/access/CooldownModal.styles.d.ts +0 -30
  140. package/dist/src/app/components/access/CooldownModal.test.d.ts +0 -1
  141. package/dist/src/app/components/access/index.d.ts +0 -3
  142. package/dist/src/app/components/access/withAccessGuard.cy.d.ts +0 -1
  143. package/dist/src/app/components/access/withAccessGuard.d.ts +0 -6
  144. package/dist/src/app/components/access/withAccessGuard.test.d.ts +0 -1
  145. package/dist/src/app/components/app.d.ts +0 -3
  146. package/dist/src/app/components/authRedirect.d.ts +0 -3
  147. package/dist/src/app/components/container.cy.d.ts +0 -1
  148. package/dist/src/app/components/container.d.ts +0 -44
  149. package/dist/src/app/components/container.styles.d.ts +0 -20
  150. package/dist/src/app/components/container.test.d.ts +0 -1
  151. package/dist/src/app/components/externalContent.d.ts +0 -5
  152. package/dist/src/app/components/footer.d.ts +0 -6
  153. package/dist/src/app/components/iframeNavigation.d.ts +0 -2
  154. package/dist/src/app/components/loader.d.ts +0 -6
  155. package/dist/src/app/components/loginForm.cy.d.ts +0 -1
  156. package/dist/src/app/components/loginForm.d.ts +0 -29
  157. package/dist/src/app/components/loginForm.test.d.ts +0 -1
  158. package/dist/src/app/components/loginModal.cy.d.ts +0 -1
  159. package/dist/src/app/components/loginModal.d.ts +0 -31
  160. package/dist/src/app/components/loginModal.test.d.ts +0 -1
  161. package/dist/src/app/components/loginRedirect.d.ts +0 -3
  162. package/dist/src/app/components/networkError.d.ts +0 -4
  163. package/dist/src/app/components/router.d.ts +0 -5
  164. package/dist/src/app/components/sidePanel.d.ts +0 -66
  165. package/dist/src/app/components/sidePanel.styles.d.ts +0 -15
  166. package/dist/src/app/components/sidebarMenu.d.ts +0 -32
  167. package/dist/src/app/components/sidebarMenu.styles.d.ts +0 -32
  168. package/dist/src/app/core/ui/Checkbox/Checkbox.d.ts +0 -6
  169. package/dist/src/app/core/ui/Checkbox/index.d.ts +0 -1
  170. package/dist/src/app/core/ui/Checkbox/styled.d.ts +0 -7
  171. package/dist/src/app/core/ui/Radio/Radio.d.ts +0 -6
  172. package/dist/src/app/core/ui/Radio/index.d.ts +0 -1
  173. package/dist/src/app/core/ui/Radio/styled.d.ts +0 -7
  174. package/dist/src/app/core/ui/RadioGroup/RadioGroup.d.ts +0 -6
  175. package/dist/src/app/core/ui/RadioGroup/index.d.ts +0 -1
  176. package/dist/src/app/core/ui/RadioGroup/styled.d.ts +0 -4
  177. package/dist/src/app/hooks/useAccess/accessState.d.ts +0 -7
  178. package/dist/src/app/hooks/useAccess/deriveButtons.d.ts +0 -5
  179. package/dist/src/app/hooks/useAccess/index.d.ts +0 -11
  180. package/dist/src/app/hooks/useAccess.cy.d.ts +0 -1
  181. package/dist/src/app/hooks/useAccess.test.d.ts +0 -1
  182. package/dist/src/app/hooks/useFeatures.cy.d.ts +0 -1
  183. package/dist/src/app/hooks/useFeatures.d.ts +0 -6
  184. package/dist/src/app/hooks/useFeatures.test.d.ts +0 -1
  185. package/dist/src/app/hooks/useHeaderContentEvent.cy.d.ts +0 -1
  186. package/dist/src/app/hooks/useHeaderContentEvent.d.ts +0 -3
  187. package/dist/src/app/hooks/useHeaderContentEvent.test.d.ts +0 -1
  188. package/dist/src/app/hooks/useLogin.d.ts +0 -2
  189. package/dist/src/app/hooks/useLoginStatus.d.ts +0 -4
  190. package/dist/src/app/hooks/useModalHook/ModalContext.d.ts +0 -7
  191. package/dist/src/app/hooks/useModalHook/ModalProvider.d.ts +0 -5
  192. package/dist/src/app/hooks/useModalHook/index.d.ts +0 -3
  193. package/dist/src/app/hooks/useModalHook/useModal.d.ts +0 -8
  194. package/dist/src/app/hooks/usePermissions.cy.d.ts +0 -1
  195. package/dist/src/app/hooks/usePermissions.d.ts +0 -13
  196. package/dist/src/app/hooks/usePermissions.test.d.ts +0 -1
  197. package/dist/src/app/hooks/useQueryParams.d.ts +0 -2
  198. package/dist/src/app/i18n.d.ts +0 -3
  199. package/dist/src/app/pages/ErrorPage.d.ts +0 -14
  200. package/dist/src/app/pages/LoaderPage.d.ts +0 -7
  201. package/dist/src/app/pages/LoginPage.d.ts +0 -15
  202. package/dist/src/app/providers/authConfig.d.ts +0 -6
  203. package/dist/src/app/providers/display.d.ts +0 -5
  204. package/dist/src/app/providers/metaInfo.d.ts +0 -6
  205. package/dist/src/app/providers/store.d.ts +0 -171
  206. package/dist/src/app/stores/appStore.d.ts +0 -10
  207. package/dist/src/app/stores/sessionStore.d.ts +0 -83
  208. package/dist/src/app/stores/userStore.d.ts +0 -14
  209. package/dist/src/app/testing/index.d.ts +0 -2
  210. package/dist/src/app/theme.d.ts +0 -2
  211. package/dist/src/app/utils/cookies-manager.d.ts +0 -7
  212. package/dist/src/app/utils/display.d.ts +0 -13
  213. package/dist/src/app/utils/fetch.d.ts +0 -9
  214. package/dist/src/app/utils/service-worker.d.ts +0 -1
  215. package/dist/src/app/utils/stores.d.ts +0 -22
  216. package/dist/src/app/utils/text.d.ts +0 -1
  217. package/dist/src/assets/index.d.ts +0 -1
  218. package/dist/src/components/Header/Header.cy.d.ts +0 -1
  219. package/dist/src/components/Header/Header.d.ts +0 -3
  220. package/dist/src/components/Header/index.d.ts +0 -1
  221. package/dist/src/components/Header/styles.d.ts +0 -11
  222. package/dist/src/components/Header/types.d.ts +0 -52
  223. package/dist/src/components/access/AccessBlocker.cy.d.ts +0 -1
  224. package/dist/src/components/access/AccessBlocker.d.ts +0 -13
  225. package/dist/src/components/access/AccessBlocker.styles.d.ts +0 -43
  226. package/dist/src/components/access/AccessGuard.cy.d.ts +0 -1
  227. package/dist/src/components/access/AccessGuard.d.ts +0 -10
  228. package/dist/src/components/access/AccessRequestModal.cy.d.ts +0 -1
  229. package/dist/src/components/access/AccessRequestModal.d.ts +0 -8
  230. package/dist/src/components/access/AccessRequestModal.styles.d.ts +0 -31
  231. package/dist/src/components/access/CooldownModal.cy.d.ts +0 -1
  232. package/dist/src/components/access/CooldownModal.d.ts +0 -7
  233. package/dist/src/components/access/CooldownModal.styles.d.ts +0 -30
  234. package/dist/src/components/access/index.d.ts +0 -3
  235. package/dist/src/components/access/withAccessGuard.cy.d.ts +0 -1
  236. package/dist/src/components/access/withAccessGuard.d.ts +0 -6
  237. package/dist/src/components/app.d.ts +0 -3
  238. package/dist/src/components/authRedirect.cy.d.ts +0 -1
  239. package/dist/src/components/authRedirect.d.ts +0 -3
  240. package/dist/src/components/container.cy.d.ts +0 -1
  241. package/dist/src/components/container.d.ts +0 -44
  242. package/dist/src/components/container.styles.d.ts +0 -20
  243. package/dist/src/components/externalContent.d.ts +0 -5
  244. package/dist/src/components/footer.d.ts +0 -6
  245. package/dist/src/components/iframeNavigation.d.ts +0 -2
  246. package/dist/src/components/loader.d.ts +0 -6
  247. package/dist/src/components/loginForm.cy.d.ts +0 -1
  248. package/dist/src/components/loginForm.d.ts +0 -29
  249. package/dist/src/components/loginModal.cy.d.ts +0 -1
  250. package/dist/src/components/loginModal.d.ts +0 -16
  251. package/dist/src/components/loginRedirect.d.ts +0 -3
  252. package/dist/src/components/networkError.d.ts +0 -4
  253. package/dist/src/components/router.d.ts +0 -5
  254. package/dist/src/components/sidePanel.d.ts +0 -66
  255. package/dist/src/components/sidePanel.styles.d.ts +0 -15
  256. package/dist/src/components/sidebarMenu.d.ts +0 -32
  257. package/dist/src/components/sidebarMenu.styles.d.ts +0 -32
  258. package/dist/src/core/ui/Checkbox/Checkbox.d.ts +0 -6
  259. package/dist/src/core/ui/Checkbox/index.d.ts +0 -1
  260. package/dist/src/core/ui/Checkbox/styled.d.ts +0 -6
  261. package/dist/src/core/ui/Radio/Radio.d.ts +0 -6
  262. package/dist/src/core/ui/Radio/index.d.ts +0 -1
  263. package/dist/src/core/ui/Radio/styled.d.ts +0 -6
  264. package/dist/src/core/ui/RadioGroup/RadioGroup.d.ts +0 -6
  265. package/dist/src/core/ui/RadioGroup/index.d.ts +0 -1
  266. package/dist/src/core/ui/RadioGroup/styled.d.ts +0 -4
  267. package/dist/src/hooks/useAccess/accessState.d.ts +0 -7
  268. package/dist/src/hooks/useAccess/deriveButtons.d.ts +0 -5
  269. package/dist/src/hooks/useAccess/index.d.ts +0 -11
  270. package/dist/src/hooks/useAccess.cy.d.ts +0 -1
  271. package/dist/src/hooks/useFeatures.cy.d.ts +0 -1
  272. package/dist/src/hooks/useFeatures.d.ts +0 -6
  273. package/dist/src/hooks/useHeaderContentEvent.cy.d.ts +0 -1
  274. package/dist/src/hooks/useHeaderContentEvent.d.ts +0 -3
  275. package/dist/src/hooks/useLogin.d.ts +0 -2
  276. package/dist/src/hooks/useLoginStatus.d.ts +0 -3
  277. package/dist/src/hooks/useModalHook/ModalContext.d.ts +0 -7
  278. package/dist/src/hooks/useModalHook/ModalProvider.d.ts +0 -5
  279. package/dist/src/hooks/useModalHook/index.d.ts +0 -3
  280. package/dist/src/hooks/useModalHook/useModal.d.ts +0 -8
  281. package/dist/src/hooks/usePermissions.cy.d.ts +0 -1
  282. package/dist/src/hooks/usePermissions.d.ts +0 -13
  283. package/dist/src/hooks/useQueryParams.d.ts +0 -2
  284. package/dist/src/i18n.d.ts +0 -9
  285. package/dist/src/index.d.ts +0 -36
  286. package/dist/src/pages/ErrorPage.d.ts +0 -14
  287. package/dist/src/pages/LoaderPage.d.ts +0 -7
  288. package/dist/src/pages/LoginPage.d.ts +0 -15
  289. package/dist/src/providers/authConfig.d.ts +0 -6
  290. package/dist/src/providers/display.d.ts +0 -5
  291. package/dist/src/providers/metaInfo.d.ts +0 -6
  292. package/dist/src/providers/store.d.ts +0 -171
  293. package/dist/src/serviceWorkerRegistration.d.ts +0 -2
  294. package/dist/src/setupTests.d.ts +0 -1
  295. package/dist/src/stores/SessionStore/CookiesManager.cy.d.ts +0 -1
  296. package/dist/src/stores/SessionStore/CookiesManager.d.ts +0 -15
  297. package/dist/src/stores/SessionStore/SessionStore.cy.d.ts +0 -1
  298. package/dist/src/stores/SessionStore/SessionStore.d.ts +0 -92
  299. package/dist/src/stores/SessionStore/TokenCoordinator.cy.d.ts +0 -1
  300. package/dist/src/stores/SessionStore/TokenCoordinator.d.ts +0 -46
  301. package/dist/src/stores/SessionStore/index.d.ts +0 -3
  302. package/dist/src/stores/SessionStore/types.d.ts +0 -94
  303. package/dist/src/stores/appStore.d.ts +0 -10
  304. package/dist/src/stores/sessionStore.d.ts +0 -83
  305. package/dist/src/stores/userStore.d.ts +0 -14
  306. package/dist/src/theme.d.ts +0 -2
  307. package/dist/src/utils/authFetch.d.ts +0 -10
  308. package/dist/src/utils/cookies-manager.d.ts +0 -9
  309. package/dist/src/utils/display.d.ts +0 -14
  310. package/dist/src/utils/fetch.d.ts +0 -9
  311. package/dist/src/utils/service-worker.d.ts +0 -1
  312. package/dist/src/utils/stores.d.ts +0 -15
  313. package/dist/src/utils/text.d.ts +0 -1
  314. package/dist/src/utils/validateRedirect.cy.d.ts +0 -1
  315. package/dist/src/utils/validateRedirect.d.ts +0 -1
  316. package/dist/src/version.d.ts +0 -1
  317. package/dist/version.d.ts +0 -1
@@ -1,15 +0,0 @@
1
- export default useStyles;
2
- declare function useStyles({ hasAsideContent, styles, headerStyles, contentWrapperStyles, mainContentStyles, asideContentStyles, }: {
3
- hasAsideContent: any;
4
- styles: any;
5
- headerStyles: any;
6
- contentWrapperStyles: any;
7
- mainContentStyles: any;
8
- asideContentStyles: any;
9
- }): {
10
- root: any;
11
- header: any;
12
- contentWrapper: any;
13
- mainContent: any;
14
- asideContent: any;
15
- };
@@ -1,32 +0,0 @@
1
- export default SidebarMenu;
2
- declare function SidebarMenu({ open, items, width, styles, listStyles, itemStyles, subitemStyles }: {
3
- open: any;
4
- items: any;
5
- width: any;
6
- styles: any;
7
- listStyles: any;
8
- itemStyles: any;
9
- subitemStyles: any;
10
- }): React.JSX.Element;
11
- declare namespace SidebarMenu {
12
- namespace propTypes {
13
- const open: any;
14
- const items: any;
15
- const width: any;
16
- const styles: any;
17
- const listStyles: any;
18
- const itemStyles: any;
19
- const subitemStyles: any;
20
- }
21
- namespace defaultProps {
22
- const styles_1: {};
23
- export { styles_1 as styles };
24
- const listStyles_1: {};
25
- export { listStyles_1 as listStyles };
26
- const itemStyles_1: {};
27
- export { itemStyles_1 as itemStyles };
28
- const subitemStyles_1: {};
29
- export { subitemStyles_1 as subitemStyles };
30
- }
31
- }
32
- import React from "react";
@@ -1,32 +0,0 @@
1
- export default useStyles;
2
- declare function useStyles({ styles, listStyles, itemStyles, subitemStyles }: {
3
- styles: any;
4
- listStyles: any;
5
- itemStyles: any;
6
- subitemStyles: any;
7
- }): {
8
- root: any;
9
- list: any;
10
- subList: {
11
- maxHeight: string;
12
- overflowY: string;
13
- };
14
- item: any;
15
- itemIcon: {
16
- color: string;
17
- };
18
- itemText: {
19
- '& > .MuiTypography-root': {
20
- fontWeight: number;
21
- };
22
- };
23
- subitem: any;
24
- subitemText: {
25
- '& > span': {
26
- fontSize: string;
27
- };
28
- };
29
- subitemButton: {
30
- paddingLeft: number;
31
- };
32
- };
@@ -1,6 +0,0 @@
1
- export default Version;
2
- declare function Version({ appVersion, apiVersion }: {
3
- appVersion: any;
4
- apiVersion: any;
5
- }): React.JSX.Element;
6
- import React from "react";
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
-
3
- import { type StyledCheckboxProps } from './styled';
4
- export interface CheckboxProps extends Partial<StyledCheckboxProps> {
5
- 'data-testid'?: string;
6
- }
7
- export declare const Checkbox: React.FC<CheckboxProps>;
@@ -1 +0,0 @@
1
- export * from './Checkbox';
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import { type CheckboxProps } from '@mui/material';
3
- export interface StyledCheckboxProps extends CheckboxProps {}
4
- export declare const UncheckedIcon: import('@emotion/styled').StyledComponent<
5
- import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>,
6
- import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>,
7
- {}
8
- >;
9
- export declare const CheckedIcon: import('@emotion/styled').StyledComponent<
10
- import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> &
11
- import('react').ClassAttributes<HTMLSpanElement> &
12
- import('react').HTMLAttributes<HTMLSpanElement>,
13
- {},
14
- {}
15
- >;
16
- export declare const StyledCheckbox: import('@emotion/styled').StyledComponent<
17
- CheckboxProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & StyledCheckboxProps,
18
- {},
19
- {}
20
- >;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
-
3
- import { type StyledRadioProps } from './styled';
4
- export interface RadioProps extends Partial<StyledRadioProps> {
5
- 'data-testid'?: string;
6
- }
7
- export declare const Radio: React.FC<RadioProps>;
@@ -1 +0,0 @@
1
- export * from './Radio';
@@ -1,20 +0,0 @@
1
- /// <reference types="react" />
2
- import { type RadioProps } from '@mui/material';
3
- export interface StyledRadioProps extends RadioProps {}
4
- export declare const UncheckedIcon: import('@emotion/styled').StyledComponent<
5
- import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>,
6
- import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>,
7
- {}
8
- >;
9
- export declare const CheckedIcon: import('@emotion/styled').StyledComponent<
10
- import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> &
11
- import('react').ClassAttributes<HTMLSpanElement> &
12
- import('react').HTMLAttributes<HTMLSpanElement>,
13
- {},
14
- {}
15
- >;
16
- export declare const StyledRadio: import('@emotion/styled').StyledComponent<
17
- RadioProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & StyledRadioProps,
18
- {},
19
- {}
20
- >;
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
-
3
- import { type StyledRadioGroupProps } from './styled';
4
- export interface RadioGroupProps extends Partial<StyledRadioGroupProps> {
5
- 'data-testid'?: string;
6
- }
7
- export declare const RadioGroup: React.FC<RadioGroupProps>;
@@ -1 +0,0 @@
1
- export * from './RadioGroup';
@@ -1,7 +0,0 @@
1
- import { type RadioGroupProps } from '@mui/material';
2
- export interface StyledRadioGroupProps extends RadioGroupProps {}
3
- export declare const StyledRadioGroup: import('@emotion/styled').StyledComponent<
4
- RadioGroupProps & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & StyledRadioGroupProps,
5
- {},
6
- {}
7
- >;
@@ -1,7 +0,0 @@
1
- export function getAccessState(status: string): 'accessible' | 'no_permission' | 'expired' | 'not_purchased';
2
- export namespace ACCESS_STATE_PRIORITY {
3
- const no_permission: number;
4
- const expired: number;
5
- const not_purchased: number;
6
- const accessible: number;
7
- }
@@ -1,5 +0,0 @@
1
- export function deriveButtons(status: string, daysSinceExpiry: number | null): Array<{
2
- action: string;
3
- requestType: string | null;
4
- variant: 'primary' | 'secondary' | 'link';
5
- }>;
@@ -1,11 +0,0 @@
1
- export default useAccess;
2
- /**
3
- * Hook for checking feature access based on features and permissions
4
- * @param {string[]} features - Array of feature keys to check
5
- * @param {{ extraPermissions?: string[], workplaceId?: string }} options - Additional options
6
- * @returns {UseAccessResult}
7
- */
8
- declare function useAccess(features?: string[], options?: {
9
- extraPermissions?: string[] | undefined;
10
- workplaceId?: string | undefined;
11
- }): UseAccessResult;
@@ -1,10 +0,0 @@
1
- export default useAccess;
2
- /**
3
- * Hook for checking feature access based on features and permissions
4
- * @param {string[]} features - Array of feature keys to check
5
- * @param {{ extraPermissions?: string[] }} options - Additional options
6
- * @returns {UseAccessResult}
7
- */
8
- declare function useAccess(features?: string[], options?: {
9
- extraPermissions?: string[] | undefined;
10
- }): UseAccessResult;
@@ -1 +0,0 @@
1
- export {};
@@ -1,6 +0,0 @@
1
- export default useFeatures;
2
- declare function useFeatures(): {
3
- getFeature: (featureKey: any) => null;
4
- getFeatures: (featureKeys: any) => any;
5
- featuresMap: null;
6
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export default useFetch;
2
- declare function useFetch(): (url: any, options?: {}) => Promise<void | Response>;
@@ -1,3 +0,0 @@
1
- type ContentEventHandler = (event: string, payload?: unknown) => void;
2
- export declare const useHeaderContentEvent: (handler: ContentEventHandler) => void;
3
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export default useLogin;
2
- declare function useLogin(scope: any, loginProps?: {}): () => void;
@@ -1,4 +0,0 @@
1
- export default useLoginStatus;
2
- declare function useLoginStatus(): {
3
- status: string;
4
- };
@@ -1,7 +0,0 @@
1
- export default ModalContext;
2
- declare const ModalContext: React.Context<{
3
- showModal: null;
4
- hideModal: null;
5
- isOpenedModal: boolean;
6
- }>;
7
- import React from "react";
@@ -1,5 +0,0 @@
1
- export default ModalProvider;
2
- declare function ModalProvider({ children }: {
3
- children: any;
4
- }): React.JSX.Element;
5
- import React from "react";
@@ -1,3 +0,0 @@
1
- export { default as ModalContext } from "./ModalContext";
2
- export { default as ModalProvider } from "./ModalProvider";
3
- export { default as useModal } from "./useModal";
@@ -1,8 +0,0 @@
1
- export default useModal;
2
- declare function useModal(component: any, data: any, onClose: any): ((modalData: any) => any)[];
3
- declare namespace useModal {
4
- export { ModalContext };
5
- export { ModalProvider };
6
- }
7
- import ModalContext from "./ModalContext";
8
- import ModalProvider from "./ModalProvider";
@@ -1,6 +0,0 @@
1
- export default usePackages;
2
- declare function usePackages(): {
3
- getPackage: (packageKey: any) => null;
4
- getPackages: (packageKeys: any) => any;
5
- packagesMap: null;
6
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,13 +0,0 @@
1
- export default usePermissions;
2
- declare function usePermissions(): {
3
- checkPermission: (permissionKey: any) => {
4
- isAllowed: boolean;
5
- denyReason: string | null;
6
- };
7
- checkPermissions: (permissionKeys: any) => {
8
- allAllowed: boolean;
9
- results: any;
10
- deniedKeys: any;
11
- };
12
- permissionsMap: null;
13
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export default useQueryParams;
2
- declare function useQueryParams(): URLSearchParams;
@@ -1,2 +0,0 @@
1
- export default i18n;
2
- import i18n from "i18next";
@@ -1,14 +0,0 @@
1
- export default ErrorPage;
2
- declare function ErrorPage({ error, appVersion, apiVersion }: {
3
- error: any;
4
- appVersion: any;
5
- apiVersion: any;
6
- }): React.JSX.Element;
7
- declare namespace ErrorPage {
8
- namespace propTypes {
9
- const error: any;
10
- const componentStack: any;
11
- }
12
- const defaultProps: {};
13
- }
14
- import React from "react";
@@ -1,5 +0,0 @@
1
- export default ExternalPage;
2
- declare function ExternalPage({ url }: {
3
- url: any;
4
- }): React.JSX.Element;
5
- import React from "react";
@@ -1,7 +0,0 @@
1
- export default LoaderPage;
2
- declare function LoaderPage(): React.JSX.Element;
3
- declare namespace LoaderPage {
4
- const propTypes: {};
5
- const defaultProps: {};
6
- }
7
- import React from "react";
@@ -1,15 +0,0 @@
1
- declare const _default: {
2
- ({ redirectPath }: {
3
- redirectPath: any;
4
- }): React.JSX.Element;
5
- propTypes: {
6
- redirectPath: any;
7
- };
8
- defaultProps: {
9
- redirectPath: string;
10
- };
11
- } & {
12
- displayName: string;
13
- };
14
- export default _default;
15
- import React from "react";
@@ -1,6 +0,0 @@
1
- export function AuthConfigProvider({ children, config }: {
2
- children: any;
3
- config: any;
4
- }): React.JSX.Element;
5
- export function useAuthConfig(): any;
6
- import React from "react";
@@ -1,5 +0,0 @@
1
- export function DisplayProvider({ children }: {
2
- children: any;
3
- }): React.JSX.Element;
4
- export function useDisplay(): any;
5
- import React from "react";
@@ -1,5 +0,0 @@
1
- export function DisplayModeProvider({ children }: {
2
- children: any;
3
- }): React.JSX.Element;
4
- export function useDisplayMode(): any;
5
- import React from "react";
@@ -1,6 +0,0 @@
1
- export function MetaInfoProvider({ children, info }: {
2
- children: any;
3
- info: any;
4
- }): React.JSX.Element;
5
- export function useMetaInfo(): any;
6
- import React from "react";
@@ -1,171 +0,0 @@
1
- export namespace rootStore {
2
- export { sessionStore };
3
- }
4
- export const StoreContext: React.Context<{
5
- sessionStore: {
6
- loading: boolean;
7
- loginStatus: {
8
- status: string;
9
- };
10
- refreshTokenPromise: null;
11
- api: {
12
- setAuthConfig({ baseUrl, clientId, redirectUri }: {
13
- baseUrl: any;
14
- clientId: any;
15
- redirectUri: any;
16
- }): void;
17
- baseUrl: any;
18
- clientId: any;
19
- redirectUri: any;
20
- authorize(credentials: any): Promise<undefined>;
21
- getUserData(authData: any): Promise<{
22
- id: any;
23
- companyId: any;
24
- roleId: any;
25
- username: any;
26
- email: any;
27
- name: any;
28
- permissionsMap: any;
29
- featuresMap: {
30
- [k: string]: {
31
- status: any;
32
- entitlementType: any;
33
- expiresAt: any;
34
- daysSinceExpiry: any;
35
- permissions: any;
36
- } | null;
37
- } | null;
38
- featuresRequestsMap: {} | null;
39
- } | null>;
40
- signOut(token: any): Promise<void>;
41
- };
42
- networkError: any;
43
- setLoading(value: any): void;
44
- setConnectedLoginStatus(): void;
45
- setNotAuthorizedLoginStatus(): void;
46
- setAuthConfig(config: any): void;
47
- setNetworkError(value: any): void;
48
- isLoggedIn(): boolean;
49
- requestHeaders(): {
50
- 'Accept-Language': string;
51
- } | {
52
- Authorization: string;
53
- 'Accept-Language': string;
54
- };
55
- authorize(credentials: any, storeSession?: boolean): Promise<null>;
56
- session: any;
57
- refresh(): Promise<null>;
58
- recover(): Promise<void>;
59
- logout(): Promise<void>;
60
- refreshUserData(): Promise<{
61
- id: any;
62
- companyId: any;
63
- roleId: any;
64
- username: any;
65
- email: any;
66
- name: any;
67
- permissionsMap: any;
68
- featuresMap: {
69
- [k: string]: {
70
- status: any;
71
- entitlementType: any;
72
- expiresAt: any;
73
- daysSinceExpiry: any;
74
- permissions: any;
75
- } | null;
76
- } | null;
77
- featuresRequestsMap: {} | null;
78
- } | null>;
79
- storeSession(): Promise<void>;
80
- restoreSession(): Promise<void>;
81
- removeSession(): void;
82
- setCurrentUser(user: any): void;
83
- removeCurrentUser(): void;
84
- };
85
- }>;
86
- export const StoreProvider: React.FunctionComponent<object>;
87
- export function useStore(): {
88
- sessionStore: {
89
- loading: boolean;
90
- loginStatus: {
91
- status: string;
92
- };
93
- refreshTokenPromise: null;
94
- api: {
95
- setAuthConfig({ baseUrl, clientId, redirectUri }: {
96
- baseUrl: any;
97
- clientId: any;
98
- redirectUri: any;
99
- }): void;
100
- baseUrl: any;
101
- clientId: any;
102
- redirectUri: any;
103
- authorize(credentials: any): Promise<undefined>;
104
- getUserData(authData: any): Promise<{
105
- id: any;
106
- companyId: any;
107
- roleId: any;
108
- username: any;
109
- email: any;
110
- name: any;
111
- permissionsMap: any;
112
- featuresMap: {
113
- [k: string]: {
114
- status: any;
115
- entitlementType: any;
116
- expiresAt: any;
117
- daysSinceExpiry: any;
118
- permissions: any;
119
- } | null;
120
- } | null;
121
- featuresRequestsMap: {} | null;
122
- } | null>;
123
- signOut(token: any): Promise<void>;
124
- };
125
- networkError: any;
126
- setLoading(value: any): void;
127
- setConnectedLoginStatus(): void;
128
- setNotAuthorizedLoginStatus(): void;
129
- setAuthConfig(config: any): void;
130
- setNetworkError(value: any): void;
131
- isLoggedIn(): boolean;
132
- requestHeaders(): {
133
- 'Accept-Language': string;
134
- } | {
135
- Authorization: string;
136
- 'Accept-Language': string;
137
- };
138
- authorize(credentials: any, storeSession?: boolean): Promise<null>;
139
- session: any;
140
- refresh(): Promise<null>;
141
- recover(): Promise<void>;
142
- logout(): Promise<void>;
143
- refreshUserData(): Promise<{
144
- id: any;
145
- companyId: any;
146
- roleId: any;
147
- username: any;
148
- email: any;
149
- name: any;
150
- permissionsMap: any;
151
- featuresMap: {
152
- [k: string]: {
153
- status: any;
154
- entitlementType: any;
155
- expiresAt: any;
156
- daysSinceExpiry: any;
157
- permissions: any;
158
- } | null;
159
- } | null;
160
- featuresRequestsMap: {} | null;
161
- } | null>;
162
- storeSession(): Promise<void>;
163
- restoreSession(): Promise<void>;
164
- removeSession(): void;
165
- setCurrentUser(user: any): void;
166
- removeCurrentUser(): void;
167
- };
168
- };
169
- export default rootStore;
170
- import sessionStore from "../stores/sessionStore";
171
- import React from "react";
@@ -1,10 +0,0 @@
1
- declare const _default: AppStore;
2
- export default _default;
3
- declare class AppStore {
4
- appReady: boolean;
5
- gtmReady: boolean;
6
- sentryReady: boolean;
7
- setAppReady(): void;
8
- setGtmReady(): void;
9
- setSentryReady(): void;
10
- }