@nocios/crudify-components 2.0.61 → 2.0.81

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 (363) hide show
  1. package/.scannerwork/.sonar_lock +0 -0
  2. package/.scannerwork/report-task.txt +6 -0
  3. package/coverage/components/CrudiaAutoGenerate.tsx.html +616 -0
  4. package/coverage/components/CrudiaFileField/CrudiaFileField.tsx.html +1312 -0
  5. package/coverage/components/CrudiaFileField/components/DeleteConfirmationDialog.tsx.html +355 -0
  6. package/coverage/components/CrudiaFileField/components/DropZone.tsx.html +523 -0
  7. package/coverage/components/CrudiaFileField/components/FileItemRow.tsx.html +835 -0
  8. package/coverage/components/CrudiaFileField/components/FileThumbnail.tsx.html +1585 -0
  9. package/coverage/components/CrudiaFileField/components/index.html +176 -0
  10. package/coverage/components/CrudiaFileField/components/index.ts.html +115 -0
  11. package/coverage/components/CrudiaFileField/hooks/index.html +146 -0
  12. package/coverage/components/CrudiaFileField/hooks/index.ts.html +112 -0
  13. package/coverage/components/CrudiaFileField/hooks/useDeleteConfirmation.ts.html +433 -0
  14. package/coverage/components/CrudiaFileField/hooks/useDragDrop.ts.html +409 -0
  15. package/coverage/components/CrudiaFileField/index.html +131 -0
  16. package/coverage/components/CrudiaFileField/index.ts.html +112 -0
  17. package/coverage/components/CrudiaFileField/utils/formatters.ts.html +169 -0
  18. package/coverage/components/CrudiaFileField/utils/icons.tsx.html +253 -0
  19. package/coverage/components/CrudiaFileField/utils/index.html +146 -0
  20. package/coverage/components/CrudiaFileField/utils/index.ts.html +103 -0
  21. package/coverage/components/CrudiaMarkdownField.tsx.html +676 -0
  22. package/coverage/components/CrudifyInitializer.tsx.html +712 -0
  23. package/coverage/components/CrudifyLogin/Forms/CheckCodeForm.tsx.html +640 -0
  24. package/coverage/components/CrudifyLogin/Forms/ForgotPasswordForm.tsx.html +730 -0
  25. package/coverage/components/CrudifyLogin/Forms/LoginForm.tsx.html +892 -0
  26. package/coverage/components/CrudifyLogin/Forms/ResetPasswordForm.tsx.html +1219 -0
  27. package/coverage/components/CrudifyLogin/Forms/components/CodeInput.tsx.html +289 -0
  28. package/coverage/components/CrudifyLogin/Forms/components/FormAlert.tsx.html +202 -0
  29. package/coverage/components/CrudifyLogin/Forms/components/PasswordInput.tsx.html +346 -0
  30. package/coverage/components/CrudifyLogin/Forms/components/index.html +161 -0
  31. package/coverage/components/CrudifyLogin/Forms/components/index.ts.html +106 -0
  32. package/coverage/components/CrudifyLogin/Forms/index.html +176 -0
  33. package/coverage/components/CrudifyLogin/Forms/index.ts.html +145 -0
  34. package/coverage/components/CrudifyLogin/Forms/utils/errorTranslation.ts.html +268 -0
  35. package/coverage/components/CrudifyLogin/Forms/utils/index.html +161 -0
  36. package/coverage/components/CrudifyLogin/Forms/utils/index.ts.html +121 -0
  37. package/coverage/components/CrudifyLogin/Forms/utils/paramUtils.ts.html +496 -0
  38. package/coverage/components/CrudifyLogin/Forms/utils/validation.ts.html +307 -0
  39. package/coverage/components/CrudifyLogin/components/CrudifyInitializer.tsx.html +268 -0
  40. package/coverage/components/CrudifyLogin/components/index.html +116 -0
  41. package/coverage/components/CrudifyLogin/context/CrudifyProvider.tsx.html +409 -0
  42. package/coverage/components/CrudifyLogin/context/I18nProvider.tsx.html +430 -0
  43. package/coverage/components/CrudifyLogin/context/LoginStateProvider.tsx.html +1261 -0
  44. package/coverage/components/CrudifyLogin/context/index.html +161 -0
  45. package/coverage/components/CrudifyLogin/context/index.ts.html +91 -0
  46. package/coverage/components/CrudifyLogin/hooks/index.html +131 -0
  47. package/coverage/components/CrudifyLogin/hooks/useCrudifyLogin.ts.html +463 -0
  48. package/coverage/components/CrudifyLogin/hooks/useTranslationsFromUrl.ts.html +391 -0
  49. package/coverage/components/CrudifyLogin/index.html +116 -0
  50. package/coverage/components/CrudifyLogin/index.tsx.html +466 -0
  51. package/coverage/components/CrudifyLogin/utils/index.html +116 -0
  52. package/coverage/components/CrudifyLogin/utils/secureStorage.ts.html +859 -0
  53. package/coverage/components/GlobalNotificationProvider.tsx.html +844 -0
  54. package/coverage/components/LoginComponent.tsx.html +676 -0
  55. package/coverage/components/PasswordRequirements/index.html +116 -0
  56. package/coverage/components/PasswordRequirements/index.tsx.html +232 -0
  57. package/coverage/components/PublicPolicies/FieldSelector/FieldSelector.tsx.html +1078 -0
  58. package/coverage/components/PublicPolicies/FieldSelector/index.html +131 -0
  59. package/coverage/components/PublicPolicies/FieldSelector/index.ts.html +88 -0
  60. package/coverage/components/PublicPolicies/Policies.tsx.html +625 -0
  61. package/coverage/components/PublicPolicies/PolicyItem/PolicyItem.tsx.html +886 -0
  62. package/coverage/components/PublicPolicies/PolicyItem/index.html +131 -0
  63. package/coverage/components/PublicPolicies/PolicyItem/index.ts.html +88 -0
  64. package/coverage/components/PublicPolicies/constants.ts.html +106 -0
  65. package/coverage/components/PublicPolicies/index.html +146 -0
  66. package/coverage/components/PublicPolicies/index.ts.html +88 -0
  67. package/coverage/components/Routing/AuthRoute.tsx.html +382 -0
  68. package/coverage/components/Routing/GuestRoute.tsx.html +352 -0
  69. package/coverage/components/Routing/ProtectedRoute.tsx.html +316 -0
  70. package/coverage/components/Routing/index.html +161 -0
  71. package/coverage/components/Routing/index.ts.html +109 -0
  72. package/coverage/components/SessionLoadingScreen/index.html +116 -0
  73. package/coverage/components/SessionLoadingScreen/index.tsx.html +379 -0
  74. package/coverage/components/SessionTimeIndicator/index.html +116 -0
  75. package/coverage/components/SessionTimeIndicator/index.tsx.html +523 -0
  76. package/coverage/components/UserProfile/UserProfileDisplay.tsx.html +931 -0
  77. package/coverage/components/UserProfile/index.html +131 -0
  78. package/coverage/components/UserProfile/index.ts.html +88 -0
  79. package/coverage/components/index.html +191 -0
  80. package/coverage/components/index.ts.html +178 -0
  81. package/coverage/core/CrossTabSyncManager.ts.html +853 -0
  82. package/coverage/core/CrudifyInitializationManager.ts.html +1279 -0
  83. package/coverage/core/SessionManager.ts.html +3064 -0
  84. package/coverage/core/index.html +146 -0
  85. package/coverage/coverage-final.json +74 -77
  86. package/coverage/hooks/index.html +191 -0
  87. package/coverage/hooks/index.ts.html +136 -0
  88. package/coverage/hooks/useAuth.ts.html +529 -0
  89. package/coverage/hooks/useAutoGenerate.ts.html +571 -0
  90. package/coverage/hooks/useCrudifyWithNotifications/constants.ts.html +247 -0
  91. package/coverage/hooks/useCrudifyWithNotifications/hooks/index.html +116 -0
  92. package/coverage/hooks/useCrudifyWithNotifications/hooks/useCrudOperations.ts.html +820 -0
  93. package/coverage/hooks/useCrudifyWithNotifications/index.html +146 -0
  94. package/coverage/hooks/useCrudifyWithNotifications/index.ts.html +118 -0
  95. package/coverage/hooks/useCrudifyWithNotifications/useCrudifyWithNotifications.ts.html +565 -0
  96. package/coverage/hooks/useCrudifyWithNotifications/utils/errorMessageResolver.ts.html +847 -0
  97. package/coverage/hooks/useCrudifyWithNotifications/utils/index.html +146 -0
  98. package/coverage/hooks/useCrudifyWithNotifications/utils/notificationFilters.ts.html +313 -0
  99. package/coverage/hooks/useCrudifyWithNotifications/utils/successMessageResolver.ts.html +265 -0
  100. package/coverage/hooks/useData.ts.html +829 -0
  101. package/coverage/hooks/useFileUpload/index.html +131 -0
  102. package/coverage/hooks/useFileUpload/index.ts.html +112 -0
  103. package/coverage/hooks/useFileUpload/services/index.html +131 -0
  104. package/coverage/hooks/useFileUpload/services/index.ts.html +106 -0
  105. package/coverage/hooks/useFileUpload/services/uploadService.ts.html +610 -0
  106. package/coverage/hooks/useFileUpload/useFileUpload.ts.html +2092 -0
  107. package/coverage/hooks/useFileUpload/utils/fileUtils.ts.html +271 -0
  108. package/coverage/hooks/useFileUpload/utils/index.html +161 -0
  109. package/coverage/hooks/useFileUpload/utils/index.ts.html +109 -0
  110. package/coverage/hooks/useFileUpload/utils/mimeTypes.ts.html +235 -0
  111. package/coverage/hooks/useFileUpload/utils/validation.ts.html +403 -0
  112. package/coverage/hooks/useSession/constants.ts.html +217 -0
  113. package/coverage/hooks/useSession/hooks/index.html +176 -0
  114. package/coverage/hooks/useSession/hooks/useAuthEventSubscriber.ts.html +331 -0
  115. package/coverage/hooks/useSession/hooks/useCrossTabSync.ts.html +535 -0
  116. package/coverage/hooks/useSession/hooks/useSessionActions.ts.html +664 -0
  117. package/coverage/hooks/useSession/hooks/useSessionState.ts.html +295 -0
  118. package/coverage/hooks/useSession/hooks/useTokenRefreshScheduler.ts.html +535 -0
  119. package/coverage/hooks/useSession/index.html +161 -0
  120. package/coverage/hooks/useSession/index.ts.html +127 -0
  121. package/coverage/hooks/useSession/types.ts.html +427 -0
  122. package/coverage/hooks/useSession/useSession.ts.html +526 -0
  123. package/coverage/hooks/useSession/utils/index.html +131 -0
  124. package/coverage/hooks/useSession/utils/initializeSession.ts.html +424 -0
  125. package/coverage/hooks/useSession/utils/tokenUtils.ts.html +298 -0
  126. package/coverage/hooks/useUserData.ts.html +1210 -0
  127. package/coverage/hooks/useUserProfile.ts.html +820 -0
  128. package/coverage/index.html +205 -235
  129. package/coverage/lcov-report/components/CrudiaAutoGenerate.tsx.html +616 -0
  130. package/coverage/lcov-report/components/CrudiaFileField/CrudiaFileField.tsx.html +1312 -0
  131. package/coverage/lcov-report/components/CrudiaFileField/components/DeleteConfirmationDialog.tsx.html +355 -0
  132. package/coverage/lcov-report/components/CrudiaFileField/components/DropZone.tsx.html +523 -0
  133. package/coverage/lcov-report/components/CrudiaFileField/components/FileItemRow.tsx.html +835 -0
  134. package/coverage/lcov-report/components/CrudiaFileField/components/FileThumbnail.tsx.html +1585 -0
  135. package/coverage/lcov-report/components/CrudiaFileField/components/index.html +176 -0
  136. package/coverage/lcov-report/components/CrudiaFileField/components/index.ts.html +115 -0
  137. package/coverage/lcov-report/components/CrudiaFileField/hooks/index.html +146 -0
  138. package/coverage/lcov-report/components/CrudiaFileField/hooks/index.ts.html +112 -0
  139. package/coverage/lcov-report/components/CrudiaFileField/hooks/useDeleteConfirmation.ts.html +433 -0
  140. package/coverage/lcov-report/components/CrudiaFileField/hooks/useDragDrop.ts.html +409 -0
  141. package/coverage/lcov-report/components/CrudiaFileField/index.html +131 -0
  142. package/coverage/lcov-report/components/CrudiaFileField/index.ts.html +112 -0
  143. package/coverage/lcov-report/components/CrudiaFileField/utils/formatters.ts.html +169 -0
  144. package/coverage/lcov-report/components/CrudiaFileField/utils/icons.tsx.html +253 -0
  145. package/coverage/lcov-report/components/CrudiaFileField/utils/index.html +146 -0
  146. package/coverage/lcov-report/components/CrudiaFileField/utils/index.ts.html +103 -0
  147. package/coverage/lcov-report/components/CrudiaMarkdownField.tsx.html +676 -0
  148. package/coverage/lcov-report/components/CrudifyInitializer.tsx.html +712 -0
  149. package/coverage/lcov-report/components/CrudifyLogin/Forms/CheckCodeForm.tsx.html +640 -0
  150. package/coverage/lcov-report/components/CrudifyLogin/Forms/ForgotPasswordForm.tsx.html +730 -0
  151. package/coverage/lcov-report/components/CrudifyLogin/Forms/LoginForm.tsx.html +892 -0
  152. package/coverage/lcov-report/components/CrudifyLogin/Forms/ResetPasswordForm.tsx.html +1219 -0
  153. package/coverage/lcov-report/components/CrudifyLogin/Forms/components/CodeInput.tsx.html +289 -0
  154. package/coverage/lcov-report/components/CrudifyLogin/Forms/components/FormAlert.tsx.html +202 -0
  155. package/coverage/lcov-report/components/CrudifyLogin/Forms/components/PasswordInput.tsx.html +346 -0
  156. package/coverage/lcov-report/components/CrudifyLogin/Forms/components/index.html +161 -0
  157. package/coverage/lcov-report/components/CrudifyLogin/Forms/components/index.ts.html +106 -0
  158. package/coverage/lcov-report/components/CrudifyLogin/Forms/index.html +176 -0
  159. package/coverage/lcov-report/components/CrudifyLogin/Forms/index.ts.html +145 -0
  160. package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/errorTranslation.ts.html +268 -0
  161. package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/index.html +161 -0
  162. package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/index.ts.html +121 -0
  163. package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/paramUtils.ts.html +496 -0
  164. package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/validation.ts.html +307 -0
  165. package/coverage/lcov-report/components/CrudifyLogin/components/CrudifyInitializer.tsx.html +268 -0
  166. package/coverage/lcov-report/components/CrudifyLogin/components/index.html +116 -0
  167. package/coverage/lcov-report/components/CrudifyLogin/context/CrudifyProvider.tsx.html +409 -0
  168. package/coverage/lcov-report/components/CrudifyLogin/context/I18nProvider.tsx.html +430 -0
  169. package/coverage/lcov-report/components/CrudifyLogin/context/LoginStateProvider.tsx.html +1261 -0
  170. package/coverage/lcov-report/components/CrudifyLogin/context/index.html +161 -0
  171. package/coverage/lcov-report/components/CrudifyLogin/context/index.ts.html +91 -0
  172. package/coverage/lcov-report/components/CrudifyLogin/hooks/index.html +131 -0
  173. package/coverage/lcov-report/components/CrudifyLogin/hooks/useCrudifyLogin.ts.html +463 -0
  174. package/coverage/lcov-report/components/CrudifyLogin/hooks/useTranslationsFromUrl.ts.html +391 -0
  175. package/coverage/lcov-report/components/CrudifyLogin/index.html +116 -0
  176. package/coverage/lcov-report/components/CrudifyLogin/index.tsx.html +466 -0
  177. package/coverage/lcov-report/components/CrudifyLogin/utils/index.html +116 -0
  178. package/coverage/lcov-report/components/CrudifyLogin/utils/secureStorage.ts.html +859 -0
  179. package/coverage/lcov-report/components/GlobalNotificationProvider.tsx.html +844 -0
  180. package/coverage/lcov-report/components/LoginComponent.tsx.html +676 -0
  181. package/coverage/lcov-report/components/PasswordRequirements/index.html +116 -0
  182. package/coverage/lcov-report/components/PasswordRequirements/index.tsx.html +232 -0
  183. package/coverage/lcov-report/components/PublicPolicies/FieldSelector/FieldSelector.tsx.html +1078 -0
  184. package/coverage/lcov-report/components/PublicPolicies/FieldSelector/index.html +131 -0
  185. package/coverage/lcov-report/components/PublicPolicies/FieldSelector/index.ts.html +88 -0
  186. package/coverage/lcov-report/components/PublicPolicies/Policies.tsx.html +625 -0
  187. package/coverage/lcov-report/components/PublicPolicies/PolicyItem/PolicyItem.tsx.html +886 -0
  188. package/coverage/lcov-report/components/PublicPolicies/PolicyItem/index.html +131 -0
  189. package/coverage/lcov-report/components/PublicPolicies/PolicyItem/index.ts.html +88 -0
  190. package/coverage/lcov-report/components/PublicPolicies/constants.ts.html +106 -0
  191. package/coverage/lcov-report/components/PublicPolicies/index.html +146 -0
  192. package/coverage/lcov-report/components/PublicPolicies/index.ts.html +88 -0
  193. package/coverage/lcov-report/components/Routing/AuthRoute.tsx.html +382 -0
  194. package/coverage/lcov-report/components/Routing/GuestRoute.tsx.html +352 -0
  195. package/coverage/lcov-report/components/Routing/ProtectedRoute.tsx.html +316 -0
  196. package/coverage/lcov-report/components/Routing/index.html +161 -0
  197. package/coverage/lcov-report/components/Routing/index.ts.html +109 -0
  198. package/coverage/lcov-report/components/SessionLoadingScreen/index.html +116 -0
  199. package/coverage/lcov-report/components/SessionLoadingScreen/index.tsx.html +379 -0
  200. package/coverage/lcov-report/components/SessionTimeIndicator/index.html +116 -0
  201. package/coverage/lcov-report/components/SessionTimeIndicator/index.tsx.html +523 -0
  202. package/coverage/lcov-report/components/UserProfile/UserProfileDisplay.tsx.html +931 -0
  203. package/coverage/lcov-report/components/UserProfile/index.html +131 -0
  204. package/coverage/lcov-report/components/UserProfile/index.ts.html +88 -0
  205. package/coverage/lcov-report/components/index.html +191 -0
  206. package/coverage/lcov-report/components/index.ts.html +178 -0
  207. package/coverage/lcov-report/core/CrossTabSyncManager.ts.html +853 -0
  208. package/coverage/lcov-report/core/CrudifyInitializationManager.ts.html +1279 -0
  209. package/coverage/lcov-report/core/SessionManager.ts.html +3064 -0
  210. package/coverage/lcov-report/core/index.html +146 -0
  211. package/coverage/lcov-report/hooks/index.html +191 -0
  212. package/coverage/lcov-report/hooks/index.ts.html +136 -0
  213. package/coverage/lcov-report/hooks/useAuth.ts.html +529 -0
  214. package/coverage/lcov-report/hooks/useAutoGenerate.ts.html +571 -0
  215. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/constants.ts.html +247 -0
  216. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/hooks/index.html +116 -0
  217. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/hooks/useCrudOperations.ts.html +820 -0
  218. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/index.html +146 -0
  219. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/index.ts.html +118 -0
  220. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/useCrudifyWithNotifications.ts.html +565 -0
  221. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/utils/errorMessageResolver.ts.html +847 -0
  222. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/utils/index.html +146 -0
  223. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/utils/notificationFilters.ts.html +313 -0
  224. package/coverage/lcov-report/hooks/useCrudifyWithNotifications/utils/successMessageResolver.ts.html +265 -0
  225. package/coverage/lcov-report/hooks/useData.ts.html +829 -0
  226. package/coverage/lcov-report/hooks/useFileUpload/index.html +131 -0
  227. package/coverage/lcov-report/hooks/useFileUpload/index.ts.html +112 -0
  228. package/coverage/lcov-report/hooks/useFileUpload/services/index.html +131 -0
  229. package/coverage/lcov-report/hooks/useFileUpload/services/index.ts.html +106 -0
  230. package/coverage/lcov-report/hooks/useFileUpload/services/uploadService.ts.html +610 -0
  231. package/coverage/lcov-report/hooks/useFileUpload/useFileUpload.ts.html +2092 -0
  232. package/coverage/lcov-report/hooks/useFileUpload/utils/fileUtils.ts.html +271 -0
  233. package/coverage/lcov-report/hooks/useFileUpload/utils/index.html +161 -0
  234. package/coverage/lcov-report/hooks/useFileUpload/utils/index.ts.html +109 -0
  235. package/coverage/lcov-report/hooks/useFileUpload/utils/mimeTypes.ts.html +235 -0
  236. package/coverage/lcov-report/hooks/useFileUpload/utils/validation.ts.html +403 -0
  237. package/coverage/lcov-report/hooks/useSession/constants.ts.html +217 -0
  238. package/coverage/lcov-report/hooks/useSession/hooks/index.html +176 -0
  239. package/coverage/lcov-report/hooks/useSession/hooks/useAuthEventSubscriber.ts.html +331 -0
  240. package/coverage/lcov-report/hooks/useSession/hooks/useCrossTabSync.ts.html +535 -0
  241. package/coverage/lcov-report/hooks/useSession/hooks/useSessionActions.ts.html +664 -0
  242. package/coverage/lcov-report/hooks/useSession/hooks/useSessionState.ts.html +295 -0
  243. package/coverage/lcov-report/hooks/useSession/hooks/useTokenRefreshScheduler.ts.html +535 -0
  244. package/coverage/lcov-report/hooks/useSession/index.html +161 -0
  245. package/coverage/lcov-report/hooks/useSession/index.ts.html +127 -0
  246. package/coverage/lcov-report/hooks/useSession/types.ts.html +427 -0
  247. package/coverage/lcov-report/hooks/useSession/useSession.ts.html +526 -0
  248. package/coverage/lcov-report/hooks/useSession/utils/index.html +131 -0
  249. package/coverage/lcov-report/hooks/useSession/utils/initializeSession.ts.html +424 -0
  250. package/coverage/lcov-report/hooks/useSession/utils/tokenUtils.ts.html +298 -0
  251. package/coverage/lcov-report/hooks/useUserData.ts.html +1210 -0
  252. package/coverage/lcov-report/hooks/useUserProfile.ts.html +820 -0
  253. package/coverage/lcov-report/index.html +205 -235
  254. package/coverage/lcov-report/providers/CrudifyThemeProvider.tsx.html +316 -0
  255. package/coverage/lcov-report/providers/SessionProvider.tsx.html +1120 -0
  256. package/coverage/lcov-report/providers/TranslationsProvider.tsx.html +1756 -0
  257. package/coverage/lcov-report/providers/index.html +146 -0
  258. package/coverage/lcov-report/services/credentialsEventBus.ts.html +319 -0
  259. package/coverage/lcov-report/services/crudifyAdminWrapper.ts.html +754 -0
  260. package/coverage/lcov-report/services/index.html +146 -0
  261. package/coverage/lcov-report/services/translationService.ts.html +1558 -0
  262. package/coverage/lcov-report/translations/critical.ts.html +1216 -0
  263. package/coverage/lcov-report/translations/index.html +116 -0
  264. package/coverage/lcov-report/types/index.html +116 -0
  265. package/coverage/lcov-report/types/password.ts.html +178 -0
  266. package/coverage/lcov-report/utils/authErrorDetector.ts.html +793 -0
  267. package/coverage/lcov-report/utils/authEventBus.ts.html +454 -0
  268. package/coverage/lcov-report/utils/configResolver.ts.html +460 -0
  269. package/coverage/lcov-report/utils/cookieSync.ts.html +595 -0
  270. package/coverage/lcov-report/utils/errorHandler.ts.html +1480 -0
  271. package/coverage/lcov-report/utils/errorTranslation.ts.html +868 -0
  272. package/coverage/lcov-report/utils/index.html +341 -0
  273. package/coverage/lcov-report/utils/index.ts.html +193 -0
  274. package/coverage/lcov-report/utils/jwtUtils.ts.html +325 -0
  275. package/coverage/lcov-report/utils/logger.ts.html +952 -0
  276. package/coverage/lcov-report/utils/navigationTracker.ts.html +562 -0
  277. package/coverage/lcov-report/utils/passwordValidation.ts.html +259 -0
  278. package/coverage/lcov-report/utils/preAuthCheck.ts.html +442 -0
  279. package/coverage/lcov-report/utils/redirectSecurity.ts.html +733 -0
  280. package/coverage/lcov-report/utils/tenantConfig.ts.html +712 -0
  281. package/coverage/lcov-report/utils/tokenStorage.ts.html +1825 -0
  282. package/coverage/lcov-report/utils/webCrypto.ts.html +490 -0
  283. package/coverage/lcov.info +14988 -14009
  284. package/coverage/providers/CrudifyThemeProvider.tsx.html +316 -0
  285. package/coverage/providers/SessionProvider.tsx.html +1120 -0
  286. package/coverage/providers/TranslationsProvider.tsx.html +1756 -0
  287. package/coverage/providers/index.html +146 -0
  288. package/coverage/services/credentialsEventBus.ts.html +319 -0
  289. package/coverage/services/crudifyAdminWrapper.ts.html +754 -0
  290. package/coverage/services/index.html +146 -0
  291. package/coverage/services/translationService.ts.html +1558 -0
  292. package/coverage/translations/critical.ts.html +1216 -0
  293. package/coverage/translations/index.html +116 -0
  294. package/coverage/types/index.html +116 -0
  295. package/coverage/types/password.ts.html +178 -0
  296. package/coverage/utils/authErrorDetector.ts.html +793 -0
  297. package/coverage/utils/authEventBus.ts.html +454 -0
  298. package/coverage/utils/configResolver.ts.html +460 -0
  299. package/coverage/utils/cookieSync.ts.html +595 -0
  300. package/coverage/utils/errorHandler.ts.html +1480 -0
  301. package/coverage/utils/errorTranslation.ts.html +868 -0
  302. package/coverage/utils/index.html +341 -0
  303. package/coverage/utils/index.ts.html +193 -0
  304. package/coverage/utils/jwtUtils.ts.html +325 -0
  305. package/coverage/utils/logger.ts.html +952 -0
  306. package/coverage/utils/navigationTracker.ts.html +562 -0
  307. package/coverage/utils/passwordValidation.ts.html +259 -0
  308. package/coverage/utils/preAuthCheck.ts.html +442 -0
  309. package/coverage/utils/redirectSecurity.ts.html +733 -0
  310. package/coverage/utils/tenantConfig.ts.html +712 -0
  311. package/coverage/utils/tokenStorage.ts.html +1825 -0
  312. package/coverage/utils/webCrypto.ts.html +490 -0
  313. package/dist/{CrudiaMarkdownField-CkiBwG-U.d.ts → CrudiaMarkdownField-DM6NR8zw.d.mts} +22 -22
  314. package/dist/{CrudiaMarkdownField-D-DqiXMQ.d.mts → CrudiaMarkdownField-UJaiSq9_.d.ts} +22 -22
  315. package/dist/{GlobalNotificationProvider-CdwdNv_8.d.mts → GlobalNotificationProvider-Cx540WKg.d.mts} +15 -15
  316. package/dist/{GlobalNotificationProvider-CdwdNv_8.d.ts → GlobalNotificationProvider-Cx540WKg.d.ts} +15 -15
  317. package/dist/chunk-2DXLCBOT.mjs +1 -0
  318. package/dist/chunk-DYRZIARH.js +1 -0
  319. package/dist/chunk-GCSJXEGT.mjs +1 -0
  320. package/dist/chunk-GJUZD5ZN.js +1 -0
  321. package/dist/chunk-K47I475N.js +1 -0
  322. package/dist/chunk-OCYZGEM5.mjs +1 -0
  323. package/dist/chunk-PI7HPRDB.js +1 -0
  324. package/dist/chunk-QVEUGJBY.mjs +1 -0
  325. package/dist/chunk-UROR7G7N.mjs +1 -0
  326. package/dist/chunk-XFT47DEL.js +1 -0
  327. package/dist/components.d.mts +8 -8
  328. package/dist/components.d.ts +8 -8
  329. package/dist/components.js +1 -1
  330. package/dist/components.mjs +1 -1
  331. package/dist/{errorTranslation-CF-5JClP.d.ts → errorTranslation-BEWwDbCH.d.ts} +1 -1
  332. package/dist/{errorTranslation-BcX8AaK7.d.mts → errorTranslation-DsGZon0M.d.mts} +1 -1
  333. package/dist/hooks.d.mts +3 -3
  334. package/dist/hooks.d.ts +3 -3
  335. package/dist/hooks.js +1 -1
  336. package/dist/hooks.mjs +1 -1
  337. package/dist/{index-DEDnmsdO.d.ts → index-Dnmttf62.d.ts} +131 -114
  338. package/dist/{index-D06kTP0C.d.mts → index-ZcF6nJt4.d.mts} +131 -114
  339. package/dist/index.d.mts +153 -106
  340. package/dist/index.d.ts +153 -106
  341. package/dist/index.js +2 -2
  342. package/dist/index.mjs +2 -2
  343. package/dist/{tenantConfig-CYnS9TPV.d.mts → tenantConfig-DxpfrAof.d.mts} +1 -1
  344. package/dist/{tenantConfig-CYnS9TPV.d.ts → tenantConfig-DxpfrAof.d.ts} +1 -1
  345. package/dist/utils.d.mts +25 -25
  346. package/dist/utils.d.ts +25 -25
  347. package/dist/utils.js +1 -1
  348. package/dist/utils.mjs +1 -1
  349. package/eslint.config.mjs +2 -2
  350. package/package.json +1 -1
  351. package/tests/helpers/mockFactories.ts +218 -0
  352. package/tests/helpers/testUtils.tsx +66 -1
  353. package/vitest.config.ts +1 -0
  354. package/dist/chunk-2WAUZ6KI.js +0 -1
  355. package/dist/chunk-3IGZNZCT.mjs +0 -1
  356. package/dist/chunk-43L2PP77.mjs +0 -1
  357. package/dist/chunk-6VS5OT3A.mjs +0 -1
  358. package/dist/chunk-BWJTTMKS.js +0 -1
  359. package/dist/chunk-EMPPCCVU.js +0 -1
  360. package/dist/chunk-J43UPGBE.js +0 -1
  361. package/dist/chunk-K6ZRXOJ7.mjs +0 -1
  362. package/dist/chunk-RYQQZTEP.js +0 -1
  363. package/dist/chunk-VTMSOK4V.mjs +0 -1
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">73.17% </span>
26
+ <span class="strong">88.22% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>13453/18384</span>
28
+ <span class='fraction'>16461/18657</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">84.69% </span>
33
+ <span class="strong">86.18% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>1788/2111</span>
35
+ <span class='fraction'>2315/2686</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">83.94% </span>
40
+ <span class="strong">88.97% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>345/411</span>
42
+ <span class='fraction'>436/490</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">73.17% </span>
47
+ <span class="strong">88.22% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>13453/18384</span>
49
+ <span class='fraction'>16461/18657</span>
50
50
  </div>
