@argusoft/medplat-app-shell 1.0.6 → 1.0.8
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/package.json +139 -141
- package/src/GlobalErrorBoundary.jsx +31 -0
- package/src/SilentErrorFallback.jsx +68 -0
- package/src/TrackingProviderWrapper.jsx +40 -0
- package/src/_tests_/__mocks__/MockTranslationProvider.jsx +21 -0
- package/src/_tests_/__mocks__/ckeditor.js +45 -0
- package/src/_tests_/__mocks__/fileMock.js +1 -0
- package/src/_tests_/__mocks__/useranalytics.js +5 -0
- package/src/_tests_/views/components/Dashboard/DashboardUI.test.jsx +137 -0
- package/src/_tests_/views/components/Dashboard/DashboardUIMock.js +877 -0
- package/src/_tests_/views/components/ForgotPassword/ForgotPassword.test.jsx +314 -0
- package/src/_tests_/views/components/LocationDirective/LocationDirective.test.jsx.disable +229 -0
- package/src/_tests_/views/components/LocationDirective/mockLocationDirective.js +810 -0
- package/src/_tests_/views/components/LocationType/MockLocationType.js +42259 -0
- package/src/_tests_/views/components/LocationType/addlocationtype.test.jsx.disable +276 -0
- package/src/_tests_/views/components/LocationType/editlocationtype.test.jsx.disable +262 -0
- package/src/_tests_/views/components/LocationType/locationtype.test.jsx.disable +148 -0
- package/src/_tests_/views/components/Profile/UpdateProfileModalData.js +4396 -0
- package/src/_tests_/views/components/Profile/updateprofilemodal.test.jsx +282 -0
- package/src/_tests_/views/components/SideBar/MockSideBar.js +1379 -0
- package/src/_tests_/views/components/SideBar/SideBar.test.jsx +98 -0
- package/src/_tests_/views/components/SystemConfig/ManageSystemConfig/AddManageSystemConfig.test.jsx.disable +164 -0
- package/src/_tests_/views/components/SystemConfig/ManageSystemConfig/UpdateManageSystemConfig.test.jsx.disable +157 -0
- package/src/_tests_/views/components/SystemConfig/MockSystemConfig.js +1280 -0
- package/src/_tests_/views/components/SystemConfig/SystemConfig.test.jsx.disable +165 -0
- package/src/_tests_/views/components/login/Login.test.jsx +276 -0
- package/src/_tests_/views/components/login/MockAuthorise.js +2414 -0
- package/src/_tests_/views/components/login/ServiceResponse.js +595 -0
- package/src/_tests_/views/components/user/MockManageUser.js +7965 -0
- package/src/_tests_/views/components/user/manageuser.test.jsx.disable +989 -0
- package/src/_tests_/views/components/user/mockUsersData.js +582 -0
- package/src/assets/img/OASISLogin.png +0 -0
- package/src/assets/img/bahaarNew.png +0 -0
- package/src/assets/img/dnhdd4K.png +0 -0
- package/src/assets/img/govtofup.png +0 -0
- package/src/assets/img/sewarural4K.png +0 -0
- package/src/assets/img/techo4K.png +0 -0
- package/src/assets/img/up4K.png +0 -0
- package/src/common/HolidayList.jsx +573 -0
- package/src/common/MalaciaousInputUtil.js +23 -0
- package/src/common/SafeHtml.jsx +17 -0
- package/src/common/VersionManager.jsx +109 -0
- package/src/common/constants/PerformanceDashboard.js +514 -0
- package/src/common/constants/app.constant.js +781 -0
- package/src/common/constants/cccVerificationConstants.js +18 -0
- package/src/common/constants/fhsrConstant.js +33 -0
- package/src/common/constants/gvk-verification.constant.js +76 -0
- package/src/common/constants/search.constant.js +23 -0
- package/src/common/constants/teleconsulatationConstant.jsx +1339 -0
- package/src/common/directives/SearchTemplate.jsx +784 -0
- package/src/common/directives/SearchTemplate.scss +14 -0
- package/src/common/dynamicView/DynamicView.jsx +353 -0
- package/src/common/dynamicView/InputFieldComponent.jsx +1501 -0
- package/src/common/dynamicView/InputViewComponent.jsx +298 -0
- package/src/common/dynamicView/InputViewComponent.scss +15 -0
- package/src/common/env.js +5 -0
- package/src/common/filters/locationNameFilter.js +26 -0
- package/src/common/fontAwesomeIcons/FontAwesomeIcons.jsx +27 -0
- package/src/common/fontAwesomeIcons/FontAwesomeIconsNames.js +1968 -0
- package/src/common/fontPreferences/fontSizeProvider.jsx +34 -0
- package/src/common/fontPreferences/fontSizeSelector.jsx +116 -0
- package/src/common/getAssignedFeature/getAssignedFeature.js +32 -0
- package/src/common/interceptors/AxiosInterceptor.js +216 -0
- package/src/common/languageTranslator/TranslationContext.js +5 -0
- package/src/common/languageTranslator/TranslationProvider.jsx +24 -0
- package/src/common/languageTranslator/i18n.js +49 -0
- package/src/common/services/AuthenticateService.js +116 -0
- package/src/common/services/DownloadFile.js +35 -0
- package/src/common/services/ForgotPassword.js +18 -0
- package/src/common/services/FormConfiguratorService.js +195 -0
- package/src/common/services/GlobalApis.js +84 -0
- package/src/common/services/InterceptorNavigationService.js +17 -0
- package/src/common/services/LocationService.js +65 -0
- package/src/common/services/LocationType.js +11 -0
- package/src/common/services/QueryBuilder.js +36 -0
- package/src/common/services/Roles.js +28 -0
- package/src/common/services/SyncWithServer.js +15 -0
- package/src/common/services/SystemConfig.js +15 -0
- package/src/common/services/TranslationService.js +70 -0
- package/src/common/services/TwoFactorService.js +7 -0
- package/src/common/services/Users.js +91 -0
- package/src/common/services/Webtasks.js +27 -0
- package/src/common/services/util/Convert-pad-data-to-API-format.jsx +167 -0
- package/src/common/services/util/Convert-to-UI-format.jsx +82 -0
- package/src/common/services/util/EmptyPrescriptionPadData.jsx +11 -0
- package/src/common/services/util/GeneralUtil.js +456 -0
- package/src/common/services/util/Prescription-pad-util.js +339 -0
- package/src/common/services/util/PrescriptionPadData.js +67 -0
- package/src/common/services/util/PrescriptionpadCommonUtil.js +96 -0
- package/src/common/services/util/ReportFieldUtil.jsx +398 -0
- package/src/common/services/util/WebSocketContext.jsx +261 -0
- package/src/common/syncWithServer/SyncWithServerDialog.jsx +170 -0
- package/src/common/syncWithServer/SyncWithServerDialogSkeleton.jsx +67 -0
- package/src/common/tests/CustomWrapper.jsx +49 -0
- package/src/common/tests/TranslationWrapper.jsx +38 -0
- package/src/common/themeProvider/ColorInputs.jsx +97 -0
- package/src/common/themeProvider/EditableColorInput.jsx +128 -0
- package/src/common/themeProvider/ThemeEditor.jsx +319 -0
- package/src/common/themeProvider/ThemeProvider.jsx +210 -0
- package/src/common/themeProvider/themeConfig.js +558 -0
- package/src/common/toaster/toaster.jsx +30 -0
- package/src/firebaseConfig.js +24 -0
- package/src/global.scss +221 -0
- package/src/hooks/.gitkeep +0 -0
- package/src/hooks/useAESEncryption.js +56 -0
- package/src/hooks/useCaching.js +43 -0
- package/src/hooks/useDebounce.js +34 -0
- package/src/hooks/useDebounceFn.js +50 -0
- package/src/hooks/useDownloadPdf.js +358 -0
- package/src/hooks/useDownloadXlsx.js +55 -0
- package/src/hooks/useListValueFieldValues.js +30 -0
- package/src/hooks/useLocationHierarchies.js +63 -0
- package/src/hooks/useLocationHierarchyTranslate.js +16 -0
- package/src/hooks/useOnline.js +27 -0
- package/src/hooks/usePagination.js +63 -0
- package/src/hooks/useRefreshToken.js +87 -0
- package/src/hooks/useScript.js +25 -0
- package/src/hooks/useStopwatch.js +75 -0
- package/src/hooks/useTrackEvent.js +22 -0
- package/src/hooks/useWebAudioRecorder.js +115 -0
- package/src/layout/LoaderComponet.jsx +22 -0
- package/src/layout/LoaderContext.jsx +29 -0
- package/src/layout/mainLayout/AdaptiveZoom.jsx +27 -0
- package/src/layout/mainLayout/Chatbot.jsx +243 -0
- package/src/layout/mainLayout/Layout.jsx +445 -0
- package/src/layout/mainLayout/Profile/UpdateProfileModal.jsx +684 -0
- package/src/layout/mainLayout/header/LogoutModal.jsx +131 -0
- package/src/layout/mainLayout/header/Navbar.jsx +1677 -0
- package/src/layout/mainLayout/header/Navbar.scss +4 -0
- package/src/layout/mainLayout/header/index.js +0 -0
- package/src/layout/mainLayout/sidebar/SideBar.jsx +1402 -0
- package/src/layout/mainLayout/sidebar/Sidebar.css +159 -0
- package/src/layout/mainLayout/sidebar/index.js +0 -0
- package/src/logo.svg +1 -0
- package/src/reportWebVitals.js +13 -0
- package/src/setupFirebaseMessaging.js +28 -0
- package/src/setupTests.js +8 -0
- package/src/store/actions/AuthenticationActions.js +0 -0
- package/src/store/actions/ReportsActions.js +0 -0
- package/src/store/actions/TranslationAction.js +0 -0
- package/src/store/index.js +8 -0
- package/src/store/reducer.js +46 -0
- package/src/store/reducers/AuthenticationReducer.js +50 -0
- package/src/store/reducers/CalendarEventReducer.js +41 -0
- package/src/store/reducers/ConditionClipboardReducer.js +45 -0
- package/src/store/reducers/FeatureReducer.js +27 -0
- package/src/store/reducers/FormConfiguratorReducer.js +38 -0
- package/src/store/reducers/LoadingReducer.js +20 -0
- package/src/store/reducers/MembersAuthenticationReducer.js +28 -0
- package/src/store/reducers/PrescriptionPadReducer.js +329 -0
- package/src/store/reducers/QuestionaireReducer.js +29 -0
- package/src/store/reducers/ReportsReducer.js +24 -0
- package/src/store/reducers/SkeletonReducer.js +20 -0
- package/src/store/reducers/ThemeReducer.js +106 -0
- package/src/store/reducers/TranslationReducer.js +126 -0
- package/src/store/reducers/dashboardEditorSlice.js +77 -0
- package/src/store/reducers/districtHealthDashboardSlice.js +58 -0
- package/src/store/reducers/immunizationSlice.js +234 -0
- package/src/store/slices/dashboardPagesSlice.js +51 -0
- package/src/store/slices/dashboardSlice.js +14 -0
- package/src/utils/.gitkeep +0 -0
- package/src/utils/FormConstants.js +2629 -0
- package/src/utils/GujaratTopoChart.jsx +483 -0
- package/src/utils/UUIDgenerator.js +8 -0
- package/src/utils/appointment-utils/appointment-utils.js +123 -0
- package/src/utils/feature.js +42 -0
- package/src/utils/getThemeColor.js +12 -0
- package/src/utils/localStorageHelper.js +11 -0
- package/src/utils/notifications/enable-push-notifications.js +27 -0
- package/src/utils/resolveAppliedStyle.js +11 -0
- package/src/utils/themeConfigs.js +1483 -0
- package/src/views/custom-components/.gitkeep +0 -0
- package/src/views/custom-components/AgIconButton/RIf.jsx +14 -0
- package/src/views/custom-components/AgIconButton/button.jsx +108 -0
- package/src/views/custom-components/AgIconButton/waterDrop.jsx +95 -0
- package/src/views/custom-components/AgIconButton/waterDrop.scss +37 -0
- package/src/views/custom-components/AlertPlaceholder.jsx +32 -0
- package/src/views/custom-components/AllFaIconsSelector.jsx +56 -0
- package/src/views/custom-components/CkEditor/CkEditor.js +102 -0
- package/src/views/custom-components/CustomAccordion.jsx +72 -0
- package/src/views/custom-components/CustomActionIcons.jsx +118 -0
- package/src/views/custom-components/CustomAutoComplete.jsx +188 -0
- package/src/views/custom-components/CustomCheckBox.jsx +60 -0
- package/src/views/custom-components/CustomConfirmationModal.jsx +118 -0
- package/src/views/custom-components/CustomCountrySelect.jsx +129 -0
- package/src/views/custom-components/CustomDatePicker.jsx +122 -0
- package/src/views/custom-components/CustomDropdown.jsx +191 -0
- package/src/views/custom-components/CustomFileUpload.jsx +387 -0
- package/src/views/custom-components/CustomFullCalendar.jsx +514 -0
- package/src/views/custom-components/CustomInfiniteScroll.jsx +126 -0
- package/src/views/custom-components/CustomRadioComponent.jsx +65 -0
- package/src/views/custom-components/CustomStatsComponent.jsx +114 -0
- package/src/views/custom-components/CustomSvgUpload.jsx +170 -0
- package/src/views/custom-components/CustomSwitch.jsx +37 -0
- package/src/views/custom-components/CustomTabPanel.jsx +19 -0
- package/src/views/custom-components/CustomTextArea.jsx +62 -0
- package/src/views/custom-components/CustomTextArea.scss +27 -0
- package/src/views/custom-components/CustomTextField.jsx +116 -0
- package/src/views/custom-components/CustomToggleSwitch.jsx +138 -0
- package/src/views/custom-components/CustomTooltip.jsx +51 -0
- package/src/views/custom-components/CustomZoomImage.jsx +134 -0
- package/src/views/custom-components/CustomizedTable/CustomizedTableV2.jsx +1407 -0
- package/src/views/custom-components/CustomizedTable/VirtualizeTableBody.jsx +295 -0
- package/src/views/custom-components/CustomizedTable/helper.jsx +159 -0
- package/src/views/custom-components/CustomizedTable.jsx +532 -0
- package/src/views/custom-components/EditInputField.jsx +174 -0
- package/src/views/custom-components/FieldDescription.jsx +22 -0
- package/src/views/custom-components/FileDisplayComponent.jsx +138 -0
- package/src/views/custom-components/FormItem.jsx +53 -0
- package/src/views/custom-components/GenericChart.jsx +80 -0
- package/src/views/custom-components/InfoBadge.jsx +60 -0
- package/src/views/custom-components/PostgresEditor.jsx +801 -0
- package/src/views/custom-components/ResizableEditAutocompleteField.jsx +249 -0
- package/src/views/custom-components/ResizableEditInputField.jsx +215 -0
- package/src/views/custom-components/ResizeableEditSelectField.jsx +197 -0
- package/src/views/custom-components/SideOverlay.jsx +113 -0
- package/src/views/custom-components/SideOverlay.scss +42 -0
- package/src/views/custom-components/calendar.scss +571 -0
- package/src/views/feature-components/.gitkeep +0 -0
- package/src/views/feature-components/Dashboard/DashboardUI.jsx +1043 -0
- package/src/views/feature-components/Dashboard/DhnddModal/AshaDataQualityVerificationModal.jsx +278 -0
- package/src/views/feature-components/Dashboard/PinFeatureModal.jsx +143 -0
- package/src/views/feature-components/Dashboard/QuickLinks.jsx +163 -0
- package/src/views/feature-components/Dashboard/Taskbar.jsx +56 -0
- package/src/views/feature-components/Dashboard/WebtasksFilterForm.jsx +109 -0
- package/src/views/feature-components/Dashboard/WidgetCard.jsx +161 -0
- package/src/views/feature-components/Dashboard/actionModal.jsx +263 -0
- package/src/views/feature-components/Dashboard/ekavachModal/HealthWorkerIncorrectDetailsModal.jsx +332 -0
- package/src/views/feature-components/Dashboard/ekavachModal/MoMaternalDeathVerifcationModal.jsx +275 -0
- package/src/views/feature-components/Dashboard/ekavachModal/MoVerficationForChildScreeningMoadal.jsx +566 -0
- package/src/views/feature-components/FeatureUsageAnalytics/FeatureUsageAnalytics.jsx +989 -0
- package/src/views/feature-components/Features/NewServerManagement.jsx +217 -0
- package/src/views/feature-components/Features/ServerManagement.scss +120 -0
- package/src/views/feature-components/ForgotPassword/ForgotPassword.jsx +226 -0
- package/src/views/feature-components/LocationDirective/LocationDirective.jsx +992 -0
- package/src/views/feature-components/LocationDirective/LocationDirectiveV2.jsx +909 -0
- package/src/views/feature-components/NotFound.jsx +66 -0
- package/src/views/feature-components/Onboarding/Onboarding.jsx +1400 -0
- package/src/views/feature-components/Skeletons.js +115 -0
- package/src/views/feature-components/Unauthorized.jsx +48 -0
- package/src/views/feature-components/VerifyRoute.jsx +88 -0
- package/src/views/feature-components/YearlyRecap/YearlyRecap.jsx +357 -0
- package/src/views/feature-components/YearlyRecap/components/RecapSlide.jsx +183 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/TranslationContext.js +5 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/TranslationProvider.jsx +26 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/i18n.js +46 -0
- package/src/views/feature-components/YearlyRecap/languageTranslator/translations.json +167 -0
- package/src/views/feature-components/YearlyRecap/slides/IntroSlide.jsx +233 -0
- package/src/views/feature-components/YearlyRecap/slides/MaternalHealthSlide.jsx +146 -0
- package/src/views/feature-components/YearlyRecap/slides/MetricSlide.jsx +227 -0
- package/src/views/feature-components/YearlyRecap/slides/OutroSlide.jsx +701 -0
- package/src/views/feature-components/YearlyRecap/slides/ReachSlide.jsx +273 -0
- package/src/views/feature-components/login/Login.jsx +840 -0
- package/src/views/feature-components/login/Login.scss +154 -0
- package/src/views/feature-components/login/LoginConfigurator.jsx +1149 -0
- package/src/views/feature-components/login/TwoFactorSetupModal.jsx +411 -0
- package/src/views/feature-components/login/simplifyMenu.js +45 -0
- package/src/views/feature-components/system-config/ManageSystemConfigs.jsx +284 -0
- package/src/views/feature-components/system-config/SystemConfig.jsx +299 -0
- package/src/views/feature-components/users/ChangePasswordModal.jsx +243 -0
- package/src/views/feature-components/users/PasswordField.jsx +56 -0
- package/dist/index.css +0 -1
- package/dist/index.js +0 -32001
- package/dist/index.js.map +0 -1
|
@@ -0,0 +1,781 @@
|
|
|
1
|
+
const getServerURL = () => {
|
|
2
|
+
// Get current hostname
|
|
3
|
+
const { protocol, host } = window.location;
|
|
4
|
+
// Use .env for local development
|
|
5
|
+
if (host.includes('localhost')) {
|
|
6
|
+
return import.meta.env.VITE_API_URL;
|
|
7
|
+
}
|
|
8
|
+
// Create full URL like https://demo.medplat.org
|
|
9
|
+
return `${protocol}//${host}`;
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
const getAngularURL = () => {
|
|
13
|
+
const { protocol, host } = window.location;
|
|
14
|
+
const availableDomainsInAngular = [
|
|
15
|
+
'techostaging.argusoft.com',
|
|
16
|
+
'techo.gujarat.gov.in',
|
|
17
|
+
'sewarural-stg.argusservices.in',
|
|
18
|
+
'phmp-staging.ddd.gov.in',
|
|
19
|
+
'i-momcare-stg.uhs.edu.kh',
|
|
20
|
+
'care.sewarural.org',
|
|
21
|
+
'phmp.ddd.gov.in',
|
|
22
|
+
'i-momcare.uhs.edu.kh',
|
|
23
|
+
'caretrg.sewarural.org',
|
|
24
|
+
'ekavach.upnrhm.gov.in',
|
|
25
|
+
'ekavach-stg.upnrhm.gov.in',
|
|
26
|
+
'ekavach-trg.upnrhm.gov.in',
|
|
27
|
+
];
|
|
28
|
+
if (availableDomainsInAngular.includes(host)) {
|
|
29
|
+
return `${protocol}//${host}/`;
|
|
30
|
+
}
|
|
31
|
+
return ``;
|
|
32
|
+
};
|
|
33
|
+
|
|
34
|
+
const getRoomURL = () => {
|
|
35
|
+
const { host } = window.location;
|
|
36
|
+
if (host.includes('localhost')) {
|
|
37
|
+
return import.meta.env.VITE_ROOM_URL;
|
|
38
|
+
}
|
|
39
|
+
return `wss://${host}/api/videochat`;
|
|
40
|
+
};
|
|
41
|
+
|
|
42
|
+
const APP_CONFIG = {
|
|
43
|
+
appName: 'TeCHO+',
|
|
44
|
+
serverPath: getServerURL(),
|
|
45
|
+
apiPath: `${getServerURL()}/api`,
|
|
46
|
+
angularUrl: `${getAngularURL()}`,
|
|
47
|
+
roomUrl: `${getRoomURL()}`,
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export const redirectionObj = {
|
|
51
|
+
'https://techostaging.argusoft.com': [
|
|
52
|
+
'medplat/dashboard/webtasks',
|
|
53
|
+
'medplat/manage/menu',
|
|
54
|
+
'medplat/manage/menu/addfeature',
|
|
55
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
56
|
+
'medplat/manage/manageTranslation',
|
|
57
|
+
'medplat/manage/query',
|
|
58
|
+
'medplat/admin/mobileEntityManagement',
|
|
59
|
+
'medplat/admin/medplatForms',
|
|
60
|
+
'medplat/admin/mobileMenuManagement',
|
|
61
|
+
'medplat/admin/newServerManagement',
|
|
62
|
+
'medplat/manage/dashboardConfigurator',
|
|
63
|
+
'medplat/form',
|
|
64
|
+
'medplat/querymanagement',
|
|
65
|
+
'medplat/notification/all',
|
|
66
|
+
'medplat/views/config',
|
|
67
|
+
'medplat/report/all',
|
|
68
|
+
'medplat/report/view',
|
|
69
|
+
'medplat/report/all/groups',
|
|
70
|
+
'medplat/report/all/config',
|
|
71
|
+
'medplat/manage/members/verify-otp',
|
|
72
|
+
'medplat/manage/membersprofile',
|
|
73
|
+
'medplat/manage/home',
|
|
74
|
+
'medplat/manage/bookapointment',
|
|
75
|
+
'medplat/manage/labtechnician',
|
|
76
|
+
'medplat/dashboard/gvkverification',
|
|
77
|
+
'medplat/dashboard/cccverification',
|
|
78
|
+
'medplat/manage/emrrecord',
|
|
79
|
+
'medplat/manage/role',
|
|
80
|
+
'medplat/manage/users',
|
|
81
|
+
'medplat/manage/notification',
|
|
82
|
+
'medplat/manage/locationtype',
|
|
83
|
+
'medplat/manage/locationtype/managelocationtype',
|
|
84
|
+
'medplat/manage/uploadDocumentV2',
|
|
85
|
+
'medplat/manage/manage-widgets',
|
|
86
|
+
'medplat/admin/mobileMenuManagement',
|
|
87
|
+
'medplat/admin/mobileMenuManagement/addMenuConfiguration',
|
|
88
|
+
'medplat/manage/bankverifiedlist',
|
|
89
|
+
'medplat/manage/dscfilegeneration',
|
|
90
|
+
'medplat/manage/otpverification',
|
|
91
|
+
'medplat/manage/immunizationConfiguratorList',
|
|
92
|
+
'medplat/manage/manageImmunization',
|
|
93
|
+
'medplat/manage/faqs',
|
|
94
|
+
'medplat/manage/faq',
|
|
95
|
+
'medplat/manage/sohElementConfiguration',
|
|
96
|
+
'medplat/manage/manageSohElementConfiguration',
|
|
97
|
+
'medplat/manage/courselist',
|
|
98
|
+
'medplat/manage/course',
|
|
99
|
+
'medplat/training/questionsetlist',
|
|
100
|
+
'medplat/training/questionset',
|
|
101
|
+
'medplat/training/scheduled',
|
|
102
|
+
'medplat/training/schedule',
|
|
103
|
+
'medplat/training/traineeStatus',
|
|
104
|
+
'medplat/manage/servicedeliverylocation',
|
|
105
|
+
'medplat/ncd/familyqrcode',
|
|
106
|
+
'medplat/manage/otpverificationdsc',
|
|
107
|
+
'medplat/manage/cancertrainingdashboard',
|
|
108
|
+
'medplat/manage/sathitrainingdashboard',
|
|
109
|
+
'medplat/manage/duplicateMemberData',
|
|
110
|
+
'medplat/manage/duplicateMemberData/analysis',
|
|
111
|
+
'medplat/manage/duplicateMemberData/manual-report',
|
|
112
|
+
],
|
|
113
|
+
'https://techo.gujarat.gov.in': [
|
|
114
|
+
'medplat/dashboard/webtasks',
|
|
115
|
+
'medplat/manage/menu',
|
|
116
|
+
'medplat/report/all/groups',
|
|
117
|
+
'medplat/manage/menu/addfeature',
|
|
118
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
119
|
+
'medplat/manage/query',
|
|
120
|
+
'medplat/admin/mobileEntityManagement',
|
|
121
|
+
'medplat/admin/medplatForms',
|
|
122
|
+
'medplat/admin/mobileMenuManagement',
|
|
123
|
+
'medplat/admin/newServerManagement',
|
|
124
|
+
'medplat/manage/dashboardConfigurator',
|
|
125
|
+
'medplat/form',
|
|
126
|
+
'medplat/manage/labtechnician',
|
|
127
|
+
'medplat/report/all',
|
|
128
|
+
'medplat/report/view',
|
|
129
|
+
'medplat/report/all/groups',
|
|
130
|
+
'medplat/report/all/config',
|
|
131
|
+
'medplat/querymanagement',
|
|
132
|
+
'medplat/manage/role',
|
|
133
|
+
'medplat/notification/all',
|
|
134
|
+
'medplat/views/config',
|
|
135
|
+
'medplat/manage/notification',
|
|
136
|
+
'medplat/manage/manage-widgets',
|
|
137
|
+
'medplat/manage/dscfilegeneration',
|
|
138
|
+
'medplat/manage/otpverification',
|
|
139
|
+
'medplat/manage/uploadDocumentV2',
|
|
140
|
+
'medplat/manage/otpverificationdsc',
|
|
141
|
+
'medplat/manage/users',
|
|
142
|
+
'medplat/manage/manageTranslation',
|
|
143
|
+
'medplat/manage/cancertrainingdashboard',
|
|
144
|
+
'medplat/manage/sathitrainingdashboard',
|
|
145
|
+
'medplat/manage/duplicateMemberData',
|
|
146
|
+
'medplat/manage/duplicateMemberData/analysis',
|
|
147
|
+
'medplat/manage/duplicateMemberData/manual-report',
|
|
148
|
+
],
|
|
149
|
+
'https://demo.medplat.org': [
|
|
150
|
+
'medplat/dashboard/webtasks',
|
|
151
|
+
'medplat/manage/menu',
|
|
152
|
+
'medplat/report/all/groups',
|
|
153
|
+
'medplat/manage/menu/addfeature',
|
|
154
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
155
|
+
'medplat/manage/manageTranslation',
|
|
156
|
+
'medplat/manage/query',
|
|
157
|
+
'medplat/admin/mobileEntityManagement',
|
|
158
|
+
'medplat/admin/medplatForms',
|
|
159
|
+
'medplat/admin/mobileMenuManagement',
|
|
160
|
+
'medplat/admin/newServerManagement',
|
|
161
|
+
'medplat/manage/dashboardConfigurator',
|
|
162
|
+
'medplat/form',
|
|
163
|
+
],
|
|
164
|
+
'https://sewarural-stg.argusservices.in': [
|
|
165
|
+
'medplat/dashboard/webtasks',
|
|
166
|
+
'medplat/manage/menu',
|
|
167
|
+
'medplat/manage/menu/addfeature',
|
|
168
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
169
|
+
'medplat/manage/manageTranslation',
|
|
170
|
+
'medplat/manage/query',
|
|
171
|
+
'medplat/admin/mobileEntityManagement',
|
|
172
|
+
'medplat/admin/medplatForms',
|
|
173
|
+
'medplat/admin/mobileMenuManagement',
|
|
174
|
+
'medplat/admin/newServerManagement',
|
|
175
|
+
'medplat/manage/dashboardConfigurator',
|
|
176
|
+
'medplat/form',
|
|
177
|
+
'medplat/querymanagement',
|
|
178
|
+
'medplat/notification/all',
|
|
179
|
+
'medplat/views/config',
|
|
180
|
+
'medplat/report/all',
|
|
181
|
+
'medplat/report/view',
|
|
182
|
+
'medplat/report/all/groups',
|
|
183
|
+
'medplat/report/all/config',
|
|
184
|
+
'medplat/manage/members/verify-otp',
|
|
185
|
+
'medplat/manage/membersprofile',
|
|
186
|
+
'medplat/manage/home',
|
|
187
|
+
'medplat/manage/bookapointment',
|
|
188
|
+
'medplat/manage/labtechnician',
|
|
189
|
+
'medplat/dashboard/gvkverification',
|
|
190
|
+
'medplat/dashboard/cccverification',
|
|
191
|
+
'medplat/manage/emrrecord',
|
|
192
|
+
'medplat/manage/role',
|
|
193
|
+
'medplat/manage/users',
|
|
194
|
+
'medplat/manage/notification',
|
|
195
|
+
'medplat/manage/locationtype',
|
|
196
|
+
'medplat/manage/locationtype/managelocationtype',
|
|
197
|
+
'medplat/manage/uploadDocumentV2',
|
|
198
|
+
'medplat/manage/manage-widgets',
|
|
199
|
+
'medplat/admin/mobileMenuManagement',
|
|
200
|
+
'medplat/admin/mobileMenuManagement/addMenuConfiguration',
|
|
201
|
+
'medplat/manage/bankverifiedlist',
|
|
202
|
+
'medplat/manage/dscfilegeneration',
|
|
203
|
+
'medplat/manage/otpverification',
|
|
204
|
+
'medplat/manage/immunizationConfiguratorList',
|
|
205
|
+
'medplat/manage/manageImmunization',
|
|
206
|
+
'medplat/manage/faqs',
|
|
207
|
+
'medplat/manage/faq',
|
|
208
|
+
'medplat/manage/sohElementConfiguration',
|
|
209
|
+
'medplat/manage/manageSohElementConfiguration',
|
|
210
|
+
'medplat/manage/courselist',
|
|
211
|
+
'medplat/manage/course',
|
|
212
|
+
'medplat/training/questionsetlist',
|
|
213
|
+
'medplat/training/questionset',
|
|
214
|
+
'medplat/training/scheduled',
|
|
215
|
+
'medplat/training/schedule',
|
|
216
|
+
'medplat/training/traineeStatus',
|
|
217
|
+
'medplat/manage/servicedeliverylocation',
|
|
218
|
+
'medplat/ncd/familyqrcode',
|
|
219
|
+
'medplat/manage/ConversationAdminDashboardController',
|
|
220
|
+
'medplat/manage/conversationCollectionDashboard',
|
|
221
|
+
'medplat/manage/conversationcollection',
|
|
222
|
+
'medplat/manage/summary',
|
|
223
|
+
'medplat/manage/duplicateMemberData',
|
|
224
|
+
'medplat/manage/duplicateMemberData/analysis',
|
|
225
|
+
'medplat/manage/duplicateMemberData/manual-report',
|
|
226
|
+
],
|
|
227
|
+
'https://phmp-staging.ddd.gov.in': [
|
|
228
|
+
'medplat/dashboard/webtasks',
|
|
229
|
+
'medplat/manage/incentive',
|
|
230
|
+
'medplat/incentive/evaluation',
|
|
231
|
+
'medplat/incentive/history',
|
|
232
|
+
'medplat/manage/menu',
|
|
233
|
+
'medplat/manage/menu/addfeature',
|
|
234
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
235
|
+
'medplat/manage/manageTranslation',
|
|
236
|
+
'medplat/manage/query',
|
|
237
|
+
'medplat/admin/mobileEntityManagement',
|
|
238
|
+
'medplat/admin/medplatForms',
|
|
239
|
+
'medplat/admin/mobileMenuManagement',
|
|
240
|
+
'medplat/admin/newServerManagement',
|
|
241
|
+
'medplat/manage/dashboardConfigurator',
|
|
242
|
+
'medplat/form',
|
|
243
|
+
'medplat/querymanagement',
|
|
244
|
+
'medplat/notification/all',
|
|
245
|
+
'medplat/views/config',
|
|
246
|
+
'medplat/report/all',
|
|
247
|
+
'medplat/report/view',
|
|
248
|
+
'medplat/report/all/groups',
|
|
249
|
+
'medplat/report/all/config',
|
|
250
|
+
'medplat/manage/members/verify-otp',
|
|
251
|
+
'medplat/manage/membersprofile',
|
|
252
|
+
'medplat/manage/home',
|
|
253
|
+
'medplat/manage/bookapointment',
|
|
254
|
+
'medplat/manage/labtechnician',
|
|
255
|
+
'medplat/dashboard/gvkverification',
|
|
256
|
+
'medplat/dashboard/cccverification',
|
|
257
|
+
'medplat/manage/emrrecord',
|
|
258
|
+
'medplat/manage/role',
|
|
259
|
+
'medplat/manage/users',
|
|
260
|
+
'medplat/manage/notification',
|
|
261
|
+
'medplat/manage/locationtype',
|
|
262
|
+
'medplat/manage/locationtype/managelocationtype',
|
|
263
|
+
'medplat/manage/uploadDocumentV2',
|
|
264
|
+
'medplat/manage/manage-widgets',
|
|
265
|
+
'medplat/admin/mobileMenuManagement',
|
|
266
|
+
'medplat/admin/mobileMenuManagement/addMenuConfiguration',
|
|
267
|
+
'medplat/manage/bankverifiedlist',
|
|
268
|
+
'medplat/manage/dscfilegeneration',
|
|
269
|
+
'medplat/manage/otpverification',
|
|
270
|
+
'medplat/manage/immunizationConfiguratorList',
|
|
271
|
+
'medplat/manage/manageImmunization',
|
|
272
|
+
'medplat/manage/faqs',
|
|
273
|
+
'medplat/manage/faq',
|
|
274
|
+
'medplat/manage/sohElementConfiguration',
|
|
275
|
+
'medplat/manage/manageSohElementConfiguration',
|
|
276
|
+
'medplat/manage/courselist',
|
|
277
|
+
'medplat/manage/course',
|
|
278
|
+
'medplat/training/questionsetlist',
|
|
279
|
+
'medplat/training/questionset',
|
|
280
|
+
'medplat/training/scheduled',
|
|
281
|
+
'medplat/training/schedule',
|
|
282
|
+
'medplat/training/traineeStatus',
|
|
283
|
+
'medplat/manage/servicedeliverylocation',
|
|
284
|
+
'medplat/ncd/familyqrcode',
|
|
285
|
+
'medplat/manage/rchdashboard',
|
|
286
|
+
'medplat/manage/duplicateMemberData',
|
|
287
|
+
'medplat/manage/duplicateMemberData/analysis',
|
|
288
|
+
'medplat/manage/duplicateMemberData/manual-report',
|
|
289
|
+
],
|
|
290
|
+
'https://i-momcare-stg.uhs.edu.kh': [
|
|
291
|
+
'medplat/dashboard/webtasks',
|
|
292
|
+
'medplat/manage/menu',
|
|
293
|
+
'medplat/report/all/groups',
|
|
294
|
+
'medplat/manage/menu/addfeature',
|
|
295
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
296
|
+
'medplat/manage/manageTranslation',
|
|
297
|
+
'medplat/manage/query',
|
|
298
|
+
'medplat/admin/mobileEntityManagement',
|
|
299
|
+
'medplat/admin/medplatForms',
|
|
300
|
+
'medplat/admin/mobileMenuManagement',
|
|
301
|
+
'medplat/admin/newServerManagement',
|
|
302
|
+
'medplat/manage/dashboardConfigurator',
|
|
303
|
+
'medplat/form',
|
|
304
|
+
],
|
|
305
|
+
'https://care.sewarural.org': [
|
|
306
|
+
'medplat/dashboard/webtasks',
|
|
307
|
+
'medplat/manage/menu',
|
|
308
|
+
'medplat/report/all/groups',
|
|
309
|
+
'medplat/manage/menu/addfeature',
|
|
310
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
311
|
+
'medplat/manage/query',
|
|
312
|
+
'medplat/querymanagement',
|
|
313
|
+
'medplat/admin/mobileEntityManagement',
|
|
314
|
+
'medplat/admin/medplatForms',
|
|
315
|
+
'medplat/admin/mobileMenuManagement',
|
|
316
|
+
'medplat/admin/newServerManagement',
|
|
317
|
+
'medplat/manage/dashboardConfigurator',
|
|
318
|
+
'medplat/form',
|
|
319
|
+
'medplat/manage/ConversationAdminDashboardController',
|
|
320
|
+
'medplat/manage/conversationCollectionDashboard',
|
|
321
|
+
'medplat/manage/conversationcollection',
|
|
322
|
+
'medplat/manage/summary',
|
|
323
|
+
'medplat/manage/notification',
|
|
324
|
+
'medplat/notification/all',
|
|
325
|
+
'medplat/views/config',
|
|
326
|
+
'medplat/report/all',
|
|
327
|
+
'medplat/report/view',
|
|
328
|
+
'medplat/report/all/groups',
|
|
329
|
+
'medplat/report/all/config',
|
|
330
|
+
'medplat/manage/uploadDocumentV2',
|
|
331
|
+
'medplat/manage/manage-widgets',
|
|
332
|
+
'medplat/manage/role',
|
|
333
|
+
'medplat/manage/users',
|
|
334
|
+
'medplat/manage/manageTranslation',
|
|
335
|
+
],
|
|
336
|
+
'https://phmp.ddd.gov.in': [
|
|
337
|
+
'medplat/dashboard/webtasks',
|
|
338
|
+
'medplat/manage/menu',
|
|
339
|
+
'medplat/report/all/groups',
|
|
340
|
+
'medplat/manage/menu/addfeature',
|
|
341
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
342
|
+
'medplat/manage/query',
|
|
343
|
+
'medplat/manage/users',
|
|
344
|
+
'medplat/querymanagement',
|
|
345
|
+
'medplat/admin/mobileEntityManagement',
|
|
346
|
+
'medplat/admin/medplatForms',
|
|
347
|
+
'medplat/admin/mobileMenuManagement',
|
|
348
|
+
'medplat/admin/newServerManagement',
|
|
349
|
+
'medplat/manage/dashboardConfigurator',
|
|
350
|
+
'medplat/form',
|
|
351
|
+
'medplat/manage/notification',
|
|
352
|
+
'medplat/notification/all',
|
|
353
|
+
'medplat/views/config',
|
|
354
|
+
'medplat/report/all',
|
|
355
|
+
'medplat/report/view',
|
|
356
|
+
'medplat/report/all/groups',
|
|
357
|
+
'medplat/report/all/config',
|
|
358
|
+
'medplat/manage/manage-widgets',
|
|
359
|
+
'medplat/manage/role',
|
|
360
|
+
'medplat/manage/users',
|
|
361
|
+
'medplat/manage/manageTranslation',
|
|
362
|
+
'medplat/manage/rchdashboard',
|
|
363
|
+
],
|
|
364
|
+
'https://i-momcare.uhs.edu.kh': [
|
|
365
|
+
'medplat/dashboard/webtasks',
|
|
366
|
+
'medplat/manage/menu',
|
|
367
|
+
'medplat/report/all/groups',
|
|
368
|
+
'medplat/manage/menu/addfeature',
|
|
369
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
370
|
+
'medplat/manage/manageTranslation',
|
|
371
|
+
'medplat/manage/query',
|
|
372
|
+
'medplat/admin/mobileEntityManagement',
|
|
373
|
+
'medplat/admin/medplatForms',
|
|
374
|
+
'medplat/admin/mobileMenuManagement',
|
|
375
|
+
'medplat/admin/newServerManagement',
|
|
376
|
+
'medplat/manage/dashboardConfigurator',
|
|
377
|
+
'medplat/form',
|
|
378
|
+
],
|
|
379
|
+
'https://caretrg.sewarural.org': [
|
|
380
|
+
'medplat/dashboard/webtasks',
|
|
381
|
+
'medplat/manage/menu',
|
|
382
|
+
'medplat/report/all/groups',
|
|
383
|
+
'medplat/manage/menu/addfeature',
|
|
384
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
385
|
+
'medplat/manage/manageTranslation',
|
|
386
|
+
'medplat/manage/query',
|
|
387
|
+
'medplat/admin/mobileEntityManagement',
|
|
388
|
+
'medplat/admin/medplatForms',
|
|
389
|
+
'medplat/admin/mobileMenuManagement',
|
|
390
|
+
'medplat/admin/newServerManagement',
|
|
391
|
+
'medplat/manage/dashboardConfigurator',
|
|
392
|
+
'medplat/form',
|
|
393
|
+
],
|
|
394
|
+
'https://ekavach.upnrhm.gov.in': [
|
|
395
|
+
'medplat/dashboard/webtasks',
|
|
396
|
+
'medplat/manage/menu',
|
|
397
|
+
'medplat/manage/menu/addfeature',
|
|
398
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
399
|
+
'medplat/manage/query',
|
|
400
|
+
'medplat/querymanagement',
|
|
401
|
+
'medplat/admin/mobileEntityManagement',
|
|
402
|
+
'medplat/admin/medplatForms',
|
|
403
|
+
'medplat/admin/mobileMenuManagement',
|
|
404
|
+
'medplat/admin/newServerManagement',
|
|
405
|
+
'medplat/manage/dashboardConfigurator',
|
|
406
|
+
'medplat/form',
|
|
407
|
+
'medplat/admin/mobileMenuManagement',
|
|
408
|
+
'medplat/admin/mobileMenuManagement/addMenuConfiguration',
|
|
409
|
+
'medplat/manage/districthealthdashboard',
|
|
410
|
+
'medplat/manage/notification',
|
|
411
|
+
'medplat/notification/all',
|
|
412
|
+
'medplat/views/config',
|
|
413
|
+
'medplat/report/all',
|
|
414
|
+
'medplat/report/view',
|
|
415
|
+
'medplat/report/all/groups',
|
|
416
|
+
'medplat/report/all/config',
|
|
417
|
+
'medplat/manage/manage-widgets',
|
|
418
|
+
'medplat/manage/role',
|
|
419
|
+
'medplat/manage/users',
|
|
420
|
+
'medplat/manage/manageTranslation',
|
|
421
|
+
'medplat/manage/securityAuditLogs',
|
|
422
|
+
'medplat/manage/activityAnalytics',
|
|
423
|
+
],
|
|
424
|
+
'https://ekavach-stg.upnrhm.gov.in': [
|
|
425
|
+
'medplat/dashboard/webtasks',
|
|
426
|
+
'medplat/manage/menu',
|
|
427
|
+
'medplat/manage/menu/addfeature',
|
|
428
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
429
|
+
'medplat/manage/manageTranslation',
|
|
430
|
+
'medplat/manage/query',
|
|
431
|
+
'medplat/admin/mobileEntityManagement',
|
|
432
|
+
'medplat/admin/medplatForms',
|
|
433
|
+
'medplat/admin/mobileMenuManagement',
|
|
434
|
+
'medplat/admin/newServerManagement',
|
|
435
|
+
'medplat/manage/dashboardConfigurator',
|
|
436
|
+
'medplat/form',
|
|
437
|
+
'medplat/querymanagement',
|
|
438
|
+
'medplat/notification/all',
|
|
439
|
+
'medplat/views/config',
|
|
440
|
+
'medplat/report/all',
|
|
441
|
+
'medplat/report/view',
|
|
442
|
+
'medplat/report/all/groups',
|
|
443
|
+
'medplat/report/all/config',
|
|
444
|
+
'medplat/manage/members/verify-otp',
|
|
445
|
+
'medplat/manage/membersprofile',
|
|
446
|
+
'medplat/manage/home',
|
|
447
|
+
'medplat/manage/bookapointment',
|
|
448
|
+
'medplat/manage/labtechnician',
|
|
449
|
+
'medplat/dashboard/gvkverification',
|
|
450
|
+
'medplat/dashboard/cccverification',
|
|
451
|
+
'medplat/manage/emrrecord',
|
|
452
|
+
'medplat/manage/role',
|
|
453
|
+
'medplat/manage/users',
|
|
454
|
+
'medplat/manage/notification',
|
|
455
|
+
'medplat/manage/locationtype',
|
|
456
|
+
'medplat/manage/locationtype/managelocationtype',
|
|
457
|
+
'medplat/manage/uploadDocumentV2',
|
|
458
|
+
'medplat/manage/manage-widgets',
|
|
459
|
+
'medplat/admin/mobileMenuManagement',
|
|
460
|
+
'medplat/admin/mobileMenuManagement/addMenuConfiguration',
|
|
461
|
+
'medplat/manage/bankverifiedlist',
|
|
462
|
+
'medplat/manage/dscfilegeneration',
|
|
463
|
+
'medplat/manage/otpverification',
|
|
464
|
+
'medplat/manage/immunizationConfiguratorList',
|
|
465
|
+
'medplat/manage/manageImmunization',
|
|
466
|
+
'medplat/manage/faqs',
|
|
467
|
+
'medplat/manage/faq',
|
|
468
|
+
'medplat/manage/sohElementConfiguration',
|
|
469
|
+
'medplat/manage/manageSohElementConfiguration',
|
|
470
|
+
'medplat/manage/courselist',
|
|
471
|
+
'medplat/manage/course',
|
|
472
|
+
'medplat/training/questionsetlist',
|
|
473
|
+
'medplat/training/questionset',
|
|
474
|
+
'medplat/training/scheduled',
|
|
475
|
+
'medplat/training/schedule',
|
|
476
|
+
'medplat/training/traineeStatus',
|
|
477
|
+
'medplat/manage/servicedeliverylocation',
|
|
478
|
+
'medplat/ncd/familyqrcode',
|
|
479
|
+
'medplat/manage/districthealthdashboard',
|
|
480
|
+
'medplat/manage/securityAuditLogs',
|
|
481
|
+
'medplat/manage/activityAnalytics',
|
|
482
|
+
'medplat/manage/duplicateMemberData',
|
|
483
|
+
'medplat/manage/duplicateMemberData/analysis',
|
|
484
|
+
'medplat/manage/duplicateMemberData/manual-report',
|
|
485
|
+
],
|
|
486
|
+
'https://ekavach-trg.upnrhm.gov.in': [
|
|
487
|
+
'medplat/dashboard/webtasks',
|
|
488
|
+
'medplat/manage/menu',
|
|
489
|
+
'medplat/manage/menu/addfeature',
|
|
490
|
+
'medplat/manage/menu/addDynamicFeature',
|
|
491
|
+
'medplat/manage/manageTranslation',
|
|
492
|
+
'medplat/manage/query',
|
|
493
|
+
'medplat/admin/mobileEntityManagement',
|
|
494
|
+
'medplat/admin/medplatForms',
|
|
495
|
+
'medplat/admin/mobileMenuManagement',
|
|
496
|
+
'medplat/admin/newServerManagement',
|
|
497
|
+
'medplat/manage/dashboardConfigurator',
|
|
498
|
+
'medplat/form',
|
|
499
|
+
'medplat/admin/mobileMenuManagement',
|
|
500
|
+
'medplat/admin/mobileMenuManagement/addMenuConfiguration',
|
|
501
|
+
],
|
|
502
|
+
};
|
|
503
|
+
|
|
504
|
+
export const firebaseConfig = {
|
|
505
|
+
apiKey: 'AIzaSyDHcju6KCZlMO7nAwq-QGnbetUaPWRGdeQ',
|
|
506
|
+
authDomain: 'medplat-bahaar-app-16134.firebaseapp.com',
|
|
507
|
+
projectId: 'medplat-bahaar-app-16134',
|
|
508
|
+
storageBucket: 'medplat-bahaar-app-16134.firebasestorage.app',
|
|
509
|
+
messagingSenderId: '370205717850',
|
|
510
|
+
appId: '1:370205717850:web:b163ee193f71979f00ef63',
|
|
511
|
+
measurementId: 'G-B6QJ6Y65QR',
|
|
512
|
+
};
|
|
513
|
+
export const firebaseVapidKey = `BNa8lFYq4IHUiQKyAsLd41_zvLIBoVku-fx_-RdXUrVWiEiKaJDbJjhYIBLjdYA-yRTN3kjYbGcWXUIe6kdocck`;
|
|
514
|
+
|
|
515
|
+
export default APP_CONFIG;
|
|
516
|
+
|
|
517
|
+
export const bahaarJSON = {
|
|
518
|
+
centerLogin: false,
|
|
519
|
+
isDownloadLink: true,
|
|
520
|
+
implementationImage: "bahaarNew.png",
|
|
521
|
+
brandLogo: "sath.png",
|
|
522
|
+
inputFieldClass: "[&_.MuiOutlinedInput-root.Mui-focused_fieldset]:border-[#0A204A]",
|
|
523
|
+
submitButtonClass: "bg-[#0A204A]",
|
|
524
|
+
footerSections: [],
|
|
525
|
+
bottomLogos: [
|
|
526
|
+
{
|
|
527
|
+
image: "medplat-highres.png",
|
|
528
|
+
href: "http://www.argusoft.com/",
|
|
529
|
+
alt: "Medplat"
|
|
530
|
+
}
|
|
531
|
+
]
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export const upJSON = {
|
|
535
|
+
centerLogin: false,
|
|
536
|
+
isDownloadLink: true,
|
|
537
|
+
implementationImage: "up4K.png",
|
|
538
|
+
brandLogo: "ekavach.png",
|
|
539
|
+
inputFieldClass: "",
|
|
540
|
+
submitButtonClass: "",
|
|
541
|
+
showLogoDivider: true,
|
|
542
|
+
footerSections: [
|
|
543
|
+
{
|
|
544
|
+
type: "buttons",
|
|
545
|
+
buttons: [
|
|
546
|
+
{
|
|
547
|
+
icon: null,
|
|
548
|
+
text: "NDD Campaign {{CURRENT_YEAR}}",
|
|
549
|
+
href: "https://ekavach.upnrhm.gov.in/imtecho-ui/ndd"
|
|
550
|
+
}
|
|
551
|
+
]
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
type: "logos",
|
|
555
|
+
logos: [
|
|
556
|
+
{
|
|
557
|
+
image: "govtofup.png",
|
|
558
|
+
href: "https://up.gov.in/en/",
|
|
559
|
+
alt: "Government of Uttar Pradesh"
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
image: "nhm-logo.png",
|
|
563
|
+
href: "http://nhm.gov.in",
|
|
564
|
+
alt: "NHM"
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
image: "sewa-rural.png",
|
|
568
|
+
href: "http://www.sewarural.org/",
|
|
569
|
+
alt: "Sewa Rural"
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
image: "medplat-highres.png",
|
|
573
|
+
href: "http://www.argusoft.com/",
|
|
574
|
+
alt: "Medplat"
|
|
575
|
+
}
|
|
576
|
+
]
|
|
577
|
+
}
|
|
578
|
+
],
|
|
579
|
+
bottomLogos: []
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
export const phmpJSON = {
|
|
583
|
+
centerLogin: false,
|
|
584
|
+
isDownloadLink: true,
|
|
585
|
+
implementationImage: "dnhdd4K.png",
|
|
586
|
+
brandLogo: "dnhdd.png",
|
|
587
|
+
inputFieldClass: "",
|
|
588
|
+
submitButtonClass: "",
|
|
589
|
+
footerSections: [
|
|
590
|
+
{
|
|
591
|
+
type: "buttons",
|
|
592
|
+
buttons: [
|
|
593
|
+
{
|
|
594
|
+
icon: "MEDICAL",
|
|
595
|
+
text: "AAROGYA CARD",
|
|
596
|
+
href: "https://phmp.ddd.gov.in/imtecho-ui/#!/ncd-arogya-card-citizen"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
icon: "PASSPORT",
|
|
600
|
+
text: "DEMOGRAPHIC DASHBOARD",
|
|
601
|
+
href: "https://phmp.ddd.gov.in/imtecho-ui/#!/techo/manage/utdashboard"
|
|
602
|
+
}
|
|
603
|
+
]
|
|
604
|
+
}
|
|
605
|
+
],
|
|
606
|
+
bottomLogos: [
|
|
607
|
+
{
|
|
608
|
+
image: "medplat-highres.png",
|
|
609
|
+
href: "http://www.argusoft.com/",
|
|
610
|
+
alt: "Medplat"
|
|
611
|
+
}
|
|
612
|
+
]
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export const sewaruralJSON = {
|
|
616
|
+
centerLogin: false,
|
|
617
|
+
isDownloadLink: true,
|
|
618
|
+
implementationImage: "sewarural4K.png",
|
|
619
|
+
brandLogo: "sewarural.png",
|
|
620
|
+
inputFieldClass: "",
|
|
621
|
+
submitButtonClass: "",
|
|
622
|
+
footerSections: [
|
|
623
|
+
{
|
|
624
|
+
type: "logos",
|
|
625
|
+
logos: [
|
|
626
|
+
{
|
|
627
|
+
image: "sewa-rural.png",
|
|
628
|
+
href: "https://www.sewarural.org/",
|
|
629
|
+
alt: "Sewa Rural"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
image: "medplat-highres.png",
|
|
633
|
+
href: "http://www.argusoft.com/",
|
|
634
|
+
alt: "Medplat"
|
|
635
|
+
}
|
|
636
|
+
]
|
|
637
|
+
}
|
|
638
|
+
],
|
|
639
|
+
bottomLogos: []
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
export const oasisJSON = {
|
|
643
|
+
centerLogin: false,
|
|
644
|
+
isDownloadLink: true,
|
|
645
|
+
implementationImage: "OASISLogin.png",
|
|
646
|
+
brandLogo: "oasis-logo.png",
|
|
647
|
+
inputFieldClass: "",
|
|
648
|
+
submitButtonClass: "",
|
|
649
|
+
logoHeightClass: "h-16 w-auto",
|
|
650
|
+
footerSections: [
|
|
651
|
+
{
|
|
652
|
+
type: "logos",
|
|
653
|
+
logos: [
|
|
654
|
+
{
|
|
655
|
+
image: "phfi-logo.jpg",
|
|
656
|
+
href: "https://phfi.org/",
|
|
657
|
+
alt: "PHFI"
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
image: "lshtm-logo.jpg",
|
|
661
|
+
href: "https://www.lshtm.ac.uk/",
|
|
662
|
+
alt: "LSHTM"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
image: "wbu-logo.png",
|
|
666
|
+
href: "https://wbuafscl.ac.in/",
|
|
667
|
+
alt: "WBUAFS"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
image: "ou-logo.png",
|
|
671
|
+
href: "https://www.ndm.ox.ac.uk/",
|
|
672
|
+
alt: "Oxford"
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
type: "textWithLogo",
|
|
678
|
+
text: "Funded by",
|
|
679
|
+
image: "ttc.png",
|
|
680
|
+
href: "https://thetrinitychallenge.org/",
|
|
681
|
+
alt: "The Trinity Challenge"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
type: "logosWithText",
|
|
685
|
+
items: [
|
|
686
|
+
{
|
|
687
|
+
image: "dsprud-logo.png",
|
|
688
|
+
href: "https://www.dsprud.org/",
|
|
689
|
+
alt: "DSPRUD"
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
image: "ficci.png",
|
|
693
|
+
href: "https://www.ficci.in/",
|
|
694
|
+
alt: "FICCI"
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
image: "wb-gov-logo.png",
|
|
698
|
+
href: "https://wb.gov.in/",
|
|
699
|
+
alt: "Government of West Bengal",
|
|
700
|
+
text: "Supported By Government of West Bengal"
|
|
701
|
+
}
|
|
702
|
+
]
|
|
703
|
+
}
|
|
704
|
+
],
|
|
705
|
+
bottomLogos: []
|
|
706
|
+
}
|
|
707
|
+
|
|
708
|
+
export const techoJSON = {
|
|
709
|
+
centerLogin: false,
|
|
710
|
+
isDownloadLink: true,
|
|
711
|
+
implementationImage: "techo4K.png",
|
|
712
|
+
brandLogo: "techo_plus.png",
|
|
713
|
+
inputFieldClass: "",
|
|
714
|
+
submitButtonClass: "",
|
|
715
|
+
showLogoDivider: true,
|
|
716
|
+
footerSections: [
|
|
717
|
+
{
|
|
718
|
+
type: "buttons",
|
|
719
|
+
buttons: [
|
|
720
|
+
{
|
|
721
|
+
icon: "PERSON",
|
|
722
|
+
text: "CITIZEN LOGIN",
|
|
723
|
+
href: "https://techo.gujarat.gov.in/ui/medplat/manage/members/verify-otp"
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
icon: "MEDICAL",
|
|
727
|
+
text: "AAROGYA CARD",
|
|
728
|
+
href: "https://techo.gujarat.gov.in/imtecho-ui/#!/downloadarogyacard"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
icon: "PASSPORT",
|
|
732
|
+
text: "CREATE CITIZEN SSO",
|
|
733
|
+
href: "https://gujaratsso.gujarat.gov.in/"
|
|
734
|
+
}
|
|
735
|
+
]
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
type: "logos",
|
|
739
|
+
logos: [
|
|
740
|
+
{
|
|
741
|
+
image: "govtofgujarat.png",
|
|
742
|
+
href: "https://gujhealth.gujarat.gov.in/",
|
|
743
|
+
alt: "Government of Gujarat"
|
|
744
|
+
},
|
|
745
|
+
{
|
|
746
|
+
image: "nhm-logo.png",
|
|
747
|
+
href: "http://nhm.gov.in",
|
|
748
|
+
alt: "NHM"
|
|
749
|
+
},
|
|
750
|
+
{
|
|
751
|
+
image: "sewa-rural.png",
|
|
752
|
+
href: "http://www.sewarural.org/",
|
|
753
|
+
alt: "Sewa Rural"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
image: "medplat-highres.png",
|
|
757
|
+
href: "http://www.argusoft.com/",
|
|
758
|
+
alt: "Medplat"
|
|
759
|
+
}
|
|
760
|
+
]
|
|
761
|
+
}
|
|
762
|
+
],
|
|
763
|
+
bottomLogos: []
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
export const defaultJSON = {
|
|
767
|
+
centerLogin: false,
|
|
768
|
+
isDownloadLink: false,
|
|
769
|
+
implementationImage: 'techo4K.png',
|
|
770
|
+
brandLogo: 'medplat-highres.png',
|
|
771
|
+
inputFieldClass: '',
|
|
772
|
+
submitButtonClass: '',
|
|
773
|
+
footerSections: [],
|
|
774
|
+
bottomLogos: [
|
|
775
|
+
{
|
|
776
|
+
image: 'medplat-highres.png',
|
|
777
|
+
href: 'http://www.argusoft.com/',
|
|
778
|
+
alt: 'Medplat',
|
|
779
|
+
},
|
|
780
|
+
],
|
|
781
|
+
};
|