@kenyaemr/esm-admin-app 5.4.4-pre.299 → 5.4.4-pre.3
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/.turbo/turbo-build.log +1 -1
- package/dist/100.js +1 -0
- package/dist/100.js.map +1 -0
- package/dist/1442.js +1 -0
- package/dist/1442.js.map +1 -0
- package/dist/1462.js +1 -1
- package/dist/1972.js +1 -1
- package/dist/2016.js +1 -1
- package/dist/2080.js +1 -1
- package/dist/2080.js.map +1 -1
- package/dist/2096.js +1 -1
- package/dist/2096.js.map +1 -1
- package/dist/2270.js +1 -1
- package/dist/2270.js.map +1 -1
- package/dist/2294.js +1 -1
- package/dist/2294.js.map +1 -1
- package/dist/2467.js +1 -0
- package/dist/2467.js.map +1 -0
- package/dist/257.js +1 -1
- package/dist/257.js.map +1 -1
- package/dist/2948.js +1 -1
- package/dist/3380.js +1 -0
- package/dist/3380.js.map +1 -0
- package/dist/3548.js +1 -1
- package/dist/3816.js +1 -1
- package/dist/4337.js +1 -1
- package/dist/4687.js +1 -0
- package/dist/4687.js.map +1 -0
- package/dist/4858.js +1 -1
- package/dist/487.js +1 -1
- package/dist/5297.js +1 -0
- package/dist/5297.js.map +1 -0
- package/dist/5910.js +1 -0
- package/dist/5910.js.map +1 -0
- package/dist/5940.js +1 -1
- package/dist/5940.js.map +1 -1
- package/dist/6253.js +1 -0
- package/dist/6253.js.map +1 -0
- package/dist/6455.js +1 -0
- package/dist/6455.js.map +1 -0
- package/dist/6456.js +1 -1
- package/dist/6925.js +1 -0
- package/dist/6925.js.map +1 -0
- package/dist/7607.js +1 -1
- package/dist/7737.js +1 -1
- package/dist/7739.js +1 -1
- package/dist/7866.js +1 -1
- package/dist/7866.js.map +1 -1
- package/dist/8206.js +1 -0
- package/dist/8206.js.map +1 -0
- package/dist/8376.js +1 -1
- package/dist/846.js +17 -0
- package/dist/846.js.map +1 -0
- package/dist/{4047.js → 8487.js} +1 -1
- package/dist/8487.js.map +1 -0
- package/dist/8528.js +1 -0
- package/dist/8528.js.map +1 -0
- package/dist/8727.js +1 -1
- package/dist/9182.js +1 -1
- package/dist/9446.js +1 -1
- package/dist/9585.js +1 -0
- package/dist/9585.js.map +1 -0
- package/dist/9647.js +1 -0
- package/dist/9647.js.map +1 -0
- package/dist/kenyaemr-esm-admin-app.js +3 -3
- package/dist/kenyaemr-esm-admin-app.js.buildmanifest.json +329 -306
- package/dist/kenyaemr-esm-admin-app.js.map +1 -1
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/components/confirm-modal/confirmation-operation.test.tsx +8 -19
- package/src/components/dashboard/dashboard.component.tsx +4 -1
- package/src/components/empty-state/empty-state-log.test.tsx +3 -4
- package/src/components/global-property/dashboard/global-property-dashboard.component.tsx +23 -0
- package/src/components/global-property/dashboard/global-property-dashboard.scss +6 -0
- package/src/components/global-property/hooks/useGlobalProperty.ts +64 -0
- package/src/components/global-property/index.ts +14 -0
- package/src/components/global-property/modal/delete-global-property-modal.component.tsx +71 -0
- package/src/components/global-property/modal/delete-global-property-modal.test.tsx +131 -0
- package/src/components/global-property/table/global-property-table.component.tsx +249 -0
- package/src/components/global-property/table/global-property-table.scss +34 -0
- package/src/components/global-property/table/global-property-table.test.tsx +198 -0
- package/src/components/global-property/workspace/global-property-form-schema.ts +32 -0
- package/src/components/global-property/workspace/global-property.workspace.scss +40 -0
- package/src/components/global-property/workspace/global-property.workspace.test.tsx +172 -0
- package/src/components/global-property/workspace/global-property.workspace.tsx +260 -0
- package/src/components/logs-table/operation-log-table.component.tsx +87 -75
- package/src/components/logs-table/operation-log.test.tsx +134 -28
- package/src/index.ts +9 -1
- package/src/root.component.tsx +2 -0
- package/src/routes.json +20 -1
- package/src/types/index.ts +11 -2
- package/translations/am.json +39 -2
- package/translations/en.json +62 -24
- package/translations/fr.json +167 -128
- package/translations/sw.json +311 -275
- package/dist/12.js +0 -17
- package/dist/12.js.map +0 -1
- package/dist/1201.js +0 -1
- package/dist/1201.js.map +0 -1
- package/dist/2402.js +0 -1
- package/dist/2402.js.map +0 -1
- package/dist/3366.js +0 -1
- package/dist/3366.js.map +0 -1
- package/dist/3852.js +0 -1
- package/dist/3852.js.map +0 -1
- package/dist/4047.js.map +0 -1
- package/dist/552.js +0 -1
- package/dist/552.js.map +0 -1
- package/dist/6092.js +0 -1
- package/dist/6092.js.map +0 -1
- package/dist/6399.js +0 -1
- package/dist/6399.js.map +0 -1
- package/dist/6676.js +0 -1
- package/dist/6676.js.map +0 -1
- package/dist/6976.js +0 -1
- package/dist/6976.js.map +0 -1
- package/dist/7916.js +0 -1
- package/dist/7916.js.map +0 -1
- package/dist/9406.js +0 -1
- package/dist/9406.js.map +0 -1
- package/dist/9711.js +0 -1
- package/dist/9711.js.map +0 -1
package/dist/6925.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"6925.js","sources":["webpack://@kenyaemr/esm-admin-app/../../node_modules/@carbon/icons-react/node_modules/@carbon/icon-helpers/es/index.js","webpack://@kenyaemr/esm-admin-app/../../node_modules/@carbon/icons-react/es/Icon.js","webpack://@kenyaemr/esm-admin-app/../../node_modules/@carbon/icons-react/es/generated/bucket-6.js","webpack://@kenyaemr/esm-admin-app/../../node_modules/prop-types/factoryWithThrowingShims.js","webpack://@kenyaemr/esm-admin-app/../../node_modules/prop-types/index.js","webpack://@kenyaemr/esm-admin-app/../../node_modules/prop-types/lib/ReactPropTypesSecret.js"],"names":["e","Object","arguments","Symbol","TypeError","String","Number","t","i","n","p","r","Error"],"mappings":"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"}
|
package/dist/7607.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_kenyaemr_esm_admin_app=globalThis.webpackChunk_kenyaemr_esm_admin_app||[]).push([["7607"],{4019:function(e){e.exports=JSON.parse('{"actions":"Actions","active":"Active","Active Licensed":"Active Licensed","activeFrom":"Active From","activeTo":"Active To","addAnotherRoleScope":"Add user role scope","addLocation":"Add Location","addRoleScope":"Add a new user role scope","addUser":"Add User","adminLeftPannel":"Admin left panel","All users":"All users","bedOccupancy":"Bed occupancy","cancel":"Cancel","checkFilters":"Check the filters above","chooseAStockRole":"Choose a stock role","chooseIdentifierType":"Choose identifier type","chooseRegulator":"Choose regulator","chooseRegulatorType":"Choose regulator option","completionStatus":"Completion status","confirmation":"Confirmation","contact":"Contact","contactAndAdministrator":"Contact & administrator","continue":"Continue to registration","coordinates":"Coordinates","cots":"Cots","country":"Country","county":"County","delete":"Delete","deletingstockUserScope":"Delete Stock User Scope","demographicInfo":"Demographic info","demographicInformation":"Demographic Info","description":"Description","dialysisBeds":"Dialysis","edit":"Edit","editProvider":"Edit Provider Details","EditProviderDetails":"Edit provider details?","editRoleScope":"Edit User Role Scope","editUser":"Edit user","email":"Enter Email","emailAddress":"Email address","enable":"Enable?","enabled":"Enabled","endTime":"End time","enterIdentifierNumber":"Enter identifier number","error":"Error","errorDeletingUserScope":"Error deleting a user scope","errorSyncMsg":"","etlAdministration":"ETL Administration","etlOperation":"ETL operations","etlsOperationsLoading":"Please wait {{currentOperation}} is in progress...","expired":"Expired","Expired Licensed":"Expired Licensed","expiresIn3Months":"Expires in 3 months","expiresSoon":"Expires Soon","externalRef":"External ref","externalReferenceId":"External Reference ID","facilityDetails":"Facility Details","facilityEmail":"Email","facilityInfo":"Facility Info","facilityName":"Facility Name","facilityOwnership":"Ownership","facilityPhone":"Phone","facilityRegistryLoadError":"Failed to load the facility record.","facilityRegistryNotSyncedBody":"This facility has not been pulled from the registry. Click sync to fetch the latest record.","facilityRegistrySyncedFrom":"Pulled {{name}} from the facility registry","facilityRegistrySyncError":"Unable to reach the facility registry","facilityRegistrySyncFailed":"Sync failed","facilityRegistrySyncSuccess":"Facility synced","facilityType":"Facility type","familyName":"Family Name","familyNameRequired":"Family name is required","female":"Female","fidCode":"FID code","filter":"Filter","filterBy":"Filter by:","forcePasswordChange":"Force Password Change","forcePasswordChangeHelper":"Optionally require this user to change their password on next login","frCode":"FR code","gender":"Gender","genderRequired":"Gender is required","generalInformation":"General Information","givenName":"Given Name","givenNameRequired":"Given name is required","hduBeds":"HDU","healthWorkerDetailsFound":"Health worker information found in the registry, do you want to use the information to continue with registration?","HealthworkerNotFound":"The health worker records could not be found in Health Worker registry, do you want to continue to create an account","healthWorkerRegistry":"Health worker registry","healthWorkerRegistryEmpty":"Create an Account","healthWorkerSync":"Health worker information to be synced with the registry.","healthWorkVerify":"Health worker registry verification","home":"Home","hubFacility":"Hub facility","hwrError":"Sync failed","icuBeds":"ICU","identificationNumber":"Identification Number","identificationType":"Identification Type","identifierNumber":"Identifier number*","identifierProvider":"Identifier:","identity":"Identity","inactive":"Inactive","kephLevel":"Keph Level","lastSynced":"Last synced","licenseAndShaStatus":"License & SHA status","licenseBody":"License body","licenseBodyPlaceholder":"e.g. KMPDC","Licensed expiring soon":"Licensed expiring soon","licenseExpired":"License has expired","licenseExpiringSoon":"License is expiring soon","licenseExpiry":"License expiry","licenseExpiryDate":"License Expiry Date","licenseNumber":"License Number","licenseProvider":"License:","licenses":"Licenses","licenseStart":"License start","licenseStatus":"License status","licenseValid":"License Valid","licensing":"Licensing & qualifications","licensingBody":"Licensing Body","loading":"","loadingFacility":"Loading facility…","loadingState":"","location":"Location(s)","locationCreated":"Location {{locationName}} was created successfully.","locationName":"Location Name","locationPlaceholder":"Add a location","locations":"Locations","locationSaveError":"Error saving location","locationUpdated":"Location {{locationName}} was updated successfully.","loginInfo":"Login Info","loginInformation":"Login Info","male":"Male","manageUserRoleScope":"Manage user role scope","manageUsers":"Manage Users","manageUserWorkspace":"Manage User Workspace","middleName":"Middle Name","nameProvider":"Name:","names":"Names","nationalId":"National ID","nationalID":"National id","nextPage":"Next page","no":"No","noBedOccupancyData":"No bed occupancy data","noContractedServices":"No contracted services on record for this facility.","noData":"No data to display","noDescriptionAvailable":"No description available","noHwrApi":"Health Care Worker Registry API credentials not configured, Kindly contact system admin. Do you want to continue to create an account","noMatchingUsers":"No matching users found","noRecordsFound":"No ETL Operation logs found","noRespond":"No","noResults":"No results found","normalBeds":"Normal","noRolesAssigned":"No roles assigned","noSearchResults":"","notContracted":"Not contracted","noUserRole":"No user role","noUserRoleScope":"No user role scope","noUsersAvailable":"No users available","operationError":"{{operationName}} failed","operationErrorSubtitle":"An error occurred during the operation.","operationsConfirmationMessages":"Do you want to {{operationTypeOrName}}?","operationSuccess":"{{operationName}} successfully {{operationType}}","operationSuccessSubtitle":"The operation completed successfully.","passportNumber":"Passport number","permanent":"Permanent?","phone":"Phone","phoneNumber":"Phone number","physicalLocation":"Physical location","postalAddress":"Postal address","practiceType":"Practice Type","practiceTypePlaceholder":"e.g. Clinical Practice","practitioner":"Practitioner","previousPage":"Previous page","procedure":"Procedure","professionalCadre":"Professional Cadre","providerAccount":"Provider Account","providerBanner":"Provider banner","providerCadre":"Provider cadre","providerCadrePlaceholder":"e.g. MEDICINE","providerDetails":"Provider details","providerFail":"Failed to save provider","providerFailedSubtitle":"An error occurred while creating provider","providerId":"Provider Id","providerIdentifiers":"Create a Provider account for this user","providerLicense":"License Number","providerLicensePlaceholder":"e.g. GP/2026/638333","providerSaved":"Provider saved successfully","providerUniqueIdentifier":"Provider Unique Identifier","providerUniqueIdentifierPlaceholder":"Enter Provider Unqiue Identifier","puid":"PUID","pullDetailsfromHWR":"Pulling data from Health worker registry...","qualification":"Qualification","qualificationPlaceholder":"e.g. MBChB(UON)2009","recreated":"recreated","recreateDatatools":"Recreate datatools","recreateFacilityWideTables":"Recreate facility wide tables","recreateTables":"Recreate tables","refreshDwapi":"Refresh DWAPI tables","refreshed":"refreshed","refreshingUserScopes":"Refreshing user scopes...","refreshTables":"Refresh tables","registrationId":"Registration ID","registrationNumber":"Registration number","regulator":"Regulator","regulatoryBody":"Regulatory body","regulatoryOperationalStatus":"Regulatory status","remove":"Remove","ResourceNotFound":"The Health Work Registry is not reachable, kindly confirm your internet connectivity and try again. Do you want to continue to create an account","retry":"Retry sync","role":"Role","roles":"Roles Info","rolesInfo":"Roles Info","saveAndClose":"Save & close","search":"Search location","searchFailed":"Search failed","searchForLocation":"Search for location","searchForUsers":"Search for user","searchLocation":"Search Location","searchNoResults":"Found no matching results","searchNoResultsHelper":"Try searching for a different term","searchParentLocation":"Search for location...","selectTagPlaceholder":"Select a tag","selectTags":"Select tag(s)","sex":"Sex","shaContractedServices":"SHA contracted services","shaContractStatus":"SHA contract","shaOperationalStatus":"SHA status","specialty":"Specialty","specialtyPlaceholder":"e.g. MEDICAL DOCTOR","startTime":"Start time","stockLocation":"Stock Location","stockOperation":"Stock Operation","stockRole":"Stock Role","stockRoleAccess":"Stock Role Access","stockUserScopeDeletedSuccessfully":"Stock User Scope Deleted Successfully","subCounty":"Sub-county","submitting":"Submitting...","success":"Success","sync":"Sync","syncing":"Syncing...","syncMessage":"user details synced successfully","syncNow":"Sync now","syncSuccess":"Sync successful","syncWithRegistry":"Sync with facility registry","systemId":"System ID","tagLocation":"Tag Location","tags":"Tags","totalBeds":"Total beds","town":"Town","tryDifferentSearch":"Try a different search term","unknownError":"An error occurred while searching Health Worker Registry, kindly contact system admin. Do you want to continue to create an account","unlicensed":"Unlicensed","Unlicensed":"Unlicensed","updateMessage":"Provider updated successfully","userCreationFailedSubtitle":"An error occurred while creating user {{errorMessage}}","userGivenName":"Enter Given Name","userManagement":"User Management","username":"Username","usernameRequired":"Username is required","usernameTaken":"Username already exists","userRoleScope":"User Role Scope","userRoleScopeCreationFailed":"User Role Scope creation failed","userRoleScopeCreationFailedSubtitle":"An error occurred while creating the user role scope mode. Please try again.","userRoleScopeWorkspace":"User Role Scope Workspace","users":"Users","userSaved":"User saved successfully","userSaveFailed":"Fail to save {{error}}","usersManagement":"Users management","useValues":"Use values","valid":"Valid","validity":"Validity","validLicense":"Valid License","viewRoles_one":"View roles ({{count}})","viewRoles_other":"View roles ({{count}})","yes":"Yes","yesRespond":"Yes"}')}}]);
|
|
1
|
+
"use strict";(globalThis.webpackChunk_kenyaemr_esm_admin_app=globalThis.webpackChunk_kenyaemr_esm_admin_app||[]).push([["7607"],{4019:function(e){e.exports=JSON.parse('{"actions":"Actions","active":"Active","Active Licensed":"Active Licensed","activeFrom":"Active From","activeTo":"Active To","addAnotherRoleScope":"Add user role scope","addGlobalProperty":"Add global property","addLocation":"Add Location","addRoleScope":"Add a new user role scope","addUser":"Add User","adminLeftPannel":"Admin left panel","All users":"All users","bedOccupancy":"Bed occupancy","cancel":"Cancel","checkFilters":"Check the filters above","chooseAStockRole":"Choose a stock role","chooseIdentifierType":"Choose identifier type","chooseRegulator":"Choose regulator","chooseRegulatorType":"Choose regulator option","clearSearchButton":"Clear search button","completionStatus":"Completion status","confirmation":"Confirmation","contact":"Contact","contactAndAdministrator":"Contact & administrator","continue":"Continue to registration","coordinates":"Coordinates","cots":"Cots","country":"Country","county":"County","datatypeClassname":"Datatype classname","datatypeConfig":"Datatype config","delete":"Delete","deleteGlobalProperty":"Delete global property","deleteGlobalPropertyConfirmation":"Are you sure you want to delete the global property \\"{{property}}\\"?","deleteGlobalPropertyWarning":"This action cannot be undone.","deleting":"Deleting...","deletingstockUserScope":"Delete Stock User Scope","demographicInfo":"Demographic info","demographicInformation":"Demographic Info","description":"Description","dialysisBeds":"Dialysis","edit":"Edit","editGlobalProperty":"Edit global property","editProvider":"Edit Provider Details","EditProviderDetails":"Edit provider details?","editRoleScope":"Edit User Role Scope","editUser":"Edit user","email":"Enter Email","emailAddress":"Email","enable":"Enable?","enabled":"Enabled","endTime":"End time","enterIdentifierNumber":"Enter identifier number","error":"Error","errorDeletingUserScope":"Error deleting a user scope","errorSyncMsg":"Failed to sync {{identifier}}: {{error}}","etlAdministration":"ETL Administration","etlOperation":"ETL operations","etlsOperationsLoading":"Please wait {{currentOperation}} is in progress...","expired":"Expired","Expired Licensed":"Expired Licensed","expiresIn3Months":"Expires in 3 months","expiresSoon":"Expires Soon","externalRef":"External ref","externalReferenceId":"External reference ID","facilityDetails":"Facility Details","facilityEmail":"Email","facilityInfo":"Facility Info","facilityName":"Facility name","facilityOwnership":"Ownership","facilityPhone":"Phone","facilityRegistryLoadError":"Failed to load the facility record.","facilityRegistryNotSyncedBody":"This facility has not been pulled from the registry. Click sync to fetch the latest record.","facilityRegistrySyncedFrom":"Pulled {{name}} from the facility registry","facilityRegistrySyncError":"Unable to reach the facility registry","facilityRegistrySyncFailed":"Sync failed","facilityRegistrySyncSuccess":"Facility synced","facilityType":"Facility type","familyName":"Family Name","familyNameRequired":"Family name is required","female":"Female","fidCode":"FID code","filter":"Filter","filterBy":"Filter by:","forcePasswordChange":"Force Password Change","forcePasswordChangeHelper":"Optionally require this user to change their password on next login","frCode":"FR code","gender":"Gender","genderRequired":"Gender is required","generalInformation":"General information","givenName":"Given Name","givenNameRequired":"Given name is required","globalProperties":"Global properties","globalProperty":"Global property","globalPropertyError":"Global property","gpCreated":"Global property {{property}} was created successfully.","gpDatatypeConfigPlaceholder":"Optional datatype configuration","gpDeleted":"Global property deleted","gpDeletedSubtitle":"{{property}} was deleted successfully.","gpDeleteError":"Error deleting global property","gpDescriptionPlaceholder":"Optional description","gpHandlerConfigPlaceholder":"Optional handler configuration","gpPreferredHandlerPlaceholder":"Optional preferred handler classname","gpPropertyNameRequired":"Property name is required","gpPropertyPlaceholder":"e.g. setting.name","gpSaveError":"Error saving global property","gpUpdated":"Global property {{property}} was updated successfully.","gpValuePlaceholder":"Enter value","gpValueRequired":"Value is required","handlerConfig":"Handler config","hduBeds":"HDU","healthWorkerDetailsFound":"Health worker found in the registry. Use this information to pre-fill the registration form?","HealthworkerNotFound":"The health worker records could not be found in Health Worker registry, do you want to continue to create an account","healthWorkerRegistry":"Health worker registry","healthWorkerRegistryEmpty":"Create an Account","healthWorkerSync":"Look up this provider in the Kenya health worker registry and overwrite local attributes with registry values.","healthWorkVerify":"Health worker registry verification","home":"Home","hubFacility":"Hub facility","hwrError":"Sync failed","icuBeds":"ICU","identificationNumber":"Identification number","identificationType":"Identification Type","identifierNumber":"Identifier number*","identifierProvider":"Identifier:","identity":"Identity","inactive":"Inactive","itemsPerPage":"Items per page:","kephLevel":"KEPH level","lastSynced":"Last synced","licenseAndShaStatus":"License & SHA status","licenseBody":"License body","licenseBodyPlaceholder":"e.g. KMPDC","Licensed expiring soon":"Licensed expiring soon","licenseExpired":"License expired","licenseExpiringSoon":"License expiring soon","licenseExpiry":"License expiry","licenseExpiryDate":"License Expiry Date","licenseNumber":"License Number","licenseProvider":"License:","licenses":"Licenses","licenseStart":"License start","licenseStatus":"License status","licenseValid":"License valid","licensing":"Licensing & qualifications","licensingBody":"Licensing body","loading":"Loading...","loadingFacility":"Loading facility…","loadingState":"loading...","location":"Location(s)","locationCreated":"Location {{locationName}} was created successfully.","locationName":"Location Name","locationPlaceholder":"Add a location","locations":"Locations","locationSaveError":"Error saving location","locationUpdated":"Location {{locationName}} was updated successfully.","loginInfo":"Login Info","loginInformation":"Login Info","male":"Male","manageUserRoleScope":"Manage user role scope","manageUsers":"Manage Users","manageUserWorkspace":"Manage User Workspace","middleName":"Middle Name","minMaxItems":"{{min}}-{{max}} of {{total}} items","nameProvider":"Name:","names":"Names","nationalId":"National ID","nationalID":"National ID","nextPage":"Next page","no":"No","noBedOccupancyData":"No bed occupancy data","noContractedServices":"No contracted services on record for this facility.","noData":"No data to display","noDescriptionAvailable":"No description available","noGlobalProperties":"No global properties to display","noHwrApi":"Health Care Worker Registry API credentials not configured, Kindly contact system admin. Do you want to continue to create an account","noMatchingGlobalProperties":"No global properties match your search","noMatchingUsers":"No matching users found","noRecordsFound":"No ETL Operation logs found","noRespond":"No","noResults":"No results found","normalBeds":"Normal","noRolesAssigned":"No roles assigned","noSearchResults":"","notContracted":"Not contracted","noUserRole":"No user role","noUserRoleScope":"No user role scope","noUsersAvailable":"No users available","operationError":"{{operationName}} failed","operationErrorSubtitle":"An error occurred during the operation.","operationsConfirmationMessages":"Do you want to {{operationTypeOrName}}?","operationSuccess":"{{operationName}} successfully {{operationType}}","operationSuccessSubtitle":"The operation completed successfully.","pageRangeText_one":"of {{count}} page","pageRangeText_other":"of {{count}} pages","passportNumber":"Passport number","permanent":"Permanent?","phone":"Phone","phoneNumber":"Enter Phone Number","physicalLocation":"Physical location","postalAddress":"Postal address","practiceType":"Practice type","practiceTypePlaceholder":"e.g. Clinical Practice","practitioner":"Practitioner","preferredHandlerClassname":"Preferred handler classname","previousPage":"Previous page","procedure":"Procedure","professionalCadre":"Professional cadre","property":"Property (required)","providerAccount":"Provider Account","providerBanner":"Provider banner","providerCadre":"Provider cadre","providerCadrePlaceholder":"e.g. MEDICINE","providerDetails":"Provider details","providerFail":"Failed to save provider","providerFailedSubtitle":"An error occurred while creating provider","providerId":"Provider Id","providerIdentifiers":"Create a Provider account for this user","providerLicense":"License Number","providerLicensePlaceholder":"e.g. GP/2026/638333","providerSaved":"Provider saved successfully","providerUniqueIdentifier":"Provider Unique Identifier","providerUniqueIdentifierPlaceholder":"e.g. PUID-0002011-6","puid":"PUID","pullDetailsfromHWR":"Pulling data from Health worker registry...","qualification":"Qualification","qualificationPlaceholder":"e.g. MBChB(UON)2009","recreated":"recreated","recreateDatatools":"Recreate datatools","recreateFacilityWideTables":"Recreate facility wide tables","recreateTables":"Recreate tables","refreshDwapi":"Refresh DWAPI tables","refreshed":"refreshed","refreshingUserScopes":"Refreshing user scopes...","refreshTables":"Refresh tables","registrationId":"Registration ID","registrationNumber":"Registration no.","regulator":"Regulator","regulatoryBody":"Regulatory body","regulatoryOperationalStatus":"Regulatory status","remove":"Remove","ResourceNotFound":"The Health Work Registry is not reachable, kindly confirm your internet connectivity and try again. Do you want to continue to create an account","retry":"Retry sync","role":"Role","roles":"Roles Info","rolesInfo":"Roles Info","saveAndClose":"Save & close","search":"Search","searchFailed":"Search failed","searchForLocation":"Search for location","searchForUsers":"Search for user","searchGlobalPropertiesByName":"Search global property by name","searchLocation":"Search Location","searchNoResults":"Found no matching results","searchNoResultsHelper":"Try searching for a different term","searchParentLocation":"Search for location...","selectDatatypeClassname":"Select datatype classname","selectTagPlaceholder":"Select a tag","selectTags":"Select tag(s)","sex":"Sex","shaContractedServices":"SHA contracted services","shaContractStatus":"SHA contract","shaOperationalStatus":"SHA status","specialty":"Specialty","specialtyPlaceholder":"e.g. MEDICAL DOCTOR","startTime":"Start time","stockLocation":"Stock Location","stockOperation":"Stock Operation","stockRole":"Stock Role","stockRoleAccess":"Stock Role Access","stockUserScopeDeletedSuccessfully":"Stock User Scope Deleted Successfully","subCounty":"Sub-county","submitting":"Submitting...","success":"Success","sync":"Sync","syncing":"Syncing...","syncMessage":"Provider details synced from the registry","syncNow":"Sync now","syncSuccess":"Sync successful","syncWithRegistry":"Sync with facility registry","systemId":"System ID","tagLocation":"Tag Location","tags":"Tags","totalBeds":"Total","town":"Town","tryDifferentSearch":"Try a different search term","unknownError":"An error occurred while searching Health Worker Registry, kindly contact system admin. Do you want to continue to create an account","unlicensed":"Unlicensed","Unlicensed":"Unlicensed","updateMessage":"Provider updated successfully","userCreationFailedSubtitle":"An error occurred while creating user {{errorMessage}}","userGivenName":"Enter Given Name","userManagement":"User Management","username":"Username","usernameRequired":"Username is required","usernameTaken":"Username already exists","userRoleScope":"User Role Scope","userRoleScopeCreationFailed":"User Role Scope creation failed","userRoleScopeCreationFailedSubtitle":"An error occurred while creating the user role scope mode. Please try again.","userRoleScopeWorkspace":"User Role Scope Workspace","users":"Users","userSaved":"User saved successfully","userSaveFailed":"Fail to save {{error}}","usersManagement":"Users management","useValues":"Use values","valid":"Valid","validity":"Validity","validLicense":"Valid License","value":"Value (required)","viewRoles_one":"View roles ({{count}})","viewRoles_other":"View roles ({{count}})","yes":"Yes","yesRespond":"Yes"}')}}]);
|
package/dist/7737.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_kenyaemr_esm_admin_app=globalThis.webpackChunk_kenyaemr_esm_admin_app||[]).push([["7737"],{83238:function(e,t,r){r.d(t,{Ai:()=>P,BV:()=>$,LS:()=>O,MC:()=>j,Wz:()=>D,XZ:()=>X,Zg:()=>K,_M:()=>G,_Q:()=>J,kF:()=>q,s$:()=>I,x8:()=>U,z6:()=>N});var l,n,w,h,a,o,i,c,p,g,f,m,d,x,s,E,u,v,M,Z,z,C,L,B,A,y,R,_,V,k,H,b,S,T,F=r(14393),Q=r.n(F),W=r(
|
|
1
|
+
"use strict";(globalThis.webpackChunk_kenyaemr_esm_admin_app=globalThis.webpackChunk_kenyaemr_esm_admin_app||[]).push([["7737"],{83238:function(e,t,r){r.d(t,{Ai:()=>P,BV:()=>$,LS:()=>O,MC:()=>j,Wz:()=>D,XZ:()=>X,Zg:()=>K,_M:()=>G,_Q:()=>J,kF:()=>q,s$:()=>I,x8:()=>U,z6:()=>N});var l,n,w,h,a,o,i,c,p,g,f,m,d,x,s,E,u,v,M,Z,z,C,L,B,A,y,R,_,V,k,H,b,S,T,F=r(14393),Q=r.n(F),W=r(71390);let X=Q().forwardRef(function({children:e,size:t=16,...r},n){return Q().createElement(W.Z,{width:t,height:t,ref:n,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},l||(l=Q().createElement("path",{d:"M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM6,26V6H26V26Z"})),e)}),$=Q().forwardRef(function({children:e,size:t=16,...r},l){return Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},n||(n=Q().createElement("path",{d:"M26,4H6A2,2,0,0,0,4,6V26a2,2,0,0,0,2,2H26a2,2,0,0,0,2-2V6A2,2,0,0,0,26,4ZM14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z"})),w||(w=Q().createElement("path",{fill:"none",d:"M14,21.5,9,16.5427,10.5908,15,14,18.3456,21.4087,11l1.5918,1.5772Z","data-icon-path":"inner-path"})),e)}),j=Q().forwardRef(function({children:e,size:t=16,...r},l){return 20===t||"20"===t||"20px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",...r},h||(h=Q().createElement("path",{d:"M8 13.2L3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"})),a||(a=Q().createElement("path",{d:"M15.6 5.6L8 13.2 3.6 8.8 2.7 9.7 7.1 14.1 8 15 16.5 6.5 15.6 5.6z"})),e):24===t||"24"===t||"24px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",...r},o||(o=Q().createElement("path",{d:"M10 15.9L4.7 10.6 3.6 11.6 8.9 16.9 10 18 20.6 7.4 19.5 6.3z"})),e):Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},i||(i=Q().createElement("path",{d:"M13 24L4 15 5.414 13.586 13 21.171 26.586 7.586 28 9 13 24z"})),e)}),q=Q().forwardRef(function({children:e,size:t=16,...r},l){return 16===t||"16"===t||"16px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},c||(c=Q().createElement("path",{d:"M8,1C4.1,1,1,4.1,1,8c0,3.9,3.1,7,7,7s7-3.1,7-7C15,4.1,11.9,1,8,1z M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z"})),p||(p=Q().createElement("path",{d:"M7,11L4.3,8.3l0.9-0.8L7,9.3l4-3.9l0.9,0.8L7,11z","data-icon-path":"inner-path",opacity:"0"})),e):20===t||"20"===t||"20px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20",fill:"currentColor",...r},g||(g=Q().createElement("path",{d:"M10,1c-4.9,0-9,4.1-9,9s4.1,9,9,9s9-4,9-9S15,1,10,1z M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z"})),f||(f=Q().createElement("path",{fill:"none",d:"M8.7,13.5l-3.2-3.2l1-1l2.2,2.2l4.8-4.8l1,1L8.7,13.5z","data-icon-path":"inner-path",opacity:"0"})),e):24===t||"24"===t||"24px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 24 24",fill:"currentColor",...r},m||(m=Q().createElement("path",{d:"M12,1C6,1,1,6,1,12s5,11,11,11s11-4.9,11-11S18.1,1,12,1z M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z"})),d||(d=Q().createElement("path",{fill:"none",d:"M10.4,16.3l-3.9-3.9l1.3-1.2l2.7,2.7l5.8-5.8l1.3,1.3L10.4,16.3z","data-icon-path":"inner-path",opacity:"0"})),e):Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},x||(x=Q().createElement("path",{d:"M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2ZM14,21.5908l-5-5L10.5906,15,14,18.4092,21.41,11l1.5957,1.5859Z"})),s||(s=Q().createElement("path",{fill:"none",d:"M14 21.591L9 16.591 10.591 15 14 18.409 21.41 11 23.005 12.585 14 21.591z","data-icon-path":"inner-path"})),e)}),D=Q().forwardRef(function({children:e,size:t=16,...r},l){return Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},E||(E=Q().createElement("path",{d:"M14 21.414L9 16.413 10.413 15 14 18.586 21.585 11 23 12.415 14 21.414z"})),u||(u=Q().createElement("path",{d:"M16,2A14,14,0,1,0,30,16,14,14,0,0,0,16,2Zm0,26A12,12,0,1,1,28,16,12,12,0,0,1,16,28Z"})),e)}),G=Q().forwardRef(function({children:e,size:t=16,...r},l){return"glyph"===t||"glyph"===t||"glyphpx"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 10 6",fill:"currentColor",...r},v||(v=Q().createElement("path",{d:"M5 6L0 1 0.7 0.3 5 4.6 9.3 0.3 10 1z"})),e):16===t||"16"===t||"16px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},M||(M=Q().createElement("path",{d:"M8 11L3 6 3.7 5.3 8 9.6 12.3 5.3 13 6z"})),e):Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},Z||(Z=Q().createElement("path",{d:"M16 22L6 12 7.4 10.6 16 19.2 24.6 10.6 26 12z"})),e)}),I=Q().forwardRef(function({children:e,size:t=16,...r},l){return"glyph"===t||"glyph"===t||"glyphpx"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 6 10",fill:"currentColor",...r},z||(z=Q().createElement("path",{d:"M0 5L5 0 5.7 0.7 1.4 5 5.7 9.3 5 10z"})),e):16===t||"16"===t||"16px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},C||(C=Q().createElement("path",{d:"M5 8L10 3 10.7 3.7 6.4 8 10.7 12.3 10 13z"})),e):Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},L||(L=Q().createElement("path",{d:"M10 16L20 6 21.4 7.4 12.8 16 21.4 24.6 20 26z"})),e)}),J=Q().forwardRef(function({children:e,size:t=16,...r},l){return"glyph"===t||"glyph"===t||"glyphpx"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 6 10",fill:"currentColor",...r},B||(B=Q().createElement("path",{d:"M6 5L1 10 0.3 9.3 4.6 5 0.3 0.7 1 0z"})),e):16===t||"16"===t||"16px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},A||(A=Q().createElement("path",{d:"M11 8L6 13 5.3 12.3 9.6 8 5.3 3.7 6 3z"})),e):Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},y||(y=Q().createElement("path",{d:"M22 16L12 26 10.6 24.6 19.2 16 10.6 7.4 12 6z"})),e)}),K=Q().forwardRef(function({children:e,size:t=16,...r},l){return 16===t||"16"===t||"16px"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},R||(R=Q().createElement("path",{d:"M8 2L11.5 5.5 10.8 6.2 8 3.4 5.2 6.2 4.5 5.5z"})),e):Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},_||(_=Q().createElement("path",{d:"M16 4L23 11 21.6 12.4 16 6.8 10.4 12.4 9 11z"})),e)}),N=Q().forwardRef(function({children:e,size:t=16,...r},l){return Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},V||(V=Q().createElement("path",{d:"M7.7 4.7a14.7 14.7 0 00-3 3.1L6.3 9A13.26 13.26 0 018.9 6.3zM4.6 12.3l-1.9-.6A12.51 12.51 0 002 16H4A11.48 11.48 0 014.6 12.3zM2.7 20.4a14.4 14.4 0 002 3.9l1.6-1.2a12.89 12.89 0 01-1.7-3.3zM7.8 27.3a14.4 14.4 0 003.9 2l.6-1.9A12.89 12.89 0 019 25.7zM11.7 2.7l.6 1.9A11.48 11.48 0 0116 4V2A12.51 12.51 0 0011.7 2.7zM24.2 27.3a15.18 15.18 0 003.1-3.1L25.7 23A11.53 11.53 0 0123 25.7zM27.4 19.7l1.9.6A15.47 15.47 0 0030 16H28A11.48 11.48 0 0127.4 19.7zM29.2 11.6a14.4 14.4 0 00-2-3.9L25.6 8.9a12.89 12.89 0 011.7 3.3zM24.1 4.6a14.4 14.4 0 00-3.9-2l-.6 1.9a12.89 12.89 0 013.3 1.7zM20.3 29.3l-.6-1.9A11.48 11.48 0 0116 28v2A21.42 21.42 0 0020.3 29.3z"})),e)}),O=Q().forwardRef(function({children:e,size:t=16,...r},l){return"glyph"===t||"glyph"===t||"glyphpx"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},k||(k=Q().createElement("circle",{cx:"8",cy:"8",r:"6"})),e):Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},H||(H=Q().createElement("circle",{cx:"8",cy:"8",r:"6"})),e)}),P=Q().forwardRef(function({children:e,size:t=16,...r},l){return"glyph"===t||"glyph"===t||"glyphpx"===t?Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},b||(b=Q().createElement("path",{d:"M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"})),e):Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 16 16",fill:"currentColor",...r},S||(S=Q().createElement("path",{d:"M8,4A4,4,0,1,1,4,8,4.0045,4.0045,0,0,1,8,4M8,2a6,6,0,1,0,6,6A6,6,0,0,0,8,2Z"})),e)}),U=Q().forwardRef(function({children:e,size:t=16,...r},l){return Q().createElement(W.Z,{width:t,height:t,ref:l,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...r},T||(T=Q().createElement("path",{d:"M17.4141 16L24 9.4141 22.5859 8 16 14.5859 9.4143 8 8 9.4141 14.5859 16 8 22.5859 9.4143 24 16 17.4141 22.5859 24 24 22.5859 17.4141 16z"})),e)})}}]);
|
package/dist/7739.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_kenyaemr_esm_admin_app=globalThis.webpackChunk_kenyaemr_esm_admin_app||[]).push([["7739"],{19884:function(e,n,t){t.d(n,{d8:()=>h});var a,r=t(14393),i=t.n(r),l=t(
|
|
1
|
+
"use strict";(globalThis.webpackChunk_kenyaemr_esm_admin_app=globalThis.webpackChunk_kenyaemr_esm_admin_app||[]).push([["7739"],{19884:function(e,n,t){t.d(n,{d8:()=>h});var a,r=t(14393),i=t.n(r),l=t(71390);let h=i().forwardRef(function({children:e,size:n=16,...t},r){return i().createElement(l.Z,{width:n,height:n,ref:r,xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 32 32",fill:"currentColor",...t},a||(a=i().createElement("path",{d:"M27.6 20.6L24 24.2 24 4 22 4 22 24.2 18.4 20.6 17 22 23 28 29 22zM9 4L3 10 4.4 11.4 8 7.8 8 28 10 28 10 7.8 13.6 11.4 15 10z"})),e)})}}]);
|