@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.
- package/.scannerwork/.sonar_lock +0 -0
- package/.scannerwork/report-task.txt +6 -0
- package/coverage/components/CrudiaAutoGenerate.tsx.html +616 -0
- package/coverage/components/CrudiaFileField/CrudiaFileField.tsx.html +1312 -0
- package/coverage/components/CrudiaFileField/components/DeleteConfirmationDialog.tsx.html +355 -0
- package/coverage/components/CrudiaFileField/components/DropZone.tsx.html +523 -0
- package/coverage/components/CrudiaFileField/components/FileItemRow.tsx.html +835 -0
- package/coverage/components/CrudiaFileField/components/FileThumbnail.tsx.html +1585 -0
- package/coverage/components/CrudiaFileField/components/index.html +176 -0
- package/coverage/components/CrudiaFileField/components/index.ts.html +115 -0
- package/coverage/components/CrudiaFileField/hooks/index.html +146 -0
- package/coverage/components/CrudiaFileField/hooks/index.ts.html +112 -0
- package/coverage/components/CrudiaFileField/hooks/useDeleteConfirmation.ts.html +433 -0
- package/coverage/components/CrudiaFileField/hooks/useDragDrop.ts.html +409 -0
- package/coverage/components/CrudiaFileField/index.html +131 -0
- package/coverage/components/CrudiaFileField/index.ts.html +112 -0
- package/coverage/components/CrudiaFileField/utils/formatters.ts.html +169 -0
- package/coverage/components/CrudiaFileField/utils/icons.tsx.html +253 -0
- package/coverage/components/CrudiaFileField/utils/index.html +146 -0
- package/coverage/components/CrudiaFileField/utils/index.ts.html +103 -0
- package/coverage/components/CrudiaMarkdownField.tsx.html +676 -0
- package/coverage/components/CrudifyInitializer.tsx.html +712 -0
- package/coverage/components/CrudifyLogin/Forms/CheckCodeForm.tsx.html +640 -0
- package/coverage/components/CrudifyLogin/Forms/ForgotPasswordForm.tsx.html +730 -0
- package/coverage/components/CrudifyLogin/Forms/LoginForm.tsx.html +892 -0
- package/coverage/components/CrudifyLogin/Forms/ResetPasswordForm.tsx.html +1219 -0
- package/coverage/components/CrudifyLogin/Forms/components/CodeInput.tsx.html +289 -0
- package/coverage/components/CrudifyLogin/Forms/components/FormAlert.tsx.html +202 -0
- package/coverage/components/CrudifyLogin/Forms/components/PasswordInput.tsx.html +346 -0
- package/coverage/components/CrudifyLogin/Forms/components/index.html +161 -0
- package/coverage/components/CrudifyLogin/Forms/components/index.ts.html +106 -0
- package/coverage/components/CrudifyLogin/Forms/index.html +176 -0
- package/coverage/components/CrudifyLogin/Forms/index.ts.html +145 -0
- package/coverage/components/CrudifyLogin/Forms/utils/errorTranslation.ts.html +268 -0
- package/coverage/components/CrudifyLogin/Forms/utils/index.html +161 -0
- package/coverage/components/CrudifyLogin/Forms/utils/index.ts.html +121 -0
- package/coverage/components/CrudifyLogin/Forms/utils/paramUtils.ts.html +496 -0
- package/coverage/components/CrudifyLogin/Forms/utils/validation.ts.html +307 -0
- package/coverage/components/CrudifyLogin/components/CrudifyInitializer.tsx.html +268 -0
- package/coverage/components/CrudifyLogin/components/index.html +116 -0
- package/coverage/components/CrudifyLogin/context/CrudifyProvider.tsx.html +409 -0
- package/coverage/components/CrudifyLogin/context/I18nProvider.tsx.html +430 -0
- package/coverage/components/CrudifyLogin/context/LoginStateProvider.tsx.html +1261 -0
- package/coverage/components/CrudifyLogin/context/index.html +161 -0
- package/coverage/components/CrudifyLogin/context/index.ts.html +91 -0
- package/coverage/components/CrudifyLogin/hooks/index.html +131 -0
- package/coverage/components/CrudifyLogin/hooks/useCrudifyLogin.ts.html +463 -0
- package/coverage/components/CrudifyLogin/hooks/useTranslationsFromUrl.ts.html +391 -0
- package/coverage/components/CrudifyLogin/index.html +116 -0
- package/coverage/components/CrudifyLogin/index.tsx.html +466 -0
- package/coverage/components/CrudifyLogin/utils/index.html +116 -0
- package/coverage/components/CrudifyLogin/utils/secureStorage.ts.html +859 -0
- package/coverage/components/GlobalNotificationProvider.tsx.html +844 -0
- package/coverage/components/LoginComponent.tsx.html +676 -0
- package/coverage/components/PasswordRequirements/index.html +116 -0
- package/coverage/components/PasswordRequirements/index.tsx.html +232 -0
- package/coverage/components/PublicPolicies/FieldSelector/FieldSelector.tsx.html +1078 -0
- package/coverage/components/PublicPolicies/FieldSelector/index.html +131 -0
- package/coverage/components/PublicPolicies/FieldSelector/index.ts.html +88 -0
- package/coverage/components/PublicPolicies/Policies.tsx.html +625 -0
- package/coverage/components/PublicPolicies/PolicyItem/PolicyItem.tsx.html +886 -0
- package/coverage/components/PublicPolicies/PolicyItem/index.html +131 -0
- package/coverage/components/PublicPolicies/PolicyItem/index.ts.html +88 -0
- package/coverage/components/PublicPolicies/constants.ts.html +106 -0
- package/coverage/components/PublicPolicies/index.html +146 -0
- package/coverage/components/PublicPolicies/index.ts.html +88 -0
- package/coverage/components/Routing/AuthRoute.tsx.html +382 -0
- package/coverage/components/Routing/GuestRoute.tsx.html +352 -0
- package/coverage/components/Routing/ProtectedRoute.tsx.html +316 -0
- package/coverage/components/Routing/index.html +161 -0
- package/coverage/components/Routing/index.ts.html +109 -0
- package/coverage/components/SessionLoadingScreen/index.html +116 -0
- package/coverage/components/SessionLoadingScreen/index.tsx.html +379 -0
- package/coverage/components/SessionTimeIndicator/index.html +116 -0
- package/coverage/components/SessionTimeIndicator/index.tsx.html +523 -0
- package/coverage/components/UserProfile/UserProfileDisplay.tsx.html +931 -0
- package/coverage/components/UserProfile/index.html +131 -0
- package/coverage/components/UserProfile/index.ts.html +88 -0
- package/coverage/components/index.html +191 -0
- package/coverage/components/index.ts.html +178 -0
- package/coverage/core/CrossTabSyncManager.ts.html +853 -0
- package/coverage/core/CrudifyInitializationManager.ts.html +1279 -0
- package/coverage/core/SessionManager.ts.html +3064 -0
- package/coverage/core/index.html +146 -0
- package/coverage/coverage-final.json +74 -77
- package/coverage/hooks/index.html +191 -0
- package/coverage/hooks/index.ts.html +136 -0
- package/coverage/hooks/useAuth.ts.html +529 -0
- package/coverage/hooks/useAutoGenerate.ts.html +571 -0
- package/coverage/hooks/useCrudifyWithNotifications/constants.ts.html +247 -0
- package/coverage/hooks/useCrudifyWithNotifications/hooks/index.html +116 -0
- package/coverage/hooks/useCrudifyWithNotifications/hooks/useCrudOperations.ts.html +820 -0
- package/coverage/hooks/useCrudifyWithNotifications/index.html +146 -0
- package/coverage/hooks/useCrudifyWithNotifications/index.ts.html +118 -0
- package/coverage/hooks/useCrudifyWithNotifications/useCrudifyWithNotifications.ts.html +565 -0
- package/coverage/hooks/useCrudifyWithNotifications/utils/errorMessageResolver.ts.html +847 -0
- package/coverage/hooks/useCrudifyWithNotifications/utils/index.html +146 -0
- package/coverage/hooks/useCrudifyWithNotifications/utils/notificationFilters.ts.html +313 -0
- package/coverage/hooks/useCrudifyWithNotifications/utils/successMessageResolver.ts.html +265 -0
- package/coverage/hooks/useData.ts.html +829 -0
- package/coverage/hooks/useFileUpload/index.html +131 -0
- package/coverage/hooks/useFileUpload/index.ts.html +112 -0
- package/coverage/hooks/useFileUpload/services/index.html +131 -0
- package/coverage/hooks/useFileUpload/services/index.ts.html +106 -0
- package/coverage/hooks/useFileUpload/services/uploadService.ts.html +610 -0
- package/coverage/hooks/useFileUpload/useFileUpload.ts.html +2092 -0
- package/coverage/hooks/useFileUpload/utils/fileUtils.ts.html +271 -0
- package/coverage/hooks/useFileUpload/utils/index.html +161 -0
- package/coverage/hooks/useFileUpload/utils/index.ts.html +109 -0
- package/coverage/hooks/useFileUpload/utils/mimeTypes.ts.html +235 -0
- package/coverage/hooks/useFileUpload/utils/validation.ts.html +403 -0
- package/coverage/hooks/useSession/constants.ts.html +217 -0
- package/coverage/hooks/useSession/hooks/index.html +176 -0
- package/coverage/hooks/useSession/hooks/useAuthEventSubscriber.ts.html +331 -0
- package/coverage/hooks/useSession/hooks/useCrossTabSync.ts.html +535 -0
- package/coverage/hooks/useSession/hooks/useSessionActions.ts.html +664 -0
- package/coverage/hooks/useSession/hooks/useSessionState.ts.html +295 -0
- package/coverage/hooks/useSession/hooks/useTokenRefreshScheduler.ts.html +535 -0
- package/coverage/hooks/useSession/index.html +161 -0
- package/coverage/hooks/useSession/index.ts.html +127 -0
- package/coverage/hooks/useSession/types.ts.html +427 -0
- package/coverage/hooks/useSession/useSession.ts.html +526 -0
- package/coverage/hooks/useSession/utils/index.html +131 -0
- package/coverage/hooks/useSession/utils/initializeSession.ts.html +424 -0
- package/coverage/hooks/useSession/utils/tokenUtils.ts.html +298 -0
- package/coverage/hooks/useUserData.ts.html +1210 -0
- package/coverage/hooks/useUserProfile.ts.html +820 -0
- package/coverage/index.html +205 -235
- package/coverage/lcov-report/components/CrudiaAutoGenerate.tsx.html +616 -0
- package/coverage/lcov-report/components/CrudiaFileField/CrudiaFileField.tsx.html +1312 -0
- package/coverage/lcov-report/components/CrudiaFileField/components/DeleteConfirmationDialog.tsx.html +355 -0
- package/coverage/lcov-report/components/CrudiaFileField/components/DropZone.tsx.html +523 -0
- package/coverage/lcov-report/components/CrudiaFileField/components/FileItemRow.tsx.html +835 -0
- package/coverage/lcov-report/components/CrudiaFileField/components/FileThumbnail.tsx.html +1585 -0
- package/coverage/lcov-report/components/CrudiaFileField/components/index.html +176 -0
- package/coverage/lcov-report/components/CrudiaFileField/components/index.ts.html +115 -0
- package/coverage/lcov-report/components/CrudiaFileField/hooks/index.html +146 -0
- package/coverage/lcov-report/components/CrudiaFileField/hooks/index.ts.html +112 -0
- package/coverage/lcov-report/components/CrudiaFileField/hooks/useDeleteConfirmation.ts.html +433 -0
- package/coverage/lcov-report/components/CrudiaFileField/hooks/useDragDrop.ts.html +409 -0
- package/coverage/lcov-report/components/CrudiaFileField/index.html +131 -0
- package/coverage/lcov-report/components/CrudiaFileField/index.ts.html +112 -0
- package/coverage/lcov-report/components/CrudiaFileField/utils/formatters.ts.html +169 -0
- package/coverage/lcov-report/components/CrudiaFileField/utils/icons.tsx.html +253 -0
- package/coverage/lcov-report/components/CrudiaFileField/utils/index.html +146 -0
- package/coverage/lcov-report/components/CrudiaFileField/utils/index.ts.html +103 -0
- package/coverage/lcov-report/components/CrudiaMarkdownField.tsx.html +676 -0
- package/coverage/lcov-report/components/CrudifyInitializer.tsx.html +712 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/CheckCodeForm.tsx.html +640 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/ForgotPasswordForm.tsx.html +730 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/LoginForm.tsx.html +892 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/ResetPasswordForm.tsx.html +1219 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/components/CodeInput.tsx.html +289 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/components/FormAlert.tsx.html +202 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/components/PasswordInput.tsx.html +346 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/components/index.html +161 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/components/index.ts.html +106 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/index.html +176 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/index.ts.html +145 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/errorTranslation.ts.html +268 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/index.html +161 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/index.ts.html +121 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/paramUtils.ts.html +496 -0
- package/coverage/lcov-report/components/CrudifyLogin/Forms/utils/validation.ts.html +307 -0
- package/coverage/lcov-report/components/CrudifyLogin/components/CrudifyInitializer.tsx.html +268 -0
- package/coverage/lcov-report/components/CrudifyLogin/components/index.html +116 -0
- package/coverage/lcov-report/components/CrudifyLogin/context/CrudifyProvider.tsx.html +409 -0
- package/coverage/lcov-report/components/CrudifyLogin/context/I18nProvider.tsx.html +430 -0
- package/coverage/lcov-report/components/CrudifyLogin/context/LoginStateProvider.tsx.html +1261 -0
- package/coverage/lcov-report/components/CrudifyLogin/context/index.html +161 -0
- package/coverage/lcov-report/components/CrudifyLogin/context/index.ts.html +91 -0
- package/coverage/lcov-report/components/CrudifyLogin/hooks/index.html +131 -0
- package/coverage/lcov-report/components/CrudifyLogin/hooks/useCrudifyLogin.ts.html +463 -0
- package/coverage/lcov-report/components/CrudifyLogin/hooks/useTranslationsFromUrl.ts.html +391 -0
- package/coverage/lcov-report/components/CrudifyLogin/index.html +116 -0
- package/coverage/lcov-report/components/CrudifyLogin/index.tsx.html +466 -0
- package/coverage/lcov-report/components/CrudifyLogin/utils/index.html +116 -0
- package/coverage/lcov-report/components/CrudifyLogin/utils/secureStorage.ts.html +859 -0
- package/coverage/lcov-report/components/GlobalNotificationProvider.tsx.html +844 -0
- package/coverage/lcov-report/components/LoginComponent.tsx.html +676 -0
- package/coverage/lcov-report/components/PasswordRequirements/index.html +116 -0
- package/coverage/lcov-report/components/PasswordRequirements/index.tsx.html +232 -0
- package/coverage/lcov-report/components/PublicPolicies/FieldSelector/FieldSelector.tsx.html +1078 -0
- package/coverage/lcov-report/components/PublicPolicies/FieldSelector/index.html +131 -0
- package/coverage/lcov-report/components/PublicPolicies/FieldSelector/index.ts.html +88 -0
- package/coverage/lcov-report/components/PublicPolicies/Policies.tsx.html +625 -0
- package/coverage/lcov-report/components/PublicPolicies/PolicyItem/PolicyItem.tsx.html +886 -0
- package/coverage/lcov-report/components/PublicPolicies/PolicyItem/index.html +131 -0
- package/coverage/lcov-report/components/PublicPolicies/PolicyItem/index.ts.html +88 -0
- package/coverage/lcov-report/components/PublicPolicies/constants.ts.html +106 -0
- package/coverage/lcov-report/components/PublicPolicies/index.html +146 -0
- package/coverage/lcov-report/components/PublicPolicies/index.ts.html +88 -0
- package/coverage/lcov-report/components/Routing/AuthRoute.tsx.html +382 -0
- package/coverage/lcov-report/components/Routing/GuestRoute.tsx.html +352 -0
- package/coverage/lcov-report/components/Routing/ProtectedRoute.tsx.html +316 -0
- package/coverage/lcov-report/components/Routing/index.html +161 -0
- package/coverage/lcov-report/components/Routing/index.ts.html +109 -0
- package/coverage/lcov-report/components/SessionLoadingScreen/index.html +116 -0
- package/coverage/lcov-report/components/SessionLoadingScreen/index.tsx.html +379 -0
- package/coverage/lcov-report/components/SessionTimeIndicator/index.html +116 -0
- package/coverage/lcov-report/components/SessionTimeIndicator/index.tsx.html +523 -0
- package/coverage/lcov-report/components/UserProfile/UserProfileDisplay.tsx.html +931 -0
- package/coverage/lcov-report/components/UserProfile/index.html +131 -0
- package/coverage/lcov-report/components/UserProfile/index.ts.html +88 -0
- package/coverage/lcov-report/components/index.html +191 -0
- package/coverage/lcov-report/components/index.ts.html +178 -0
- package/coverage/lcov-report/core/CrossTabSyncManager.ts.html +853 -0
- package/coverage/lcov-report/core/CrudifyInitializationManager.ts.html +1279 -0
- package/coverage/lcov-report/core/SessionManager.ts.html +3064 -0
- package/coverage/lcov-report/core/index.html +146 -0
- package/coverage/lcov-report/hooks/index.html +191 -0
- package/coverage/lcov-report/hooks/index.ts.html +136 -0
- package/coverage/lcov-report/hooks/useAuth.ts.html +529 -0
- package/coverage/lcov-report/hooks/useAutoGenerate.ts.html +571 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/constants.ts.html +247 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/hooks/index.html +116 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/hooks/useCrudOperations.ts.html +820 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/index.html +146 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/index.ts.html +118 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/useCrudifyWithNotifications.ts.html +565 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/utils/errorMessageResolver.ts.html +847 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/utils/index.html +146 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/utils/notificationFilters.ts.html +313 -0
- package/coverage/lcov-report/hooks/useCrudifyWithNotifications/utils/successMessageResolver.ts.html +265 -0
- package/coverage/lcov-report/hooks/useData.ts.html +829 -0
- package/coverage/lcov-report/hooks/useFileUpload/index.html +131 -0
- package/coverage/lcov-report/hooks/useFileUpload/index.ts.html +112 -0
- package/coverage/lcov-report/hooks/useFileUpload/services/index.html +131 -0
- package/coverage/lcov-report/hooks/useFileUpload/services/index.ts.html +106 -0
- package/coverage/lcov-report/hooks/useFileUpload/services/uploadService.ts.html +610 -0
- package/coverage/lcov-report/hooks/useFileUpload/useFileUpload.ts.html +2092 -0
- package/coverage/lcov-report/hooks/useFileUpload/utils/fileUtils.ts.html +271 -0
- package/coverage/lcov-report/hooks/useFileUpload/utils/index.html +161 -0
- package/coverage/lcov-report/hooks/useFileUpload/utils/index.ts.html +109 -0
- package/coverage/lcov-report/hooks/useFileUpload/utils/mimeTypes.ts.html +235 -0
- package/coverage/lcov-report/hooks/useFileUpload/utils/validation.ts.html +403 -0
- package/coverage/lcov-report/hooks/useSession/constants.ts.html +217 -0
- package/coverage/lcov-report/hooks/useSession/hooks/index.html +176 -0
- package/coverage/lcov-report/hooks/useSession/hooks/useAuthEventSubscriber.ts.html +331 -0
- package/coverage/lcov-report/hooks/useSession/hooks/useCrossTabSync.ts.html +535 -0
- package/coverage/lcov-report/hooks/useSession/hooks/useSessionActions.ts.html +664 -0
- package/coverage/lcov-report/hooks/useSession/hooks/useSessionState.ts.html +295 -0
- package/coverage/lcov-report/hooks/useSession/hooks/useTokenRefreshScheduler.ts.html +535 -0
- package/coverage/lcov-report/hooks/useSession/index.html +161 -0
- package/coverage/lcov-report/hooks/useSession/index.ts.html +127 -0
- package/coverage/lcov-report/hooks/useSession/types.ts.html +427 -0
- package/coverage/lcov-report/hooks/useSession/useSession.ts.html +526 -0
- package/coverage/lcov-report/hooks/useSession/utils/index.html +131 -0
- package/coverage/lcov-report/hooks/useSession/utils/initializeSession.ts.html +424 -0
- package/coverage/lcov-report/hooks/useSession/utils/tokenUtils.ts.html +298 -0
- package/coverage/lcov-report/hooks/useUserData.ts.html +1210 -0
- package/coverage/lcov-report/hooks/useUserProfile.ts.html +820 -0
- package/coverage/lcov-report/index.html +205 -235
- package/coverage/lcov-report/providers/CrudifyThemeProvider.tsx.html +316 -0
- package/coverage/lcov-report/providers/SessionProvider.tsx.html +1120 -0
- package/coverage/lcov-report/providers/TranslationsProvider.tsx.html +1756 -0
- package/coverage/lcov-report/providers/index.html +146 -0
- package/coverage/lcov-report/services/credentialsEventBus.ts.html +319 -0
- package/coverage/lcov-report/services/crudifyAdminWrapper.ts.html +754 -0
- package/coverage/lcov-report/services/index.html +146 -0
- package/coverage/lcov-report/services/translationService.ts.html +1558 -0
- package/coverage/lcov-report/translations/critical.ts.html +1216 -0
- package/coverage/lcov-report/translations/index.html +116 -0
- package/coverage/lcov-report/types/index.html +116 -0
- package/coverage/lcov-report/types/password.ts.html +178 -0
- package/coverage/lcov-report/utils/authErrorDetector.ts.html +793 -0
- package/coverage/lcov-report/utils/authEventBus.ts.html +454 -0
- package/coverage/lcov-report/utils/configResolver.ts.html +460 -0
- package/coverage/lcov-report/utils/cookieSync.ts.html +595 -0
- package/coverage/lcov-report/utils/errorHandler.ts.html +1480 -0
- package/coverage/lcov-report/utils/errorTranslation.ts.html +868 -0
- package/coverage/lcov-report/utils/index.html +341 -0
- package/coverage/lcov-report/utils/index.ts.html +193 -0
- package/coverage/lcov-report/utils/jwtUtils.ts.html +325 -0
- package/coverage/lcov-report/utils/logger.ts.html +952 -0
- package/coverage/lcov-report/utils/navigationTracker.ts.html +562 -0
- package/coverage/lcov-report/utils/passwordValidation.ts.html +259 -0
- package/coverage/lcov-report/utils/preAuthCheck.ts.html +442 -0
- package/coverage/lcov-report/utils/redirectSecurity.ts.html +733 -0
- package/coverage/lcov-report/utils/tenantConfig.ts.html +712 -0
- package/coverage/lcov-report/utils/tokenStorage.ts.html +1825 -0
- package/coverage/lcov-report/utils/webCrypto.ts.html +490 -0
- package/coverage/lcov.info +14988 -14009
- package/coverage/providers/CrudifyThemeProvider.tsx.html +316 -0
- package/coverage/providers/SessionProvider.tsx.html +1120 -0
- package/coverage/providers/TranslationsProvider.tsx.html +1756 -0
- package/coverage/providers/index.html +146 -0
- package/coverage/services/credentialsEventBus.ts.html +319 -0
- package/coverage/services/crudifyAdminWrapper.ts.html +754 -0
- package/coverage/services/index.html +146 -0
- package/coverage/services/translationService.ts.html +1558 -0
- package/coverage/translations/critical.ts.html +1216 -0
- package/coverage/translations/index.html +116 -0
- package/coverage/types/index.html +116 -0
- package/coverage/types/password.ts.html +178 -0
- package/coverage/utils/authErrorDetector.ts.html +793 -0
- package/coverage/utils/authEventBus.ts.html +454 -0
- package/coverage/utils/configResolver.ts.html +460 -0
- package/coverage/utils/cookieSync.ts.html +595 -0
- package/coverage/utils/errorHandler.ts.html +1480 -0
- package/coverage/utils/errorTranslation.ts.html +868 -0
- package/coverage/utils/index.html +341 -0
- package/coverage/utils/index.ts.html +193 -0
- package/coverage/utils/jwtUtils.ts.html +325 -0
- package/coverage/utils/logger.ts.html +952 -0
- package/coverage/utils/navigationTracker.ts.html +562 -0
- package/coverage/utils/passwordValidation.ts.html +259 -0
- package/coverage/utils/preAuthCheck.ts.html +442 -0
- package/coverage/utils/redirectSecurity.ts.html +733 -0
- package/coverage/utils/tenantConfig.ts.html +712 -0
- package/coverage/utils/tokenStorage.ts.html +1825 -0
- package/coverage/utils/webCrypto.ts.html +490 -0
- package/dist/{CrudiaMarkdownField-CkiBwG-U.d.ts → CrudiaMarkdownField-DM6NR8zw.d.mts} +22 -22
- package/dist/{CrudiaMarkdownField-D-DqiXMQ.d.mts → CrudiaMarkdownField-UJaiSq9_.d.ts} +22 -22
- package/dist/{GlobalNotificationProvider-CdwdNv_8.d.mts → GlobalNotificationProvider-Cx540WKg.d.mts} +15 -15
- package/dist/{GlobalNotificationProvider-CdwdNv_8.d.ts → GlobalNotificationProvider-Cx540WKg.d.ts} +15 -15
- package/dist/chunk-2DXLCBOT.mjs +1 -0
- package/dist/chunk-DYRZIARH.js +1 -0
- package/dist/chunk-GCSJXEGT.mjs +1 -0
- package/dist/chunk-GJUZD5ZN.js +1 -0
- package/dist/chunk-K47I475N.js +1 -0
- package/dist/chunk-OCYZGEM5.mjs +1 -0
- package/dist/chunk-PI7HPRDB.js +1 -0
- package/dist/chunk-QVEUGJBY.mjs +1 -0
- package/dist/chunk-UROR7G7N.mjs +1 -0
- package/dist/chunk-XFT47DEL.js +1 -0
- package/dist/components.d.mts +8 -8
- package/dist/components.d.ts +8 -8
- package/dist/components.js +1 -1
- package/dist/components.mjs +1 -1
- package/dist/{errorTranslation-CF-5JClP.d.ts → errorTranslation-BEWwDbCH.d.ts} +1 -1
- package/dist/{errorTranslation-BcX8AaK7.d.mts → errorTranslation-DsGZon0M.d.mts} +1 -1
- package/dist/hooks.d.mts +3 -3
- package/dist/hooks.d.ts +3 -3
- package/dist/hooks.js +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/{index-DEDnmsdO.d.ts → index-Dnmttf62.d.ts} +131 -114
- package/dist/{index-D06kTP0C.d.mts → index-ZcF6nJt4.d.mts} +131 -114
- package/dist/index.d.mts +153 -106
- package/dist/index.d.ts +153 -106
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/{tenantConfig-CYnS9TPV.d.mts → tenantConfig-DxpfrAof.d.mts} +1 -1
- package/dist/{tenantConfig-CYnS9TPV.d.ts → tenantConfig-DxpfrAof.d.ts} +1 -1
- package/dist/utils.d.mts +25 -25
- package/dist/utils.d.ts +25 -25
- package/dist/utils.js +1 -1
- package/dist/utils.mjs +1 -1
- package/eslint.config.mjs +2 -2
- package/package.json +1 -1
- package/tests/helpers/mockFactories.ts +218 -0
- package/tests/helpers/testUtils.tsx +66 -1
- package/vitest.config.ts +1 -0
- package/dist/chunk-2WAUZ6KI.js +0 -1
- package/dist/chunk-3IGZNZCT.mjs +0 -1
- package/dist/chunk-43L2PP77.mjs +0 -1
- package/dist/chunk-6VS5OT3A.mjs +0 -1
- package/dist/chunk-BWJTTMKS.js +0 -1
- package/dist/chunk-EMPPCCVU.js +0 -1
- package/dist/chunk-J43UPGBE.js +0 -1
- package/dist/chunk-K6ZRXOJ7.mjs +0 -1
- package/dist/chunk-RYQQZTEP.js +0 -1
- package/dist/chunk-VTMSOK4V.mjs +0 -1
package/coverage/index.html
CHANGED
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">88.22% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
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">
|
|
33
|
+
<span class="strong">86.18% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
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">
|
|
40
|
+
<span class="strong">88.97% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
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">
|
|
47
|
+
<span class="strong">88.22% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
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
|
|
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
|
|
83
|
-
<td data-value="
|
|
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.
|
|
102
|
-
<td data-value="
|
|
103
|
-
<td data-value="
|
|
104
|
-
<td data-value="
|
|
105
|
-
<td data-value="
|
|
106
|
-
<td data-value="
|
|
107
|
-
<td data-value="96.
|
|
108
|
-
<td data-value="
|
|
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="
|
|
113
|
-
<td data-value="97.
|
|
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.
|
|
117
|
-
<td data-value="
|
|
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="
|
|
121
|
-
<td data-value="
|
|
122
|
-
<td data-value="97.
|
|
123
|
-
<td data-value="
|
|
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
|
|
128
|
-
<td data-value="
|
|
129
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
132
|
-
<td data-value="
|
|
133
|
-
<td data-value="
|
|
134
|
-
<td data-value="
|
|
135
|
-
<td data-value="
|
|
136
|
-
<td data-value="
|
|
137
|
-
<td data-value="
|
|
138
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
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="
|
|
173
|
-
<td data-value="16.
|
|
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.
|
|
177
|
-
<td data-value="
|
|
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.
|
|
183
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
203
|
-
<td data-value="
|
|
204
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
207
|
-
<td data-value="
|
|
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="
|
|
213
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
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="
|
|
248
|
-
<td data-value="83.
|
|
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.
|
|
252
|
-
<td data-value="
|
|
253
|
-
<td data-value="89.
|
|
254
|
-
<td data-value="
|
|
255
|
-
<td data-value="
|
|
256
|
-
<td data-value="
|
|
257
|
-
<td data-value="83.
|
|
258
|
-
<td data-value="
|
|
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="
|
|
263
|
-
<td data-value="
|
|
264
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
267
|
-
<td data-value="
|
|
268
|
-
<td data-value="
|
|
269
|
-
<td data-value="
|
|
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="
|
|
272
|
-
<td data-value="
|
|
273
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
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="
|
|
308
|
-
<td data-value="21.
|
|
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.
|
|
312
|
-
<td data-value="
|
|
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.
|
|
318
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
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
|
|
353
|
-
<td data-value="
|
|
354
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
357
|
-
<td data-value="273" class="abs
|
|
358
|
-
<td data-value="
|
|
359
|
-
<td data-value="
|
|
360
|
-
<td data-value="
|
|
361
|
-
<td data-value="4" class="abs medium">
|
|
362
|
-
<td data-value="
|
|
363
|
-
<td data-value="273" class="abs
|
|
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="
|
|
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="
|
|
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
|
|
398
|
-
<td data-value="
|
|
399
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
417
|
-
<td data-value="
|
|
418
|
-
<td data-value="
|
|
419
|
-
<td data-value="
|
|
420
|
-
<td data-value="
|
|
421
|
-
<td data-value="
|
|
422
|
-
<td data-value="
|
|
423
|
-
<td data-value="
|
|
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
|
|
428
|
-
<td data-value="
|
|
429
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
432
|
-
<td data-value="
|
|
433
|
-
<td data-value="
|
|
434
|
-
<td data-value="
|
|
435
|
-
<td data-value="
|
|
436
|
-
<td data-value="
|
|
437
|
-
<td data-value="
|
|
438
|
-
<td data-value="
|
|
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
|
|
443
|
-
<td data-value="
|
|
444
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
447
|
-
<td data-value="
|
|
448
|
-
<td data-value="
|
|
449
|
-
<td data-value="
|
|
450
|
-
<td data-value="
|
|
451
|
-
<td data-value="
|
|
452
|
-
<td data-value="
|
|
453
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
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="
|
|
488
|
-
<td data-value="
|
|
489
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
492
|
-
<td data-value="
|
|
493
|
-
<td data-value="
|
|
494
|
-
<td data-value="
|
|
495
|
-
<td data-value="
|
|
496
|
-
<td data-value="
|
|
497
|
-
<td data-value="
|
|
498
|
-
<td data-value="
|
|
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="
|
|
503
|
-
<td data-value="95.
|
|
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.
|
|
507
|
-
<td data-value="
|
|
508
|
-
<td data-value="92.
|
|
509
|
-
<td data-value="
|
|
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="
|
|
512
|
-
<td data-value="95.
|
|
513
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
563
|
-
<td data-value="
|
|
564
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
567
|
-
<td data-value="
|
|
568
|
-
<td data-value="89.
|
|
569
|
-
<td data-value="
|
|
570
|
-
<td data-value="
|
|
571
|
-
<td data-value="
|
|
572
|
-
<td data-value="
|
|
573
|
-
<td data-value="
|
|
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="
|
|
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
|
|
593
|
-
<td data-value="
|
|
594
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
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="
|
|
597
|
-
<td data-value="
|
|
598
|
-
<td data-value="
|
|
599
|
-
<td data-value="
|
|
600
|
-
<td data-value="
|
|
601
|
-
<td data-value="
|
|
602
|
-
<td data-value="
|
|
603
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
613
|
-
<td data-value="80.
|
|
614
|
-
<td data-value="
|
|
615
|
-
<td data-value="
|
|
616
|
-
<td data-value="
|
|
617
|
-
<td data-value="87" class="pct high">87%</td>
|
|
618
|
-
<td data-value="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
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="
|
|
653
|
-
<td data-value="93.
|
|
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.
|
|
657
|
-
<td data-value="
|
|
658
|
-
<td data-value="
|
|
659
|
-
<td data-value="
|
|
660
|
-
<td data-value="
|
|
661
|
-
<td data-value="
|
|
662
|
-
<td data-value="93.
|
|
663
|
-
<td data-value="
|
|
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-
|
|
644
|
+
at 2026-02-07T06:55:20.810Z
|
|
675
645
|
</div>
|
|
676
646
|
<script src="prettify.js"></script>
|
|
677
647
|
<script>
|