51
51
 
52
52
 
@@ -61,7 +61,7 @@
61
61
  </div>
62
62
  </template>
63
63
  </div>
64
- <div class='status-line medium'></div>
64
+ <div class='status-line high'></div>
65
65
  <div class="pad1">
66
66
  <table class="coverage-summary">
67
67
  <thead>
@@ -79,67 +79,52 @@
79
79
  </tr>
80
80
  </thead>
81
81
  <tbody><tr>
82
- <td class="file low" data-value="src"><a href="src/index.html">src</a></td>
83
- <td data-value="0" class="pic low">
84
- <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
85
- </td>
86
- <td data-value="0" class="pct low">0%</td>
87
- <td data-value="304" class="abs low">0/304</td>
88
- <td data-value="0" class="pct low">0%</td>
89
- <td data-value="1" class="abs low">0/1</td>
90
- <td data-value="0" class="pct low">0%</td>
91
- <td data-value="1" class="abs low">0/1</td>
92
- <td data-value="0" class="pct low">0%</td>
93
- <td data-value="304" class="abs low">0/304</td>
94
- </tr>
95
-
96
- <tr>
97
- <td class="file high" data-value="src/components"><a href="src/components/index.html">src/components</a></td>
98
- <td data-value="96.72" class="pic high">
82
+ <td class="file high" data-value="components"><a href="components/index.html">components</a></td>
83
+ <td data-value="96.71" class="pic high">
99
84
  <div class="chart"><div class="cover-fill" style="width: 96%"></div><div class="cover-empty" style="width: 4%"></div></div>
