{"version":3,"file":"runtime.866790316bd00b6a.js","mappings":";;;;UAAA;UACA;;UAEA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;UACA;;UAEA;UACA;;UAEA;UACA;UACA;;UAEA;UACA;;;;;WCzBA;WACA;WACA;WACA;WACA,+BAA+B,wCAAwC;WACvE;WACA;WACA;WACA;WACA,iBAAiB,qBAAqB;WACtC;WACA;WACA,kBAAkB,qBAAqB;WACvC;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WC3BA;WACA;WACA;WACA;WACA;WACA,iCAAiC,WAAW;WAC5C;WACA;;;;;WCPA;WACA;WACA;WACA;WACA,yCAAyC,wCAAwC;WACjF;WACA;WACA;;;;;WCPA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,EAAE;WACF;;;;;WCRA;WACA;WACA;WACA,8BAA8B,g8JAAg8J;WAC99J;;;;;WCJA;WACA;WACA;WACA;WACA;;;;;WCJA;;;;;WCAA;WACA;WACA;WACA;WACA,uBAAuB,4BAA4B;WACnD;WACA;WACA;WACA,iBAAiB,oBAAoB;WACrC;WACA,mGAAmG,YAAY;WAC/G;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,mEAAmE,iCAAiC;WACpG;WACA;WACA;WACA;;;;;WCxCA;WACA;WACA;WACA,uDAAuD,iBAAiB;WACxE;WACA,gDAAgD,aAAa;WAC7D;;;;;WCNA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;;;;WCZA;;;;;WCAA;;;;;WCAA;;WAEA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA,iCAAiC;;WAEjC;WACA;WACA;WACA,KAAK;WACL;WACA;WACA;WACA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM;WACN;WACA;WACA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;;WAEA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA;WACA,MAAM,qBAAqB;WAC3B;WACA;WACA;WACA;WACA;WACA;WACA;WACA;;WAEA;WACA;WACA","sources":["webpack/bootstrap","webpack/runtime/chunk loaded","webpack/runtime/compat get default export","webpack/runtime/define property getters","webpack/runtime/ensure chunk","webpack/runtime/get javascript chunk filename","webpack/runtime/get mini-css chunk filename","webpack/runtime/hasOwnProperty shorthand","webpack/runtime/load script","webpack/runtime/make namespace object","webpack/runtime/trusted types policy","webpack/runtime/trusted types script url","webpack/runtime/publicPath","webpack/runtime/jsonp chunk loading","webpack/before-startup","webpack/startup","webpack/after-startup"],"sourcesContent":["// The module cache\nvar __webpack_module_cache__ = {};\n\n// The require function\nfunction __webpack_require__(moduleId) {\n\t// Check if module is in cache\n\tvar cachedModule = __webpack_module_cache__[moduleId];\n\tif (cachedModule !== undefined) {\n\t\treturn cachedModule.exports;\n\t}\n\t// Create a new module (and put it into the cache)\n\tvar module = __webpack_module_cache__[moduleId] = {\n\t\t// no module.id needed\n\t\t// no module.loaded needed\n\t\texports: {}\n\t};\n\n\t// Execute the module function\n\t__webpack_modules__[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n\t// Return the exports of the module\n\treturn module.exports;\n}\n\n// expose the modules object (__webpack_modules__)\n__webpack_require__.m = __webpack_modules__;\n\n","var deferred = [];\n__webpack_require__.O = (result, chunkIds, fn, priority) => {\n\tif(chunkIds) {\n\t\tpriority = priority || 0;\n\t\tfor(var i = deferred.length; i > 0 && deferred[i - 1][2] > priority; i--) deferred[i] = deferred[i - 1];\n\t\tdeferred[i] = [chunkIds, fn, priority];\n\t\treturn;\n\t}\n\tvar notFulfilled = Infinity;\n\tfor (var i = 0; i < deferred.length; i++) {\n\t\tvar [chunkIds, fn, priority] = deferred[i];\n\t\tvar fulfilled = true;\n\t\tfor (var j = 0; j < chunkIds.length; j++) {\n\t\t\tif ((priority & 1 === 0 || notFulfilled >= priority) && Object.keys(__webpack_require__.O).every((key) => (__webpack_require__.O[key](chunkIds[j])))) {\n\t\t\t\tchunkIds.splice(j--, 1);\n\t\t\t} else {\n\t\t\t\tfulfilled = false;\n\t\t\t\tif(priority < notFulfilled) notFulfilled = priority;\n\t\t\t}\n\t\t}\n\t\tif(fulfilled) {\n\t\t\tdeferred.splice(i--, 1)\n\t\t\tvar r = fn();\n\t\t\tif (r !== undefined) result = r;\n\t\t}\n\t}\n\treturn result;\n};","// getDefaultExport function for compatibility with non-harmony modules\n__webpack_require__.n = (module) => {\n\tvar getter = module && module.__esModule ?\n\t\t() => (module['default']) :\n\t\t() => (module);\n\t__webpack_require__.d(getter, { a: getter });\n\treturn getter;\n};","// define getter functions for harmony exports\n__webpack_require__.d = (exports, definition) => {\n\tfor(var key in definition) {\n\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n\t\t}\n\t}\n};","__webpack_require__.f = {};\n// This file contains only the entry chunk.\n// The chunk loading function for additional chunks\n__webpack_require__.e = (chunkId) => {\n\treturn Promise.all(Object.keys(__webpack_require__.f).reduce((promises, key) => {\n\t\t__webpack_require__.f[key](chunkId, promises);\n\t\treturn promises;\n\t}, []));\n};","// This function allow to reference async chunks\n__webpack_require__.u = (chunkId) => {\n\t// return url for filenames based on template\n\treturn \"\" + chunkId + \".\" + {\"default-src_app_services_report_service_ts\":\"89ee2a06ced17079\",\"default-node_modules_ng2-tooltip-directive_fesm2015_ng2-tooltip-directive_js\":\"f220ad3e8a9c774d\",\"default-src_app_services_export_excel_service_ts\":\"a2445e9f2f8f9f71\",\"default-node_modules_ng-select_ng-select_fesm2020_ng-select-ng-select_mjs\":\"40c52c7c197bc155\",\"default-node_modules_angular-notifier_fesm2020_angular-notifier_mjs\":\"5db0cf03f7aa57c3\",\"src_app_IPO_ipo_module_ts\":\"f4b799e7567d82f4\",\"src_app_employee-login_employee-login_module_ts\":\"84a916d66c047651\",\"src_app_access-denied_access-denied_module_ts\":\"9191c08802da75d3\",\"default-src_app_services_client_service_ts\":\"57bf67a47eac25ba\",\"src_app_clients_clients_module_ts\":\"80b85e84a6534ea6\",\"src_app_cp-forgot-password_cp-forgot-password_module_ts\":\"49c04be43bab0cd6\",\"src_app_cp-login_cp-login_module_ts\":\"c17f89d64f6e631c\",\"src_app_cp-onboarding_cp-onboarding_module_ts\":\"742f2ebaa88be286\",\"default-src_app_services_colors-array_service_ts-node_modules_highcharts_highcharts_js\":\"b4eec4de6f9ccb21\",\"common\":\"dc5d1ab85179079f\",\"src_app_employee-dashboard_employee-dashboard_module_ts\":\"e3426f5953bcbd18\",\"default-src_app_services_colors-array_service_ts-src_app_services_factsheet_service_ts-src_ap-7d7874\":\"40e15d0cf3e10091\",\"src_app_factsheet_factsheet_module_ts\":\"1699703c4dd34082\",\"src_app_forgot-password_forgot-password_module_ts\":\"d14387fce9efd022\",\"src_app_generate-one-time-password_generate-one-time-password_module_ts\":\"c9ddc8fe9085988f\",\"src_app_onboarding_client-onboarding_client-onboarding_module_ts\":\"1df0064553ab8305\",\"src_app_onboarding_distributor-onboarding_distributor-onboarding_module_ts\":\"a49a350c7ec0eeaf\",\"default-src_app_services_ifd-onboarding_service_ts\":\"5ddbbb0ed2536468\",\"src_app_onboarding_client-pre-onboarding_client-pre-onboarding_module_ts\":\"e0f17f1478a373ad\",\"src_app_SGB_sgb_module_ts\":\"15c447421298f0d4\",\"default-src_app_services_export_pdf_service_ts\":\"9bbcb1351d90bc46\",\"default-node_modules_ng5-slider___ivy_ngcc___esm2015_ng5-slider_js\":\"889ec1a8ad01ee5a\",\"src_app_FD_fd_module_ts\":\"eb14bca3493a6bbd\",\"src_app_iin-upload_iin-upload_module_ts\":\"eb2e23cab2458e85\",\"default-src_app_services_deal-entry-mf_service_ts-src_app_services_fd-tr-entry_service_ts\":\"443331b60017dd57\",\"default-src_app_transaction-entry_aif-report_aif-report_component_ts-src_app_transaction-entr-82455c\":\"9c339678490b54a6\",\"default-src_app_services_export_holding-pdf_service_ts-src_app_services_user-tracking_service_ts\":\"1a8d01f797ea7e29\",\"src_app_reports_reports_module_ts\":\"d6bebe83c767d8f1\",\"src_app_profile_client_client_module_ts\":\"78188ad424976dea\",\"src_app_profile_client-profile_client-profile_module_ts\":\"b548c2090f68f007\",\"src_app_profile_profile_profile_module_ts\":\"67eadfb3c8d0dcea\",\"src_app_mf-dashboard_mf-dashboard_module_ts\":\"033cac62be698f99\",\"src_app_subbroker_subbroker_module_ts\":\"0a35d6f7248650fb\",\"src_app_sipcancellation_sipcancellation_module_ts\":\"204e54a0e5004ddd\",\"src_app_transaction-entry_transaction-entry_module_ts\":\"241b569c09f5f141\",\"src_app_sb-emp_sb-emp_module_ts\":\"243e01f016c97495\",\"src_app_deal-entry_deal-entry_module_ts\":\"58a6d50d56eeff2e\",\"src_app_client-profile-preview_client-profile-preview_module_ts\":\"cd3b7b489e71cf27\",\"src_app_reports_mis-report_mis-report_module_ts\":\"ff46bc0088df3659\",\"src_app_transaction-new_transaction-new_module_ts\":\"78dd01fd51add3e8\",\"src_app_explore-funds-new_explore-funds-new_module_ts\":\"1f504da5b6425b42\",\"src_app_factsheet-new_factsheet-new_module_ts\":\"52b5bfc67697e6fe\",\"src_app_clients-new_clients-new_module_ts\":\"a3a6dc9448abc6da\",\"src_app_JM_referral-report_referral-report_module_ts\":\"a8ee5cca49b1c819\",\"src_app_JM_referral-pending_referral-pending_module_ts\":\"f349829ad8cf43a0\",\"src_app_JM_referral-onboarding_referral-onboarding_module_ts\":\"ea19b00e74b3dc7d\",\"src_app_JM_onboarding-preview_onboarding-preview_module_ts\":\"b975f081c3dfe6d1\",\"src_app_campaign-management_campaign-management_module_ts\":\"4211ff9e83d37cbb\",\"src_app_pdfpopup_pdfpopup_module_ts\":\"ddd084baa05aec27\",\"src_app_goal-based-investing_goal-based-investing_module_ts\":\"0462652f2f9c3344\",\"default-src_app_services_dashboard-new_service_ts-node_modules_angular-progress-bar___ivy_ngc-e08261\":\"e6414b8f73f0b12f\",\"default-src_app_dashboard-common-components_dashboard-common-components_module_ts\":\"73a887d39d146a6d\",\"src_app_dashboard-client_dashboard-client_module_ts\":\"a1359563f9382d9d\",\"src_app_dashboard-ifd_dashboard-ifd_module_ts\":\"51c7c117c26c368f\",\"src_app_reports-new_reports-new_module_ts\":\"10405f1616bfd79f\",\"src_app_dashboard-employee_dashboard-employee_module_ts\":\"d8160c331563c614\",\"default-src_app_services_dashboard_service_ts\":\"f1a72d56bba5188c\",\"src_app_client-dashboard_client-dashboard_module_ts\":\"eea2c3e1933c013e\",\"src_app_sb-dashboard_sb-dashboard_module_ts\":\"4fc3f234208ae2ca\",\"src_app_single-sign-on_single-sign-on_module_ts\":\"656304d7bd3ae37a\",\"src_app_nsdlssoexpire_nsdlssoexpire_module_ts\":\"226d1b792b6e12f5\",\"src_app_verify_verify_module_ts\":\"6bd6d7a1b106797f\",\"src_app_transact-summary_transact-summary_module_ts\":\"3dad23de08413884\"}[chunkId] + \".js\";\n};","// This function allow to reference async chunks\n__webpack_require__.miniCssF = (chunkId) => {\n\t// return url for filenames based on template\n\treturn undefined;\n};","__webpack_require__.o = (obj, prop) => (Object.prototype.hasOwnProperty.call(obj, prop))","var inProgress = {};\nvar dataWebpackPrefix = \"IFA:\";\n// loadScript function to load a script via script tag\n__webpack_require__.l = (url, done, key, chunkId) => {\n\tif(inProgress[url]) { inProgress[url].push(done); return; }\n\tvar script, needAttach;\n\tif(key !== undefined) {\n\t\tvar scripts = document.getElementsByTagName(\"script\");\n\t\tfor(var i = 0; i < scripts.length; i++) {\n\t\t\tvar s = scripts[i];\n\t\t\tif(s.getAttribute(\"src\") == url || s.getAttribute(\"data-webpack\") == dataWebpackPrefix + key) { script = s; break; }\n\t\t}\n\t}\n\tif(!script) {\n\t\tneedAttach = true;\n\t\tscript = document.createElement('script');\n\t\tscript.type = \"module\";\n\t\tscript.charset = 'utf-8';\n\t\tscript.timeout = 120;\n\t\tif (__webpack_require__.nc) {\n\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n\t\t}\n\t\tscript.setAttribute(\"data-webpack\", dataWebpackPrefix + key);\n\t\tscript.src = __webpack_require__.tu(url);\n\t}\n\tinProgress[url] = [done];\n\tvar onScriptComplete = (prev, event) => {\n\t\t// avoid mem leaks in IE.\n\t\tscript.onerror = script.onload = null;\n\t\tclearTimeout(timeout);\n\t\tvar doneFns = inProgress[url];\n\t\tdelete inProgress[url];\n\t\tscript.parentNode && script.parentNode.removeChild(script);\n\t\tdoneFns && doneFns.forEach((fn) => (fn(event)));\n\t\tif(prev) return prev(event);\n\t};\n\tvar timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);\n\tscript.onerror = onScriptComplete.bind(null, script.onerror);\n\tscript.onload = onScriptComplete.bind(null, script.onload);\n\tneedAttach && document.head.appendChild(script);\n};","// define __esModule on exports\n__webpack_require__.r = (exports) => {\n\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n\t}\n\tObject.defineProperty(exports, '__esModule', { value: true });\n};","var policy;\n__webpack_require__.tt = () => {\n\t// Create Trusted Type policy if Trusted Types are available and the policy doesn't exist yet.\n\tif (policy === undefined) {\n\t\tpolicy = {\n\t\t\tcreateScriptURL: (url) => (url)\n\t\t};\n\t\tif (typeof trustedTypes !== \"undefined\" && trustedTypes.createPolicy) {\n\t\t\tpolicy = trustedTypes.createPolicy(\"angular#bundler\", policy);\n\t\t}\n\t}\n\treturn policy;\n};","__webpack_require__.tu = (url) => (__webpack_require__.tt().createScriptURL(url));","__webpack_require__.p = \"\";","// no baseURI\n\n// object to store loaded and loading chunks\n// undefined = chunk not loaded, null = chunk preloaded/prefetched\n// [resolve, reject, Promise] = chunk loading, 0 = chunk loaded\nvar installedChunks = {\n\t\"runtime\": 0\n};\n\n__webpack_require__.f.j = (chunkId, promises) => {\n\t\t// JSONP chunk loading for javascript\n\t\tvar installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;\n\t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n\t\t\t// a Promise means \"currently loading\".\n\t\t\tif(installedChunkData) {\n\t\t\t\tpromises.push(installedChunkData[2]);\n\t\t\t} else {\n\t\t\t\tif(\"runtime\" != chunkId) {\n\t\t\t\t\t// setup Promise in chunk cache\n\t\t\t\t\tvar promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));\n\t\t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n\t\t\t\t\t// start chunk loading\n\t\t\t\t\tvar url = __webpack_require__.p + __webpack_require__.u(chunkId);\n\t\t\t\t\t// create error before stack unwound to get useful stacktrace later\n\t\t\t\t\tvar error = new Error();\n\t\t\t\t\tvar loadingEnded = (event) => {\n\t\t\t\t\t\tif(__webpack_require__.o(installedChunks, chunkId)) {\n\t\t\t\t\t\t\tinstalledChunkData = installedChunks[chunkId];\n\t\t\t\t\t\t\tif(installedChunkData !== 0) installedChunks[chunkId] = undefined;\n\t\t\t\t\t\t\tif(installedChunkData) {\n\t\t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n\t\t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n\t\t\t\t\t\t\t\terror.message = 'Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')';\n\t\t\t\t\t\t\t\terror.name = 'ChunkLoadError';\n\t\t\t\t\t\t\t\terror.type = errorType;\n\t\t\t\t\t\t\t\terror.request = realSrc;\n\t\t\t\t\t\t\t\tinstalledChunkData[1](error);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t\t__webpack_require__.l(url, loadingEnded, \"chunk-\" + chunkId, chunkId);\n\t\t\t\t} else installedChunks[chunkId] = 0;\n\t\t\t}\n\t\t}\n};\n\n// no prefetching\n\n// no preloaded\n\n// no HMR\n\n// no HMR manifest\n\n__webpack_require__.O.j = (chunkId) => (installedChunks[chunkId] === 0);\n\n// install a JSONP callback for chunk loading\nvar webpackJsonpCallback = (parentChunkLoadingFunction, data) => {\n\tvar [chunkIds, moreModules, runtime] = data;\n\t// add \"moreModules\" to the modules object,\n\t// then flag all \"chunkIds\" as loaded and fire callback\n\tvar moduleId, chunkId, i = 0;\n\tif(chunkIds.some((id) => (installedChunks[id] !== 0))) {\n\t\tfor(moduleId in moreModules) {\n\t\t\tif(__webpack_require__.o(moreModules, moduleId)) {\n\t\t\t\t__webpack_require__.m[moduleId] = moreModules[moduleId];\n\t\t\t}\n\t\t}\n\t\tif(runtime) var result = runtime(__webpack_require__);\n\t}\n\tif(parentChunkLoadingFunction) parentChunkLoadingFunction(data);\n\tfor(;i < chunkIds.length; i++) {\n\t\tchunkId = chunkIds[i];\n\t\tif(__webpack_require__.o(installedChunks, chunkId) && installedChunks[chunkId]) {\n\t\t\tinstalledChunks[chunkId][0]();\n\t\t}\n\t\tinstalledChunks[chunkId] = 0;\n\t}\n\treturn __webpack_require__.O(result);\n}\n\nvar chunkLoadingGlobal = self[\"webpackChunkIFA\"] = self[\"webpackChunkIFA\"] || [];\nchunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));\nchunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));","","",""],"names":[],"sourceRoot":"webpack:///","x_google_ignoreList":[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16]}