100
85
  </td>
101
- <td data-value="96.72" class="pct high">96.72%</td>
102
- <td data-value="1037" class="abs high">1003/1037</td>
103
- <td data-value="93.23" class="pct high">93.23%</td>
104
- <td data-value="133" class="abs high">124/133</td>
105
- <td data-value="91.3" class="pct high">91.3%</td>
106
- <td data-value="23" class="abs high">21/23</td>
107
- <td data-value="96.72" class="pct high">96.72%</td>
108
- <td data-value="1037" class="abs high">1003/1037</td>
86
+ <td data-value="96.71" class="pct high">96.71%</td>
87
+ <td data-value="1064" class="abs high">1029/1064</td>
88
+ <td data-value="92.53" class="pct high">92.53%</td>
89
+ <td data-value="134" class="abs high">124/134</td>
90
+ <td data-value="88" class="pct high">88%</td>
91
+ <td data-value="25" class="abs high">22/25</td>
92
+ <td data-value="96.71" class="pct high">96.71%</td>
93
+ <td data-value="1064" class="abs high">1029/1064</td>
109
94
  </tr>
110
95
 
111
96
  <tr>
112
- <td class="file high" data-value="src/components/CrudiaFileField"><a href="src/components/CrudiaFileField/index.html">src/components/CrudiaFileField</a></td>
113
- <td data-value="97.83" class="pic high">
97
+ <td class="file high" data-value="components/CrudiaFileField"><a href="components/CrudiaFileField/index.html">components/CrudiaFileField</a></td>
98
+ <td data-value="97.36" class="pic high">
114
99
  <div class="chart"><div class="cover-fill" style="width: 97%"></div><div class="cover-empty" style="width: 3%"></div></div>
115
100
  </td>
116
- <td data-value="97.83" class="pct high">97.83%</td>
117
- <td data-value="416" class="abs high">407/416</td>
101
+ <td data-value="97.36" class="pct high">97.36%</td>
102
+ <td data-value="418" class="abs high">407/418</td>
118
103
  <td data-value="87.75" class="pct high">87.75%</td>
119
104
  <td data-value="49" class="abs high">43/49</td>
120
- <td data-value="100" class="pct high">100%</td>
121
- <td data-value="3" class="abs high">3/3</td>
122
- <td data-value="97.83" class="pct high">97.83%</td>
123
- <td data-value="416" class="abs high">407/416</td>
105
+ <td data-value="80" class="pct high">80%</td>
106
+ <td data-value="5" class="abs high">4/5</td>
107
+ <td data-value="97.36" class="pct high">97.36%</td>
108
+ <td data-value="418" class="abs high">407/418</td>
124
109
  </tr>
125
110
 
126
111
  <tr>
127
- <td class="file low" data-value="src/components/CrudiaFileField/components"><a href="src/components/CrudiaFileField/components/index.html">src/components/CrudiaFileField/components</a></td>
128
- <td data-value="48.02" class="pic low">
129
- <div class="chart"><div class="cover-fill" style="width: 48%"></div><div class="cover-empty" style="width: 52%"></div></div>
112
+ <td class="file high" data-value="components/CrudiaFileField/components"><a href="components/CrudiaFileField/components/index.html">components/CrudiaFileField/components</a></td>
113
+ <td data-value="91.36" class="pic high">
114
+ <div class="chart"><div class="cover-fill" style="width: 91%"></div><div class="cover-empty" style="width: 9%"></div></div>
130
115
  </td>
131
- <td data-value="48.02" class="pct low">48.02%</td>
132
- <td data-value="887" class="abs low">426/887</td>
133
- <td data-value="68.75" class="pct medium">68.75%</td>
134
- <td data-value="64" class="abs medium">44/64</td>
135
- <td data-value="53.84" class="pct medium">53.84%</td>
136
- <td data-value="13" class="abs medium">7/13</td>
137
- <td data-value="48.02" class="pct low">48.02%</td>
138
- <td data-value="887" class="abs low">426/887</td>
116
+ <td data-value="91.36" class="pct high">91.36%</td>
117
+ <td data-value="996" class="abs high">910/996</td>
118
+ <td data-value="80.85" class="pct high">80.85%</td>
119
+ <td data-value="141" class="abs high">114/141</td>
120
+ <td data-value="92" class="pct high">92%</td>
121
+ <td data-value="25" class="abs high">23/25</td>
122
+ <td data-value="91.36" class="pct high">91.36%</td>
123
+ <td data-value="996" class="abs high">910/996</td>
139
124
  </tr>
140
125
 
141
126
  <tr>
142
- <td class="file high" data-value="src/components/CrudiaFileField/hooks"><a href="src/components/CrudiaFileField/hooks/index.html">src/components/CrudiaFileField/hooks</a></td>
127
+ <td class="file high" data-value="components/CrudiaFileField/hooks"><a href="components/CrudiaFileField/hooks/index.html">components/CrudiaFileField/hooks</a></td>
143
128
  <td data-value="100" class="pic high">
144
129
  <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
145
130
  </td>
@@ -154,7 +139,7 @@
154
139
  </tr>
155
140
 
156
141
  <tr>
157
- <td class="file high" data-value="src/components/CrudiaFileField/utils"><a href="src/components/CrudiaFileField/utils/index.html">src/components/CrudiaFileField/utils</a></td>
142
+ <td class="file high" data-value="components/CrudiaFileField/utils"><a href="components/CrudiaFileField/utils/index.html">components/CrudiaFileField/utils</a></td>
158
143
  <td data-value="100" class="pic high">
159
144
  <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
160
145
  </td>
@@ -169,22 +154,22 @@
169
154
  </tr>
170
155
 
171
156
  <tr>
172
- <td class="file low" data-value="src/components/CrudifyLogin"><a href="src/components/CrudifyLogin/index.html">src/components/CrudifyLogin</a></td>
173
- <td data-value="16.15" class="pic low">
157
+ <td class="file low" data-value="components/CrudifyLogin"><a href="components/CrudifyLogin/index.html">components/CrudifyLogin</a></td>
158
+ <td data-value="16.53" class="pic low">
174
159
  <div class="chart"><div class="cover-fill" style="width: 16%"></div><div class="cover-empty" style="width: 84%"></div></div>
175
160
  </td>
176
- <td data-value="16.15" class="pct low">16.15%</td>
177
- <td data-value="130" class="abs low">21/130</td>
161
+ <td data-value="16.53" class="pct low">16.53%</td>
162
+ <td data-value="127" class="abs low">21/127</td>
178
163
  <td data-value="100" class="pct high">100%</td>
179
164
  <td data-value="0" class="abs high">0/0</td>
180
165
  <td data-value="0" class="pct low">0%</td>
181
166
  <td data-value="2" class="abs low">0/2</td>
182
- <td data-value="16.15" class="pct low">16.15%</td>
183
- <td data-value="130" class="abs low">21/130</td>
167
+ <td data-value="16.53" class="pct low">16.53%</td>
168
+ <td data-value="127" class="abs low">21/127</td>
184
169
  </tr>
185
170
 
186
171
  <tr>
187
- <td class="file high" data-value="src/components/CrudifyLogin/Forms"><a href="src/components/CrudifyLogin/Forms/index.html">src/components/CrudifyLogin/Forms</a></td>
172
+ <td class="file high" data-value="components/CrudifyLogin/Forms"><a href="components/CrudifyLogin/Forms/index.html">components/CrudifyLogin/Forms</a></td>
188
173
  <td data-value="91.65" class="pic high">
189
174
  <div class="chart"><div class="cover-fill" style="width: 91%"></div><div class="cover-empty" style="width: 9%"></div></div>
190
175
  </td>
@@ -199,22 +184,22 @@
199
184
  </tr>
200
185
 
201
186
  <tr>
202
- <td class="file high" data-value="src/components/CrudifyLogin/Forms/components"><a href="src/components/CrudifyLogin/Forms/components/index.html">src/components/CrudifyLogin/Forms/components</a></td>
203
- <td data-value="81.21" class="pic high">
204
- <div class="chart"><div class="cover-fill" style="width: 81%"></div><div class="cover-empty" style="width: 19%"></div></div>
187
+ <td class="file high" data-value="components/CrudifyLogin/Forms/components"><a href="components/CrudifyLogin/Forms/components/index.html">components/CrudifyLogin/Forms/components</a></td>
188
+ <td data-value="80.59" class="pic high">
189
+ <div class="chart"><div class="cover-fill" style="width: 80%"></div><div class="cover-empty" style="width: 20%"></div></div>
205
190
  </td>
206
- <td data-value="81.21" class="pct high">81.21%</td>
207
- <td data-value="197" class="abs high">160/197</td>
191
+ <td data-value="80.59" class="pct high">80.59%</td>
192
+ <td data-value="201" class="abs high">162/201</td>
208
193
  <td data-value="100" class="pct high">100%</td>
209
194
  <td data-value="13" class="abs high">13/13</td>
210
195
  <td data-value="75" class="pct medium">75%</td>
211
196
  <td data-value="4" class="abs medium">3/4</td>
212
- <td data-value="81.21" class="pct high">81.21%</td>
213
- <td data-value="197" class="abs high">160/197</td>
197
+ <td data-value="80.59" class="pct high">80.59%</td>
198
+ <td data-value="201" class="abs high">162/201</td>
214
199
  </tr>
215
200
 
216
201
  <tr>
217
- <td class="file high" data-value="src/components/CrudifyLogin/Forms/utils"><a href="src/components/CrudifyLogin/Forms/utils/index.html">src/components/CrudifyLogin/Forms/utils</a></td>
202
+ <td class="file high" data-value="components/CrudifyLogin/Forms/utils"><a href="components/CrudifyLogin/Forms/utils/index.html">components/CrudifyLogin/Forms/utils</a></td>
218
203
  <td data-value="99.29" class="pic high">
219
204
  <div class="chart"><div class="cover-fill" style="width: 99%"></div><div class="cover-empty" style="width: 1%"></div></div>
220
205
  </td>
@@ -229,7 +214,7 @@
229
214
  </tr>
230
215
 
231
216
  <tr>
232
- <td class="file low" data-value="src/components/CrudifyLogin/components"><a href="src/components/CrudifyLogin/components/index.html">src/components/CrudifyLogin/components</a></td>
217
+ <td class="file low" data-value="components/CrudifyLogin/components"><a href="components/CrudifyLogin/components/index.html">components/CrudifyLogin/components</a></td>
233
218
  <td data-value="18.03" class="pic low">
234
219
  <div class="chart"><div class="cover-fill" style="width: 18%"></div><div class="cover-empty" style="width: 82%"></div></div>
235
220
  </td>
@@ -244,37 +229,37 @@
244
229
  </tr>
245
230
 
246
231
  <tr>
247
- <td class="file high" data-value="src/components/CrudifyLogin/context"><a href="src/components/CrudifyLogin/context/index.html">src/components/CrudifyLogin/context</a></td>
248
- <td data-value="83.52" class="pic high">
232
+ <td class="file high" data-value="components/CrudifyLogin/context"><a href="components/CrudifyLogin/context/index.html">components/CrudifyLogin/context</a></td>
233
+ <td data-value="83.79" class="pic high">
249
234
  <div class="chart"><div class="cover-fill" style="width: 83%"></div><div class="cover-empty" style="width: 17%"></div></div>
250
235
  </td>
251
- <td data-value="83.52" class="pct high">83.52%</td>
252
- <td data-value="613" class="abs high">512/613</td>
253
- <td data-value="89.02" class="pct high">89.02%</td>
254
- <td data-value="82" class="abs high">73/82</td>
255
- <td data-value="81.25" class="pct high">81.25%</td>
256
- <td data-value="16" class="abs high">13/16</td>
257
- <td data-value="83.52" class="pct high">83.52%</td>
258
- <td data-value="613" class="abs high">512/613</td>
236
+ <td data-value="83.79" class="pct high">83.79%</td>
237
+ <td data-value="617" class="abs high">517/617</td>
238
+ <td data-value="89.87" class="pct high">89.87%</td>
239
+ <td data-value="79" class="abs high">71/79</td>
240
+ <td data-value="72.72" class="pct medium">72.72%</td>
241
+ <td data-value="11" class="abs medium">8/11</td>
242
+ <td data-value="83.79" class="pct high">83.79%</td>
243
+ <td data-value="617" class="abs high">517/617</td>
259
244
  </tr>
260
245
 
261
246
  <tr>
262
- <td class="file high" data-value="src/components/CrudifyLogin/hooks"><a href="src/components/CrudifyLogin/hooks/index.html">src/components/CrudifyLogin/hooks</a></td>
263
- <td data-value="88.44" class="pic high">
264
- <div class="chart"><div class="cover-fill" style="width: 88%"></div><div class="cover-empty" style="width: 12%"></div></div>
247
+ <td class="file high" data-value="components/CrudifyLogin/hooks"><a href="components/CrudifyLogin/hooks/index.html">components/CrudifyLogin/hooks</a></td>
248
+ <td data-value="89.03" class="pic high">
249
+ <div class="chart"><div class="cover-fill" style="width: 89%"></div><div class="cover-empty" style="width: 11%"></div></div>
265
250
  </td>
266
- <td data-value="88.44" class="pct high">88.44%</td>
267
- <td data-value="199" class="abs high">176/199</td>
268
- <td data-value="84.84" class="pct high">84.84%</td>
269
- <td data-value="33" class="abs high">28/33</td>
251
+ <td data-value="89.03" class="pct high">89.03%</td>
252
+ <td data-value="228" class="abs high">203/228</td>
253
+ <td data-value="86.36" class="pct high">86.36%</td>
254
+ <td data-value="44" class="abs high">38/44</td>
270
255
  <td data-value="100" class="pct high">100%</td>
271
- <td data-value="2" class="abs high">2/2</td>
272
- <td data-value="88.44" class="pct high">88.44%</td>
273
- <td data-value="199" class="abs high">176/199</td>
256
+ <td data-value="5" class="abs high">5/5</td>
257
+ <td data-value="89.03" class="pct high">89.03%</td>
258
+ <td data-value="228" class="abs high">203/228</td>
274
259
  </tr>
275
260
 
276
261
  <tr>
277
- <td class="file high" data-value="src/components/CrudifyLogin/utils"><a href="src/components/CrudifyLogin/utils/index.html">src/components/CrudifyLogin/utils</a></td>
262
+ <td class="file high" data-value="components/CrudifyLogin/utils"><a href="components/CrudifyLogin/utils/index.html">components/CrudifyLogin/utils</a></td>
278
263
  <td data-value="85.27" class="pic high">
279
264
  <div class="chart"><div class="cover-fill" style="width: 85%"></div><div class="cover-empty" style="width: 15%"></div></div>
280
265
  </td>
@@ -289,7 +274,7 @@
289
274
  </tr>
290
275
 
291
276
  <tr>
292
- <td class="file high" data-value="src/components/PasswordRequirements"><a href="src/components/PasswordRequirements/index.html">src/components/PasswordRequirements</a></td>
277
+ <td class="file high" data-value="components/PasswordRequirements"><a href="components/PasswordRequirements/index.html">components/PasswordRequirements</a></td>
293
278
  <td data-value="100" class="pic high">
294
279
  <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
295
280
  </td>
@@ -304,22 +289,22 @@
304
289
  </tr>
305
290
 
306
291
  <tr>
307
- <td class="file low" data-value="src/components/PublicPolicies"><a href="src/components/PublicPolicies/index.html">src/components/PublicPolicies</a></td>
308
- <td data-value="21.92" class="pic low">
292
+ <td class="file low" data-value="components/PublicPolicies"><a href="components/PublicPolicies/index.html">components/PublicPolicies</a></td>
293
+ <td data-value="21.8" class="pic low">
309
294
  <div class="chart"><div class="cover-fill" style="width: 21%"></div><div class="cover-empty" style="width: 79%"></div></div>
310
295
  </td>
311
- <td data-value="21.92" class="pct low">21.92%</td>
312
- <td data-value="187" class="abs low">41/187</td>
296
+ <td data-value="21.8" class="pct low">21.8%</td>
297
+ <td data-value="188" class="abs low">41/188</td>
313
298
  <td data-value="0" class="pct low">0%</td>
314
299
  <td data-value="1" class="abs low">0/1</td>
315
300
  <td data-value="0" class="pct low">0%</td>
316
301
  <td data-value="3" class="abs low">0/3</td>
317
- <td data-value="21.92" class="pct low">21.92%</td>
318
- <td data-value="187" class="abs low">41/187</td>
302
+ <td data-value="21.8" class="pct low">21.8%</td>
303
+ <td data-value="188" class="abs low">41/188</td>
319
304
  </tr>
320
305
 
321
306
  <tr>
322
- <td class="file low" data-value="src/components/PublicPolicies/FieldSelector"><a href="src/components/PublicPolicies/FieldSelector/index.html">src/components/PublicPolicies/FieldSelector</a></td>
307
+ <td class="file low" data-value="components/PublicPolicies/FieldSelector"><a href="components/PublicPolicies/FieldSelector/index.html">components/PublicPolicies/FieldSelector</a></td>
323
308
  <td data-value="9.93" class="pic low">
324
309
  <div class="chart"><div class="cover-fill" style="width: 9%"></div><div class="cover-empty" style="width: 91%"></div></div>
325
310
  </td>
@@ -334,7 +319,7 @@
334
319
  </tr>
335
320
 
336
321
  <tr>
337
- <td class="file low" data-value="src/components/PublicPolicies/PolicyItem"><a href="src/components/PublicPolicies/PolicyItem/index.html">src/components/PublicPolicies/PolicyItem</a></td>
322
+ <td class="file low" data-value="components/PublicPolicies/PolicyItem"><a href="components/PublicPolicies/PolicyItem/index.html">components/PublicPolicies/PolicyItem</a></td>
338
323
  <td data-value="18.65" class="pic low">
339
324
  <div class="chart"><div class="cover-fill" style="width: 18%"></div><div class="cover-empty" style="width: 82%"></div></div>
340
325
  </td>
@@ -349,22 +334,22 @@
349
334
  </tr>
350
335
 
351
336
  <tr>
352
- <td class="file medium" data-value="src/components/Routing"><a href="src/components/Routing/index.html">src/components/Routing</a></td>
353
- <td data-value="57.87" class="pic medium">
354
- <div class="chart"><div class="cover-fill" style="width: 57%"></div><div class="cover-empty" style="width: 43%"></div></div>
337
+ <td class="file high" data-value="components/Routing"><a href="components/Routing/index.html">components/Routing</a></td>
338
+ <td data-value="90.47" class="pic high">
339
+ <div class="chart"><div class="cover-fill" style="width: 90%"></div><div class="cover-empty" style="width: 10%"></div></div>
355
340
  </td>
356
- <td data-value="57.87" class="pct medium">57.87%</td>
357
- <td data-value="273" class="abs medium">158/273</td>
358
- <td data-value="75.86" class="pct medium">75.86%</td>
359
- <td data-value="29" class="abs medium">22/29</td>
360
- <td data-value="50" class="pct medium">50%</td>
361
- <td data-value="4" class="abs medium">2/4</td>
362
- <td data-value="57.87" class="pct medium">57.87%</td>
363
- <td data-value="273" class="abs medium">158/273</td>
341
+ <td data-value="90.47" class="pct high">90.47%</td>
342
+ <td data-value="273" class="abs high">247/273</td>
343
+ <td data-value="83.33" class="pct high">83.33%</td>
344
+ <td data-value="36" class="abs high">30/36</td>
345
+ <td data-value="75" class="pct medium">75%</td>
346
+ <td data-value="4" class="abs medium">3/4</td>
347
+ <td data-value="90.47" class="pct high">90.47%</td>
348
+ <td data-value="273" class="abs high">247/273</td>
364
349
  </tr>
365
350
 
366
351
  <tr>
367
- <td class="file high" data-value="src/components/SessionLoadingScreen"><a href="src/components/SessionLoadingScreen/index.html">src/components/SessionLoadingScreen</a></td>
352
+ <td class="file high" data-value="components/SessionLoadingScreen"><a href="components/SessionLoadingScreen/index.html">components/SessionLoadingScreen</a></td>
368
353
  <td data-value="100" class="pic high">
369
354
  <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
370
355
  </td>
@@ -379,7 +364,7 @@
379
364
  </tr>
380
365
 
381
366
  <tr>
382
- <td class="file high" data-value="src/components/SessionTimeIndicator"><a href="src/components/SessionTimeIndicator/index.html">src/components/SessionTimeIndicator</a></td>
367
+ <td class="file high" data-value="components/SessionTimeIndicator"><a href="components/SessionTimeIndicator/index.html">components/SessionTimeIndicator</a></td>
383
368
  <td data-value="100" class="pic high">
384
369
  <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
385
370
  </td>
@@ -394,67 +379,52 @@
394
379
  </tr>
395
380
 
396
381
  <tr>
397
- <td class="file low" data-value="src/components/UserProfile"><a href="src/components/UserProfile/index.html">src/components/UserProfile</a></td>
398
- <td data-value="14.8" class="pic low">
399
- <div class="chart"><div class="cover-fill" style="width: 14%"></div><div class="cover-empty" style="width: 86%"></div></div>
400
- </td>
401
- <td data-value="14.8" class="pct low">14.8%</td>
402
- <td data-value="277" class="abs low">41/277</td>
403
- <td data-value="100" class="pct high">100%</td>
404
- <td data-value="0" class="abs high">0/0</td>
405
- <td data-value="0" class="pct low">0%</td>
406
- <td data-value="1" class="abs low">0/1</td>
407
- <td data-value="14.8" class="pct low">14.8%</td>
408
- <td data-value="277" class="abs low">41/277</td>
409
- </tr>
410
-
411
- <tr>
412
- <td class="file medium" data-value="src/core"><a href="src/core/index.html">src/core</a></td>
413
- <td data-value="59.41" class="pic medium">
414
- <div class="chart"><div class="cover-fill" style="width: 59%"></div><div class="cover-empty" style="width: 41%"></div></div>
382
+ <td class="file high" data-value="components/UserProfile"><a href="components/UserProfile/index.html">components/UserProfile</a></td>
383
+ <td data-value="95.4" class="pic high">
384
+ <div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
415
385
  </td>
416
- <td data-value="59.41" class="pct medium">59.41%</td>
417
- <td data-value="1530" class="abs medium">909/1530</td>
418
- <td data-value="69.74" class="pct medium">69.74%</td>
419
- <td data-value="119" class="abs medium">83/119</td>
420
- <td data-value="72.54" class="pct medium">72.54%</td>
421
- <td data-value="51" class="abs medium">37/51</td>
422
- <td data-value="59.41" class="pct medium">59.41%</td>
423
- <td data-value="1530" class="abs medium">909/1530</td>
386
+ <td data-value="95.4" class="pct high">95.4%</td>
387
+ <td data-value="283" class="abs high">270/283</td>
388
+ <td data-value="85.71" class="pct high">85.71%</td>
389
+ <td data-value="56" class="abs high">48/56</td>
390
+ <td data-value="75" class="pct medium">75%</td>
391
+ <td data-value="4" class="abs medium">3/4</td>
392
+ <td data-value="95.4" class="pct high">95.4%</td>
393
+ <td data-value="283" class="abs high">270/283</td>
424
394
  </tr>
425
395
 
426
396
  <tr>
427
- <td class="file low" data-value="src/example"><a href="src/example/index.html">src/example</a></td>
428
- <td data-value="0" class="pic low">
429
- <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
397
+ <td class="file high" data-value="core"><a href="core/index.html">core</a></td>
398
+ <td data-value="91.8" class="pic high">
399
+ <div class="chart"><div class="cover-fill" style="width: 91%"></div><div class="cover-empty" style="width: 9%"></div></div>
430
400
  </td>
431
- <td data-value="0" class="pct low">0%</td>
432
- <td data-value="246" class="abs low">0/246</td>
433
- <td data-value="0" class="pct low">0%</td>
434
- <td data-value="2" class="abs low">0/2</td>
435
- <td data-value="0" class="pct low">0%</td>
436
- <td data-value="2" class="abs low">0/2</td>
437
- <td data-value="0" class="pct low">0%</td>
438
- <td data-value="246" class="abs low">0/246</td>
401
+ <td data-value="91.8" class="pct high">91.8%</td>
402
+ <td data-value="1647" class="abs high">1512/1647</td>
403
+ <td data-value="90" class="pct high">90%</td>
404
+ <td data-value="290" class="abs high">261/290</td>
405
+ <td data-value="83.58" class="pct high">83.58%</td>
406
+ <td data-value="67" class="abs high">56/67</td>
407
+ <td data-value="91.8" class="pct high">91.8%</td>
408
+ <td data-value="1647" class="abs high">1512/1647</td>
439
409
  </tr>
440
410
 
441
411
  <tr>
442
- <td class="file low" data-value="src/hooks"><a href="src/hooks/index.html">src/hooks</a></td>
443
- <td data-value="17.07" class="pic low">
444
- <div class="chart"><div class="cover-fill" style="width: 17%"></div><div class="cover-empty" style="width: 83%"></div></div>
412
+ <td class="file high" data-value="hooks"><a href="hooks/index.html">hooks</a></td>
413
+ <td data-value="95.64" class="pic high">
414
+ <div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
445
415
  </td>
446
- <td data-value="17.07" class="pct low">17.07%</td>
447
- <td data-value="1072" class="abs low">183/1072</td>
448
- <td data-value="65.21" class="pct medium">65.21%</td>
449
- <td data-value="23" class="abs medium">15/23</td>
450
- <td data-value="16.66" class="pct low">16.66%</td>
451
- <td data-value="6" class="abs low">1/6</td>
452
- <td data-value="17.07" class="pct low">17.07%</td>
453
- <td data-value="1072" class="abs low">183/1072</td>
416
+ <td data-value="95.64" class="pct high">95.64%</td>
417
+ <td data-value="1195" class="abs high">1143/1195</td>
418
+ <td data-value="85.29" class="pct high">85.29%</td>
419
+ <td data-value="170" class="abs high">145/170</td>
420
+ <td data-value="94.11" class="pct high">94.11%</td>
421
+ <td data-value="17" class="abs high">16/17</td>
422
+ <td data-value="95.64" class="pct high">95.64%</td>
423
+ <td data-value="1195" class="abs high">1143/1195</td>
454
424
  </tr>
455
425
 
456
426
  <tr>
457
- <td class="file high" data-value="src/hooks/useCrudifyWithNotifications"><a href="src/hooks/useCrudifyWithNotifications/index.html">src/hooks/useCrudifyWithNotifications</a></td>
427
+ <td class="file high" data-value="hooks/useCrudifyWithNotifications"><a href="hooks/useCrudifyWithNotifications/index.html">hooks/useCrudifyWithNotifications</a></td>
458
428
  <td data-value="99.55" class="pic high">
459
429
  <div class="chart"><div class="cover-fill" style="width: 99%"></div><div class="cover-empty" style="width: 1%"></div></div>
460
430
  </td>
@@ -469,7 +439,7 @@
469
439
  </tr>
470
440
 
471
441
  <tr>
472
- <td class="file high" data-value="src/hooks/useCrudifyWithNotifications/hooks"><a href="src/hooks/useCrudifyWithNotifications/hooks/index.html">src/hooks/useCrudifyWithNotifications/hooks</a></td>
442
+ <td class="file high" data-value="hooks/useCrudifyWithNotifications/hooks"><a href="hooks/useCrudifyWithNotifications/hooks/index.html">hooks/useCrudifyWithNotifications/hooks</a></td>
473
443
  <td data-value="80.4" class="pic high">
474
444
  <div class="chart"><div class="cover-fill" style="width: 80%"></div><div class="cover-empty" style="width: 20%"></div></div>
475
445
  </td>
@@ -484,37 +454,37 @@
484
454
  </tr>
485
455
 
486
456
  <tr>
487
- <td class="file medium" data-value="src/hooks/useCrudifyWithNotifications/utils"><a href="src/hooks/useCrudifyWithNotifications/utils/index.html">src/hooks/useCrudifyWithNotifications/utils</a></td>
488
- <td data-value="76.43" class="pic medium">
489
- <div class="chart"><div class="cover-fill" style="width: 76%"></div><div class="cover-empty" style="width: 24%"></div></div>
457
+ <td class="file medium" data-value="hooks/useCrudifyWithNotifications/utils"><a href="hooks/useCrudifyWithNotifications/utils/index.html">hooks/useCrudifyWithNotifications/utils</a></td>
458
+ <td data-value="75.89" class="pic medium">
459
+ <div class="chart"><div class="cover-fill" style="width: 75%"></div><div class="cover-empty" style="width: 25%"></div></div>
490
460
  </td>
491
- <td data-value="76.43" class="pct medium">76.43%</td>
492
- <td data-value="314" class="abs medium">240/314</td>
493
- <td data-value="80.3" class="pct high">80.3%</td>
494
- <td data-value="66" class="abs high">53/66</td>
495
- <td data-value="75" class="pct medium">75%</td>
496
- <td data-value="8" class="abs medium">6/8</td>
497
- <td data-value="76.43" class="pct medium">76.43%</td>
498
- <td data-value="314" class="abs medium">240/314</td>
461
+ <td data-value="75.89" class="pct medium">75.89%</td>
462
+ <td data-value="390" class="abs medium">296/390</td>
463
+ <td data-value="78.37" class="pct medium">78.37%</td>
464
+ <td data-value="74" class="abs medium">58/74</td>
465
+ <td data-value="78.57" class="pct medium">78.57%</td>
466
+ <td data-value="14" class="abs medium">11/14</td>
467
+ <td data-value="75.89" class="pct medium">75.89%</td>
468
+ <td data-value="390" class="abs medium">296/390</td>
499
469
  </tr>
500
470
 
501
471
  <tr>
502
- <td class="file high" data-value="src/hooks/useFileUpload"><a href="src/hooks/useFileUpload/index.html">src/hooks/useFileUpload</a></td>
503
- <td data-value="95.38" class="pic high">
472
+ <td class="file high" data-value="hooks/useFileUpload"><a href="hooks/useFileUpload/index.html">hooks/useFileUpload</a></td>
473
+ <td data-value="95.87" class="pic high">
504
474
  <div class="chart"><div class="cover-fill" style="width: 95%"></div><div class="cover-empty" style="width: 5%"></div></div>
505
475
  </td>
506
- <td data-value="95.38" class="pct high">95.38%</td>
507
- <td data-value="629" class="abs high">600/629</td>
508
- <td data-value="92.59" class="pct high">92.59%</td>
509
- <td data-value="135" class="abs high">125/135</td>
476
+ <td data-value="95.87" class="pct high">95.87%</td>
477
+ <td data-value="678" class="abs high">650/678</td>
478
+ <td data-value="92.46" class="pct high">92.46%</td>
479
+ <td data-value="146" class="abs high">135/146</td>
510
480
  <td data-value="100" class="pct high">100%</td>
511
- <td data-value="2" class="abs high">2/2</td>
512
- <td data-value="95.38" class="pct high">95.38%</td>
513
- <td data-value="629" class="abs high">600/629</td>
481
+ <td data-value="3" class="abs high">3/3</td>
482
+ <td data-value="95.87" class="pct high">95.87%</td>
483
+ <td data-value="678" class="abs high">650/678</td>
514
484
  </tr>
515
485
 
516
486
  <tr>
517
- <td class="file high" data-value="src/hooks/useFileUpload/services"><a href="src/hooks/useFileUpload/services/index.html">src/hooks/useFileUpload/services</a></td>
487
+ <td class="file high" data-value="hooks/useFileUpload/services"><a href="hooks/useFileUpload/services/index.html">hooks/useFileUpload/services</a></td>
518
488
  <td data-value="88.46" class="pic high">
519
489
  <div class="chart"><div class="cover-fill" style="width: 88%"></div><div class="cover-empty" style="width: 12%"></div></div>
520
490
  </td>
@@ -529,7 +499,7 @@
529
499
  </tr>
530
500
 
531
501
  <tr>
532
- <td class="file high" data-value="src/hooks/useFileUpload/utils"><a href="src/hooks/useFileUpload/utils/index.html">src/hooks/useFileUpload/utils</a></td>
502
+ <td class="file high" data-value="hooks/useFileUpload/utils"><a href="hooks/useFileUpload/utils/index.html">hooks/useFileUpload/utils</a></td>
533
503
  <td data-value="90.26" class="pic high">
534
504
  <div class="chart"><div class="cover-fill" style="width: 90%"></div><div class="cover-empty" style="width: 10%"></div></div>
535
505
  </td>
@@ -544,7 +514,7 @@
544
514
  </tr>
545
515
 
546
516
  <tr>
547
- <td class="file high" data-value="src/hooks/useSession"><a href="src/hooks/useSession/index.html">src/hooks/useSession</a></td>
517
+ <td class="file high" data-value="hooks/useSession"><a href="hooks/useSession/index.html">hooks/useSession</a></td>
548
518
  <td data-value="97.49" class="pic high">
549
519
  <div class="chart"><div class="cover-fill" style="width: 97%"></div><div class="cover-empty" style="width: 3%"></div></div>
550
520
  </td>
@@ -559,22 +529,22 @@
559
529
  </tr>
560
530
 
561
531
  <tr>
562
- <td class="file high" data-value="src/hooks/useSession/hooks"><a href="src/hooks/useSession/hooks/index.html">src/hooks/useSession/hooks</a></td>
563
- <td data-value="88.05" class="pic high">
564
- <div class="chart"><div class="cover-fill" style="width: 88%"></div><div class="cover-empty" style="width: 12%"></div></div>
532
+ <td class="file high" data-value="hooks/useSession/hooks"><a href="hooks/useSession/hooks/index.html">hooks/useSession/hooks</a></td>
533
+ <td data-value="86.97" class="pic high">
534
+ <div class="chart"><div class="cover-fill" style="width: 86%"></div><div class="cover-empty" style="width: 14%"></div></div>
565
535
  </td>
566
- <td data-value="88.05" class="pct high">88.05%</td>
567
- <td data-value="611" class="abs high">538/611</td>
568
- <td data-value="89.42" class="pct high">89.42%</td>
569
- <td data-value="104" class="abs high">93/104</td>
570
- <td data-value="87.5" class="pct high">87.5%</td>
571
- <td data-value="8" class="abs high">7/8</td>
572
- <td data-value="88.05" class="pct high">88.05%</td>
573
- <td data-value="611" class="abs high">538/611</td>
536
+ <td data-value="86.97" class="pct high">86.97%</td>
537
+ <td data-value="645" class="abs high">561/645</td>
538
+ <td data-value="89.52" class="pct high">89.52%</td>
539
+ <td data-value="105" class="abs high">94/105</td>
540
+ <td data-value="72.72" class="pct medium">72.72%</td>
541
+ <td data-value="11" class="abs medium">8/11</td>
542
+ <td data-value="86.97" class="pct high">86.97%</td>
543
+ <td data-value="645" class="abs high">561/645</td>
574
544
  </tr>
575
545
 
576
546
  <tr>
577
- <td class="file high" data-value="src/hooks/useSession/utils"><a href="src/hooks/useSession/utils/index.html">src/hooks/useSession/utils</a></td>
547
+ <td class="file high" data-value="hooks/useSession/utils"><a href="hooks/useSession/utils/index.html">hooks/useSession/utils</a></td>
578
548
  <td data-value="100" class="pic high">
579
549
  <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
580
550
  </td>
@@ -589,52 +559,52 @@
589
559
  </tr>
590
560
 
591
561
  <tr>
592
- <td class="file medium" data-value="src/providers"><a href="src/providers/index.html">src/providers</a></td>
593
- <td data-value="64.44" class="pic medium">
594
- <div class="chart"><div class="cover-fill" style="width: 64%"></div><div class="cover-empty" style="width: 36%"></div></div>
562
+ <td class="file high" data-value="providers"><a href="providers/index.html">providers</a></td>
563
+ <td data-value="89.58" class="pic high">
564
+ <div class="chart"><div class="cover-fill" style="width: 89%"></div><div class="cover-empty" style="width: 11%"></div></div>
595
565
  </td>
596
- <td data-value="64.44" class="pct medium">64.44%</td>
597
- <td data-value="900" class="abs medium">580/900</td>
598
- <td data-value="71.25" class="pct medium">71.25%</td>
599
- <td data-value="80" class="abs medium">57/80</td>
600
- <td data-value="54.54" class="pct medium">54.54%</td>
601
- <td data-value="11" class="abs medium">6/11</td>
602
- <td data-value="64.44" class="pct medium">64.44%</td>
603
- <td data-value="900" class="abs medium">580/900</td>
566
+ <td data-value="89.58" class="pct high">89.58%</td>
567
+ <td data-value="979" class="abs high">877/979</td>
568
+ <td data-value="74.65" class="pct medium">74.65%</td>
569
+ <td data-value="146" class="abs medium">109/146</td>
570
+ <td data-value="83.33" class="pct high">83.33%</td>
571
+ <td data-value="18" class="abs high">15/18</td>
572
+ <td data-value="89.58" class="pct high">89.58%</td>
573
+ <td data-value="979" class="abs high">877/979</td>
604
574
  </tr>
605
575
 
606
576
  <tr>
607
- <td class="file high" data-value="src/services"><a href="src/services/index.html">src/services</a></td>
608
- <td data-value="87" class="pic high">
577
+ <td class="file high" data-value="services"><a href="services/index.html">services</a></td>
578
+ <td data-value="87.75" class="pic high">
609
579
  <div class="chart"><div class="cover-fill" style="width: 87%"></div><div class="cover-empty" style="width: 13%"></div></div>
610
580
  </td>
611
- <td data-value="87" class="pct high">87%</td>
612
- <td data-value="762" class="abs high">663/762</td>
613
- <td data-value="80.81" class="pct high">80.81%</td>
614
- <td data-value="172" class="abs high">139/172</td>
615
- <td data-value="95.91" class="pct high">95.91%</td>
616
- <td data-value="49" class="abs high">47/49</td>
617
- <td data-value="87" class="pct high">87%</td>
618
- <td data-value="762" class="abs high">663/762</td>
581
+ <td data-value="87.75" class="pct high">87.75%</td>
582
+ <td data-value="792" class="abs high">695/792</td>
583
+ <td data-value="80.92" class="pct high">80.92%</td>
584
+ <td data-value="173" class="abs high">140/173</td>
585
+ <td data-value="96.15" class="pct high">96.15%</td>
586
+ <td data-value="52" class="abs high">50/52</td>
587
+ <td data-value="87.75" class="pct high">87.75%</td>
588
+ <td data-value="792" class="abs high">695/792</td>
619
589
  </tr>
620
590
 
621
591
  <tr>
622
- <td class="file high" data-value="src/translations"><a href="src/translations/index.html">src/translations</a></td>
592
+ <td class="file high" data-value="translations"><a href="translations/index.html">translations</a></td>
623
593
  <td data-value="100" class="pic high">
624
594
  <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
625
595
  </td>
626
596
  <td data-value="100" class="pct high">100%</td>
627
- <td data-value="373" class="abs high">373/373</td>
597
+ <td data-value="377" class="abs high">377/377</td>
628
598
  <td data-value="100" class="pct high">100%</td>
629
599
  <td data-value="3" class="abs high">3/3</td>
630
600
  <td data-value="100" class="pct high">100%</td>
631
601
  <td data-value="2" class="abs high">2/2</td>
632
602
  <td data-value="100" class="pct high">100%</td>
633
- <td data-value="373" class="abs high">373/373</td>
603
+ <td data-value="377" class="abs high">377/377</td>
634
604
  </tr>
635
605
 
636
606
  <tr>
637
- <td class="file high" data-value="src/types"><a href="src/types/index.html">src/types</a></td>
607
+ <td class="file high" data-value="types"><a href="types/index.html">types</a></td>
638
608
  <td data-value="100" class="pic high">
639
609
  <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
640
610
  </td>
@@ -649,18 +619,18 @@
649
619
  </tr>
650
620
 
651
621
  <tr>
652
- <td class="file high" data-value="src/utils"><a href="src/utils/index.html">src/utils</a></td>
653
- <td data-value="93.32" class="pic high">
622
+ <td class="file high" data-value="utils"><a href="utils/index.html">utils</a></td>
623
+ <td data-value="93.25" class="pic high">
654
624
  <div class="chart"><div class="cover-fill" style="width: 93%"></div><div class="cover-empty" style="width: 7%"></div></div>
655
625
  </td>
656
- <td data-value="93.32" class="pct high">93.32%</td>
657
- <td data-value="3129" class="abs high">2920/3129</td>
658
- <td data-value="87.61" class="pct high">87.61%</td>
659
- <td data-value="533" class="abs high">467/533</td>
660
- <td data-value="92.52" class="pct high">92.52%</td>
661
- <td data-value="107" class="abs high">99/107</td>
662
- <td data-value="93.32" class="pct high">93.32%</td>
663
- <td data-value="3129" class="abs high">2920/3129</td>
626
+ <td data-value="93.25" class="pct high">93.25%</td>
627
+ <td data-value="3261" class="abs high">3041/3261</td>
628
+ <td data-value="86.71" class="pct high">86.71%</td>
629
+ <td data-value="557" class="abs high">483/557</td>
630
+ <td data-value="93.6" class="pct high">93.6%</td>
631
+ <td data-value="125" class="abs high">117/125</td>
632
+ <td data-value="93.25" class="pct high">93.25%</td>
633
+ <td data-value="3261" class="abs high">3041/3261</td>
664
634
  </tr>
665
635
 
666
636
  </tbody>
@@ -671,7 +641,7 @@
671
641
  <div class='footer quiet pad2 space-top1 center small'>
672
642
  Code coverage generated by
673
643
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
674
- at 2026-02-02T10:44:26.232Z
644
+ at 2026-02-07T06:55:20.810Z
675
645
  </div>
676
646
  <script src="prettify.js"></script>
677
647
  <script>