@openmrs/esm-app-shell 10.0.1-pre.4917 → 10.0.1-pre.4943

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/lib/openmrs.js CHANGED
@@ -6,7 +6,7 @@ eval("{\nfunction _define_property(obj, key, value) {\n if (key in obj) {\n
6
6
 
7
7
  },
8
8
  "./src/index.ts"(__unused_rspack_module, __webpack_exports__, __webpack_require__) {
9
- eval("{__webpack_require__.r(__webpack_exports__);\n__webpack_require__.d(__webpack_exports__, {\n setupUtils: () => (setupUtils)\n});\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n if (info.done) {\n resolve(value);\n } else {\n Promise.resolve(value).then(_next, _throw);\n }\n}\nfunction _async_to_generator(fn) {\n return function() {\n var self = this, args = arguments;\n return new Promise(function(resolve, reject) {\n var gen = fn.apply(self, args);\n function _next(value) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);\n }\n function _throw(err) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);\n }\n _next(undefined);\n });\n };\n}\nfunction _ts_generator(thisArg, body) {\n var f, y, t, _ = {\n label: 0,\n sent: function() {\n if (t[0] & 1) throw t[1];\n return t[1];\n },\n trys: [],\n ops: []\n }, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype), d = Object.defineProperty;\n return d(g, \"next\", {\n value: verb(0)\n }), d(g, \"throw\", {\n value: verb(1)\n }), d(g, \"return\", {\n value: verb(2)\n }), typeof Symbol === \"function\" && d(g, Symbol.iterator, {\n value: function() {\n return this;\n }\n }), g;\n function verb(n) {\n return function(v) {\n return step([\n n,\n v\n ]);\n };\n }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while(g && (g = 0, op[0] && (_ = 0)), _)try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [\n op[0] & 2,\n t.value\n ];\n switch(op[0]){\n case 0:\n case 1:\n t = op;\n break;\n case 4:\n _.label++;\n return {\n value: op[1],\n done: false\n };\n case 5:\n _.label++;\n y = op[1];\n op = [\n 0\n ];\n continue;\n case 7:\n op = _.ops.pop();\n _.trys.pop();\n continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {\n _ = 0;\n continue;\n }\n if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {\n _.label = op[1];\n break;\n }\n if (op[0] === 6 && _.label < t[1]) {\n _.label = t[1];\n t = op;\n break;\n }\n if (t && _.label < t[2]) {\n _.label = t[2];\n _.ops.push(op);\n break;\n }\n if (t[2]) _.ops.pop();\n _.trys.pop();\n continue;\n }\n op = body.call(thisArg, _);\n } catch (e) {\n op = [\n 6,\n e\n ];\n y = 0;\n } finally{\n f = t = 0;\n }\n if (op[0] & 5) throw op[1];\n return {\n value: op[0] ? op[1] : void 0,\n done: true\n };\n }\n}\nfunction _createSpaBase(baseUrl) {\n return function() {\n return baseUrl;\n };\n}\nfunction setupPaths(config) {\n var _process_env_BUILD_VERSION;\n var error = false;\n if (!config.apiUrl) {\n console.error('initializeSpa() was called without supplying an apiUrl. This means that the application cannot communicate with the backend.');\n error = true;\n }\n if (!config.spaPath) {\n console.error('initializeSpa() was called without supplying a spaPath. This means that the application cannot properly generate urls.');\n error = true;\n }\n if (error) {\n throw new Error('One or more required properties in the basic configuration of the application was missing and the application cannot be rendered. Please see the browser console for details.');\n }\n // Object.defineProperty used to make these read-only\n Object.defineProperty(window, 'openmrsBase', {\n value: config.apiUrl,\n writable: false,\n configurable: false\n });\n Object.defineProperty(window, 'spaBase', {\n value: config.spaPath,\n writable: false,\n configurable: false\n });\n Object.defineProperty(window, 'spaEnv', {\n value: config.env || 'production',\n writable: false,\n configurable: false\n });\n Object.defineProperty(window, 'spaVersion', {\n value: (_process_env_BUILD_VERSION = \"10.0.1-pre.4917-20260701\") !== null && _process_env_BUILD_VERSION !== void 0 ? _process_env_BUILD_VERSION : 'local',\n writable: false,\n configurable: false\n });\n var spaBaseWithSlash = window.spaBase.endsWith('/') ? window.spaBase : window.spaBase + '/';\n Object.defineProperty(window, 'getOpenmrsSpaBase', {\n value: _createSpaBase(spaBaseWithSlash),\n writable: false,\n configurable: false\n });\n}\nfunction setupUtils() {\n Object.defineProperty(window, 'copyText', {\n value: function value(source) {\n var sel = window.getSelection();\n if (sel) {\n var r = document.createRange();\n r.selectNode(source);\n sel.removeAllRanges();\n sel.addRange(r);\n document.execCommand('copy');\n sel.removeAllRanges();\n }\n },\n writable: false,\n configurable: false\n });\n}\nfunction wireSpaPaths() {\n var baseElement = document.createElement('base');\n var baseHref = window.getOpenmrsSpaBase();\n baseElement.href = baseHref;\n document.head.appendChild(baseElement);\n __webpack_require__.p = baseHref;\n}\nvar initPromise = null;\n/**\n * Initializes the OpenMRS Frontend App Shell.\n * @param config The global configuration to apply.\n */ function initializeSpa(config) {\n if (initPromise) {\n return initPromise;\n }\n setupUtils();\n setupPaths(config);\n wireSpaPaths();\n initPromise = Promise.resolve(__webpack_require__.I('default')).then(function() {\n return _async_to_generator(function() {\n var shareScope, _config_configUrls, configUrls, _config_offline, offline, run;\n return _ts_generator(this, function(_state) {\n switch(_state.label){\n case 0:\n shareScope = __webpack_require__.S.default;\n // MF will deduplicate these as they're aliased at build time, but at runtime\n // apps try to load `@openmrs/esm-framework`, so here we provide a runtime\n // alias that resolves to the \"internal\" copy of the framework\n if (shareScope['@openmrs/esm-framework/src/internal'] && !shareScope['@openmrs/esm-framework']) {\n shareScope['@openmrs/esm-framework'] = shareScope['@openmrs/esm-framework/src/internal'];\n }\n _config_configUrls = config.configUrls, configUrls = _config_configUrls === void 0 ? [] : _config_configUrls, _config_offline = config.offline, offline = _config_offline === void 0 ? false : _config_offline;\n Object.defineProperty(window, 'offlineEnabled', {\n value: offline,\n writable: false,\n configurable: false\n });\n return [\n 4,\n Promise.all(/* import() */ [__webpack_require__.e(\"default-webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"default-webpack_sharing_consume_default_react-dom_react-dom\"), __webpack_require__.e(\"default-node_modules_carbon_icons-react_es_generated_bucket-11_js-node_modules_carbon_icons-r-63ea09\"), __webpack_require__.e(\"default-framework_esm-framework_dist_internal_js\"), __webpack_require__.e(\"default-vendors-node_modules_i18next-browser-languagedetector_dist_esm_i18nextBrowserLanguage-1ba50a\"), __webpack_require__.e(\"default-src_run_ts\")]).then(__webpack_require__.bind(__webpack_require__, \"./src/run.ts\"))\n ];\n case 1:\n run = _state.sent().run;\n return [\n 2,\n run(configUrls)\n ];\n }\n });\n })();\n });\n return initPromise;\n}\nObject.defineProperty(window, 'initializeSpa', {\n value: initializeSpa,\n writable: false,\n configurable: false\n});\n\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVpbHRpbjpzd2MtbG9hZGVyIS9ob21lL3J1bm5lci93b3JrL29wZW5tcnMtZXNtLWNvcmUvb3Blbm1ycy1lc20tY29yZS9wYWNrYWdlcy9zaGVsbC9lc20tYXBwLXNoZWxsL3NyYy9pbmRleC50cyIsInNvdXJjZXMiOlsid2VicGFjazovL0BvcGVubXJzL2VzbS1hcHAtc2hlbGwvLi9zcmMvaW5kZXgudHM/OGNjNSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFNwYUNvbmZpZyB9IGZyb20gJ0BvcGVubXJzL2VzbS1mcmFtZXdvcmsvc3JjL2ludGVybmFsJztcblxuZnVuY3Rpb24gX2NyZWF0ZVNwYUJhc2UoYmFzZVVybDogc3RyaW5nKSB7XG4gIHJldHVybiAoKSA9PiBiYXNlVXJsO1xufVxuXG5mdW5jdGlvbiBzZXR1cFBhdGhzKGNvbmZpZzogU3BhQ29uZmlnKSB7XG4gIGxldCBlcnJvciA9IGZhbHNlO1xuICBpZiAoIWNvbmZpZy5hcGlVcmwpIHtcbiAgICBjb25zb2xlLmVycm9yKFxuICAgICAgJ2luaXRpYWxpemVTcGEoKSB3YXMgY2FsbGVkIHdpdGhvdXQgc3VwcGx5aW5nIGFuIGFwaVVybC4gVGhpcyBtZWFucyB0aGF0IHRoZSBhcHBsaWNhdGlvbiBjYW5ub3QgY29tbXVuaWNhdGUgd2l0aCB0aGUgYmFja2VuZC4nLFxuICAgICk7XG4gICAgZXJyb3IgPSB0cnVlO1xuICB9XG5cbiAgaWYgKCFjb25maWcuc3BhUGF0aCkge1xuICAgIGNvbnNvbGUuZXJyb3IoXG4gICAgICAnaW5pdGlhbGl6ZVNwYSgpIHdhcyBjYWxsZWQgd2l0aG91dCBzdXBwbHlpbmcgYSBzcGFQYXRoLiBUaGlzIG1lYW5zIHRoYXQgdGhlIGFwcGxpY2F0aW9uIGNhbm5vdCBwcm9wZXJseSBnZW5lcmF0ZSB1cmxzLicsXG4gICAgKTtcbiAgICBlcnJvciA9IHRydWU7XG4gIH1cblxuICBpZiAoZXJyb3IpIHtcbiAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAnT25lIG9yIG1vcmUgcmVxdWlyZWQgcHJvcGVydGllcyBpbiB0aGUgYmFzaWMgY29uZmlndXJhdGlvbiBvZiB0aGUgYXBwbGljYXRpb24gd2FzIG1pc3NpbmcgYW5kIHRoZSBhcHBsaWNhdGlvbiBjYW5ub3QgYmUgcmVuZGVyZWQuIFBsZWFzZSBzZWUgdGhlIGJyb3dzZXIgY29uc29sZSBmb3IgZGV0YWlscy4nLFxuICAgICk7XG4gIH1cblxuICAvLyBPYmplY3QuZGVmaW5lUHJvcGVydHkgdXNlZCB0byBtYWtlIHRoZXNlIHJlYWQtb25seVxuICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnb3Blbm1yc0Jhc2UnLCB7XG4gICAgdmFsdWU6IGNvbmZpZy5hcGlVcmwsXG4gICAgd3JpdGFibGU6IGZhbHNlLFxuICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gIH0pO1xuICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnc3BhQmFzZScsIHtcbiAgICB2YWx1ZTogY29uZmlnLnNwYVBhdGgsXG4gICAgd3JpdGFibGU6IGZhbHNlLFxuICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gIH0pO1xuICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnc3BhRW52Jywge1xuICAgIHZhbHVlOiBjb25maWcuZW52IHx8ICdwcm9kdWN0aW9uJyxcbiAgICB3cml0YWJsZTogZmFsc2UsXG4gICAgY29uZmlndXJhYmxlOiBmYWxzZSxcbiAgfSk7XG4gIE9iamVjdC5kZWZpbmVQcm9wZXJ0eSh3aW5kb3csICdzcGFWZXJzaW9uJywge1xuICAgIHZhbHVlOiBwcm9jZXNzLmVudi5CVUlMRF9WRVJTSU9OID8/ICdsb2NhbCcsXG4gICAgd3JpdGFibGU6IGZhbHNlLFxuICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gIH0pO1xuXG4gIGNvbnN0IHNwYUJhc2VXaXRoU2xhc2ggPSB3aW5kb3cuc3BhQmFzZS5lbmRzV2l0aCgnLycpID8gd2luZG93LnNwYUJhc2UgOiB3aW5kb3cuc3BhQmFzZSArICcvJztcbiAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHdpbmRvdywgJ2dldE9wZW5tcnNTcGFCYXNlJywge1xuICAgIHZhbHVlOiBfY3JlYXRlU3BhQmFzZShzcGFCYXNlV2l0aFNsYXNoKSxcbiAgICB3cml0YWJsZTogZmFsc2UsXG4gICAgY29uZmlndXJhYmxlOiBmYWxzZSxcbiAgfSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBzZXR1cFV0aWxzKCkge1xuICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnY29weVRleHQnLCB7XG4gICAgdmFsdWU6IChzb3VyY2U6IEhUTUxFbGVtZW50KSA9PiB7XG4gICAgICBjb25zdCBzZWwgPSB3aW5kb3cuZ2V0U2VsZWN0aW9uKCk7XG5cbiAgICAgIGlmIChzZWwpIHtcbiAgICAgICAgY29uc3QgciA9IGRvY3VtZW50LmNyZWF0ZVJhbmdlKCk7XG4gICAgICAgIHIuc2VsZWN0Tm9kZShzb3VyY2UpO1xuICAgICAgICBzZWwucmVtb3ZlQWxsUmFuZ2VzKCk7XG4gICAgICAgIHNlbC5hZGRSYW5nZShyKTtcbiAgICAgICAgZG9jdW1lbnQuZXhlY0NvbW1hbmQoJ2NvcHknKTtcbiAgICAgICAgc2VsLnJlbW92ZUFsbFJhbmdlcygpO1xuICAgICAgfVxuICAgIH0sXG4gICAgd3JpdGFibGU6IGZhbHNlLFxuICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gIH0pO1xufVxuXG5mdW5jdGlvbiB3aXJlU3BhUGF0aHMoKSB7XG4gIGNvbnN0IGJhc2VFbGVtZW50ID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnYmFzZScpO1xuICBjb25zdCBiYXNlSHJlZiA9IHdpbmRvdy5nZXRPcGVubXJzU3BhQmFzZSgpO1xuICBiYXNlRWxlbWVudC5ocmVmID0gYmFzZUhyZWY7XG4gIGRvY3VtZW50LmhlYWQuYXBwZW5kQ2hpbGQoYmFzZUVsZW1lbnQpO1xuICBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyA9IGJhc2VIcmVmO1xufVxuXG5sZXQgaW5pdFByb21pc2U6IFByb21pc2U8dm9pZD4gfCBudWxsID0gbnVsbDtcblxuLyoqXG4gKiBJbml0aWFsaXplcyB0aGUgT3Blbk1SUyBGcm9udGVuZCBBcHAgU2hlbGwuXG4gKiBAcGFyYW0gY29uZmlnIFRoZSBnbG9iYWwgY29uZmlndXJhdGlvbiB0byBhcHBseS5cbiAqL1xuZnVuY3Rpb24gaW5pdGlhbGl6ZVNwYShjb25maWc6IFNwYUNvbmZpZykge1xuICBpZiAoaW5pdFByb21pc2UpIHtcbiAgICByZXR1cm4gaW5pdFByb21pc2U7XG4gIH1cblxuICBzZXR1cFV0aWxzKCk7XG4gIHNldHVwUGF0aHMoY29uZmlnKTtcbiAgd2lyZVNwYVBhdGhzKCk7XG4gIGluaXRQcm9taXNlID0gUHJvbWlzZS5yZXNvbHZlKF9fd2VicGFja19pbml0X3NoYXJpbmdfXygnZGVmYXVsdCcpKS50aGVuKGFzeW5jICgpID0+IHtcbiAgICBjb25zdCBzaGFyZVNjb3BlID0gX193ZWJwYWNrX3NoYXJlX3Njb3Blc19fLmRlZmF1bHQ7XG4gICAgLy8gTUYgd2lsbCBkZWR1cGxpY2F0ZSB0aGVzZSBhcyB0aGV5J3JlIGFsaWFzZWQgYXQgYnVpbGQgdGltZSwgYnV0IGF0IHJ1bnRpbWVcbiAgICAvLyBhcHBzIHRyeSB0byBsb2FkIGBAb3Blbm1ycy9lc20tZnJhbWV3b3JrYCwgc28gaGVyZSB3ZSBwcm92aWRlIGEgcnVudGltZVxuICAgIC8vIGFsaWFzIHRoYXQgcmVzb2x2ZXMgdG8gdGhlIFwiaW50ZXJuYWxcIiBjb3B5IG9mIHRoZSBmcmFtZXdvcmtcbiAgICBpZiAoc2hhcmVTY29wZVsnQG9wZW5tcnMvZXNtLWZyYW1ld29yay9zcmMvaW50ZXJuYWwnXSAmJiAhc2hhcmVTY29wZVsnQG9wZW5tcnMvZXNtLWZyYW1ld29yayddKSB7XG4gICAgICBzaGFyZVNjb3BlWydAb3Blbm1ycy9lc20tZnJhbWV3b3JrJ10gPSBzaGFyZVNjb3BlWydAb3Blbm1ycy9lc20tZnJhbWV3b3JrL3NyYy9pbnRlcm5hbCddO1xuICAgIH1cblxuICAgIGNvbnN0IHsgY29uZmlnVXJscyA9IFtdLCBvZmZsaW5lID0gZmFsc2UgfSA9IGNvbmZpZztcbiAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnb2ZmbGluZUVuYWJsZWQnLCB7XG4gICAgICB2YWx1ZTogb2ZmbGluZSxcbiAgICAgIHdyaXRhYmxlOiBmYWxzZSxcbiAgICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gICAgfSk7XG5cbiAgICBjb25zdCB7IHJ1biB9ID0gYXdhaXQgaW1wb3J0KC8qIHdlYnBhY2tQcmVsb2FkOiB0cnVlICovICcuL3J1bicpO1xuICAgIHJldHVybiBydW4oY29uZmlnVXJscyk7XG4gIH0pO1xuICByZXR1cm4gaW5pdFByb21pc2U7XG59XG5cbk9iamVjdC5kZWZpbmVQcm9wZXJ0eSh3aW5kb3csICdpbml0aWFsaXplU3BhJywge1xuICB2YWx1ZTogaW5pdGlhbGl6ZVNwYSxcbiAgd3JpdGFibGU6IGZhbHNlLFxuICBjb25maWd1cmFibGU6IGZhbHNlLFxufSk7XG4iXSwibmFtZXMiOlsiX2NyZWF0ZVNwYUJhc2UiLCJiYXNlVXJsIiwic2V0dXBQYXRocyIsImNvbmZpZyIsIl9wcm9jZXNzX2Vudl9CVUlMRF9WRVJTSU9OIiwiZXJyb3IiLCJjb25zb2xlIiwiRXJyb3IiLCJPYmplY3QiLCJ3aW5kb3ciLCJzcGFCYXNlV2l0aFNsYXNoIiwic2V0dXBVdGlscyIsInZhbHVlIiwic291cmNlIiwic2VsIiwiciIsImRvY3VtZW50Iiwid2lyZVNwYVBhdGhzIiwiYmFzZUVsZW1lbnQiLCJiYXNlSHJlZiIsIl9fd2VicGFja19wdWJsaWNfcGF0aF9fIiwiaW5pdFByb21pc2UiLCJpbml0aWFsaXplU3BhIiwiUHJvbWlzZSIsIl9fd2VicGFja19pbml0X3NoYXJpbmdfXyIsInNoYXJlU2NvcGUiLCJjb25maWdVcmxzIiwib2ZmbGluZSIsInJ1biIsIl9fd2VicGFja19zaGFyZV9zY29wZXNfXyJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7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\n//# sourceURL=webpack-internal:///./src/index.ts\n\n}");
9
+ eval("{__webpack_require__.r(__webpack_exports__);\n__webpack_require__.d(__webpack_exports__, {\n setupUtils: () => (setupUtils)\n});\nfunction asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) {\n try {\n var info = gen[key](arg);\n var value = info.value;\n } catch (error) {\n reject(error);\n return;\n }\n if (info.done) {\n resolve(value);\n } else {\n Promise.resolve(value).then(_next, _throw);\n }\n}\nfunction _async_to_generator(fn) {\n return function() {\n var self = this, args = arguments;\n return new Promise(function(resolve, reject) {\n var gen = fn.apply(self, args);\n function _next(value) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"next\", value);\n }\n function _throw(err) {\n asyncGeneratorStep(gen, resolve, reject, _next, _throw, \"throw\", err);\n }\n _next(undefined);\n });\n };\n}\nfunction _ts_generator(thisArg, body) {\n var f, y, t, _ = {\n label: 0,\n sent: function() {\n if (t[0] & 1) throw t[1];\n return t[1];\n },\n trys: [],\n ops: []\n }, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype), d = Object.defineProperty;\n return d(g, \"next\", {\n value: verb(0)\n }), d(g, \"throw\", {\n value: verb(1)\n }), d(g, \"return\", {\n value: verb(2)\n }), typeof Symbol === \"function\" && d(g, Symbol.iterator, {\n value: function() {\n return this;\n }\n }), g;\n function verb(n) {\n return function(v) {\n return step([\n n,\n v\n ]);\n };\n }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while(g && (g = 0, op[0] && (_ = 0)), _)try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [\n op[0] & 2,\n t.value\n ];\n switch(op[0]){\n case 0:\n case 1:\n t = op;\n break;\n case 4:\n _.label++;\n return {\n value: op[1],\n done: false\n };\n case 5:\n _.label++;\n y = op[1];\n op = [\n 0\n ];\n continue;\n case 7:\n op = _.ops.pop();\n _.trys.pop();\n continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {\n _ = 0;\n continue;\n }\n if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {\n _.label = op[1];\n break;\n }\n if (op[0] === 6 && _.label < t[1]) {\n _.label = t[1];\n t = op;\n break;\n }\n if (t && _.label < t[2]) {\n _.label = t[2];\n _.ops.push(op);\n break;\n }\n if (t[2]) _.ops.pop();\n _.trys.pop();\n continue;\n }\n op = body.call(thisArg, _);\n } catch (e) {\n op = [\n 6,\n e\n ];\n y = 0;\n } finally{\n f = t = 0;\n }\n if (op[0] & 5) throw op[1];\n return {\n value: op[0] ? op[1] : void 0,\n done: true\n };\n }\n}\nfunction _createSpaBase(baseUrl) {\n return function() {\n return baseUrl;\n };\n}\nfunction setupPaths(config) {\n var _process_env_BUILD_VERSION;\n var error = false;\n if (!config.apiUrl) {\n console.error('initializeSpa() was called without supplying an apiUrl. This means that the application cannot communicate with the backend.');\n error = true;\n }\n if (!config.spaPath) {\n console.error('initializeSpa() was called without supplying a spaPath. This means that the application cannot properly generate urls.');\n error = true;\n }\n if (error) {\n throw new Error('One or more required properties in the basic configuration of the application was missing and the application cannot be rendered. Please see the browser console for details.');\n }\n // Object.defineProperty used to make these read-only\n Object.defineProperty(window, 'openmrsBase', {\n value: config.apiUrl,\n writable: false,\n configurable: false\n });\n Object.defineProperty(window, 'spaBase', {\n value: config.spaPath,\n writable: false,\n configurable: false\n });\n Object.defineProperty(window, 'spaEnv', {\n value: config.env || 'production',\n writable: false,\n configurable: false\n });\n Object.defineProperty(window, 'spaVersion', {\n value: (_process_env_BUILD_VERSION = \"10.0.1-pre.4943-20260709\") !== null && _process_env_BUILD_VERSION !== void 0 ? _process_env_BUILD_VERSION : 'local',\n writable: false,\n configurable: false\n });\n var spaBaseWithSlash = window.spaBase.endsWith('/') ? window.spaBase : window.spaBase + '/';\n Object.defineProperty(window, 'getOpenmrsSpaBase', {\n value: _createSpaBase(spaBaseWithSlash),\n writable: false,\n configurable: false\n });\n}\nfunction setupUtils() {\n Object.defineProperty(window, 'copyText', {\n value: function value(source) {\n var sel = window.getSelection();\n if (sel) {\n var r = document.createRange();\n r.selectNode(source);\n sel.removeAllRanges();\n sel.addRange(r);\n document.execCommand('copy');\n sel.removeAllRanges();\n }\n },\n writable: false,\n configurable: false\n });\n}\nfunction wireSpaPaths() {\n var baseElement = document.createElement('base');\n var baseHref = window.getOpenmrsSpaBase();\n baseElement.href = baseHref;\n document.head.appendChild(baseElement);\n __webpack_require__.p = baseHref;\n}\nvar initPromise = null;\n/**\n * Initializes the OpenMRS Frontend App Shell.\n * @param config The global configuration to apply.\n */ function initializeSpa(config) {\n if (initPromise) {\n return initPromise;\n }\n setupUtils();\n setupPaths(config);\n wireSpaPaths();\n initPromise = Promise.resolve(__webpack_require__.I('default')).then(function() {\n return _async_to_generator(function() {\n var shareScope, _config_configUrls, configUrls, _config_offline, offline, run;\n return _ts_generator(this, function(_state) {\n switch(_state.label){\n case 0:\n shareScope = __webpack_require__.S.default;\n // MF will deduplicate these as they're aliased at build time, but at runtime\n // apps try to load `@openmrs/esm-framework`, so here we provide a runtime\n // alias that resolves to the \"internal\" copy of the framework\n if (shareScope['@openmrs/esm-framework/src/internal'] && !shareScope['@openmrs/esm-framework']) {\n shareScope['@openmrs/esm-framework'] = shareScope['@openmrs/esm-framework/src/internal'];\n }\n _config_configUrls = config.configUrls, configUrls = _config_configUrls === void 0 ? [] : _config_configUrls, _config_offline = config.offline, offline = _config_offline === void 0 ? false : _config_offline;\n Object.defineProperty(window, 'offlineEnabled', {\n value: offline,\n writable: false,\n configurable: false\n });\n return [\n 4,\n Promise.all(/* import() */ [__webpack_require__.e(\"default-webpack_sharing_consume_default_react_react\"), __webpack_require__.e(\"default-webpack_sharing_consume_default_react-dom_react-dom\"), __webpack_require__.e(\"default-node_modules_carbon_icons-react_es_generated_bucket-11_js-node_modules_carbon_icons-r-63ea09\"), __webpack_require__.e(\"default-framework_esm-framework_dist_internal_js\"), __webpack_require__.e(\"default-vendors-node_modules_i18next-browser-languagedetector_dist_esm_i18nextBrowserLanguage-1ba50a\"), __webpack_require__.e(\"default-src_run_ts\")]).then(__webpack_require__.bind(__webpack_require__, \"./src/run.ts\"))\n ];\n case 1:\n run = _state.sent().run;\n return [\n 2,\n run(configUrls)\n ];\n }\n });\n })();\n });\n return initPromise;\n}\nObject.defineProperty(window, 'initializeSpa', {\n value: initializeSpa,\n writable: false,\n configurable: false\n});\n\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnVpbHRpbjpzd2MtbG9hZGVyIS9ob21lL3J1bm5lci93b3JrL29wZW5tcnMtZXNtLWNvcmUvb3Blbm1ycy1lc20tY29yZS9wYWNrYWdlcy9zaGVsbC9lc20tYXBwLXNoZWxsL3NyYy9pbmRleC50cyIsInNvdXJjZXMiOlsid2VicGFjazovL0BvcGVubXJzL2VzbS1hcHAtc2hlbGwvLi9zcmMvaW5kZXgudHM/OGNjNSJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgdHlwZSB7IFNwYUNvbmZpZyB9IGZyb20gJ0BvcGVubXJzL2VzbS1mcmFtZXdvcmsvc3JjL2ludGVybmFsJztcblxuZnVuY3Rpb24gX2NyZWF0ZVNwYUJhc2UoYmFzZVVybDogc3RyaW5nKSB7XG4gIHJldHVybiAoKSA9PiBiYXNlVXJsO1xufVxuXG5mdW5jdGlvbiBzZXR1cFBhdGhzKGNvbmZpZzogU3BhQ29uZmlnKSB7XG4gIGxldCBlcnJvciA9IGZhbHNlO1xuICBpZiAoIWNvbmZpZy5hcGlVcmwpIHtcbiAgICBjb25zb2xlLmVycm9yKFxuICAgICAgJ2luaXRpYWxpemVTcGEoKSB3YXMgY2FsbGVkIHdpdGhvdXQgc3VwcGx5aW5nIGFuIGFwaVVybC4gVGhpcyBtZWFucyB0aGF0IHRoZSBhcHBsaWNhdGlvbiBjYW5ub3QgY29tbXVuaWNhdGUgd2l0aCB0aGUgYmFja2VuZC4nLFxuICAgICk7XG4gICAgZXJyb3IgPSB0cnVlO1xuICB9XG5cbiAgaWYgKCFjb25maWcuc3BhUGF0aCkge1xuICAgIGNvbnNvbGUuZXJyb3IoXG4gICAgICAnaW5pdGlhbGl6ZVNwYSgpIHdhcyBjYWxsZWQgd2l0aG91dCBzdXBwbHlpbmcgYSBzcGFQYXRoLiBUaGlzIG1lYW5zIHRoYXQgdGhlIGFwcGxpY2F0aW9uIGNhbm5vdCBwcm9wZXJseSBnZW5lcmF0ZSB1cmxzLicsXG4gICAgKTtcbiAgICBlcnJvciA9IHRydWU7XG4gIH1cblxuICBpZiAoZXJyb3IpIHtcbiAgICB0aHJvdyBuZXcgRXJyb3IoXG4gICAgICAnT25lIG9yIG1vcmUgcmVxdWlyZWQgcHJvcGVydGllcyBpbiB0aGUgYmFzaWMgY29uZmlndXJhdGlvbiBvZiB0aGUgYXBwbGljYXRpb24gd2FzIG1pc3NpbmcgYW5kIHRoZSBhcHBsaWNhdGlvbiBjYW5ub3QgYmUgcmVuZGVyZWQuIFBsZWFzZSBzZWUgdGhlIGJyb3dzZXIgY29uc29sZSBmb3IgZGV0YWlscy4nLFxuICAgICk7XG4gIH1cblxuICAvLyBPYmplY3QuZGVmaW5lUHJvcGVydHkgdXNlZCB0byBtYWtlIHRoZXNlIHJlYWQtb25seVxuICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnb3Blbm1yc0Jhc2UnLCB7XG4gICAgdmFsdWU6IGNvbmZpZy5hcGlVcmwsXG4gICAgd3JpdGFibGU6IGZhbHNlLFxuICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gIH0pO1xuICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnc3BhQmFzZScsIHtcbiAgICB2YWx1ZTogY29uZmlnLnNwYVBhdGgsXG4gICAgd3JpdGFibGU6IGZhbHNlLFxuICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gIH0pO1xuICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnc3BhRW52Jywge1xuICAgIHZhbHVlOiBjb25maWcuZW52IHx8ICdwcm9kdWN0aW9uJyxcbiAgICB3cml0YWJsZTogZmFsc2UsXG4gICAgY29uZmlndXJhYmxlOiBmYWxzZSxcbiAgfSk7XG4gIE9iamVjdC5kZWZpbmVQcm9wZXJ0eSh3aW5kb3csICdzcGFWZXJzaW9uJywge1xuICAgIHZhbHVlOiBwcm9jZXNzLmVudi5CVUlMRF9WRVJTSU9OID8/ICdsb2NhbCcsXG4gICAgd3JpdGFibGU6IGZhbHNlLFxuICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gIH0pO1xuXG4gIGNvbnN0IHNwYUJhc2VXaXRoU2xhc2ggPSB3aW5kb3cuc3BhQmFzZS5lbmRzV2l0aCgnLycpID8gd2luZG93LnNwYUJhc2UgOiB3aW5kb3cuc3BhQmFzZSArICcvJztcbiAgT2JqZWN0LmRlZmluZVByb3BlcnR5KHdpbmRvdywgJ2dldE9wZW5tcnNTcGFCYXNlJywge1xuICAgIHZhbHVlOiBfY3JlYXRlU3BhQmFzZShzcGFCYXNlV2l0aFNsYXNoKSxcbiAgICB3cml0YWJsZTogZmFsc2UsXG4gICAgY29uZmlndXJhYmxlOiBmYWxzZSxcbiAgfSk7XG59XG5cbmV4cG9ydCBmdW5jdGlvbiBzZXR1cFV0aWxzKCkge1xuICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnY29weVRleHQnLCB7XG4gICAgdmFsdWU6IChzb3VyY2U6IEhUTUxFbGVtZW50KSA9PiB7XG4gICAgICBjb25zdCBzZWwgPSB3aW5kb3cuZ2V0U2VsZWN0aW9uKCk7XG5cbiAgICAgIGlmIChzZWwpIHtcbiAgICAgICAgY29uc3QgciA9IGRvY3VtZW50LmNyZWF0ZVJhbmdlKCk7XG4gICAgICAgIHIuc2VsZWN0Tm9kZShzb3VyY2UpO1xuICAgICAgICBzZWwucmVtb3ZlQWxsUmFuZ2VzKCk7XG4gICAgICAgIHNlbC5hZGRSYW5nZShyKTtcbiAgICAgICAgZG9jdW1lbnQuZXhlY0NvbW1hbmQoJ2NvcHknKTtcbiAgICAgICAgc2VsLnJlbW92ZUFsbFJhbmdlcygpO1xuICAgICAgfVxuICAgIH0sXG4gICAgd3JpdGFibGU6IGZhbHNlLFxuICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gIH0pO1xufVxuXG5mdW5jdGlvbiB3aXJlU3BhUGF0aHMoKSB7XG4gIGNvbnN0IGJhc2VFbGVtZW50ID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnYmFzZScpO1xuICBjb25zdCBiYXNlSHJlZiA9IHdpbmRvdy5nZXRPcGVubXJzU3BhQmFzZSgpO1xuICBiYXNlRWxlbWVudC5ocmVmID0gYmFzZUhyZWY7XG4gIGRvY3VtZW50LmhlYWQuYXBwZW5kQ2hpbGQoYmFzZUVsZW1lbnQpO1xuICBfX3dlYnBhY2tfcHVibGljX3BhdGhfXyA9IGJhc2VIcmVmO1xufVxuXG5sZXQgaW5pdFByb21pc2U6IFByb21pc2U8dm9pZD4gfCBudWxsID0gbnVsbDtcblxuLyoqXG4gKiBJbml0aWFsaXplcyB0aGUgT3Blbk1SUyBGcm9udGVuZCBBcHAgU2hlbGwuXG4gKiBAcGFyYW0gY29uZmlnIFRoZSBnbG9iYWwgY29uZmlndXJhdGlvbiB0byBhcHBseS5cbiAqL1xuZnVuY3Rpb24gaW5pdGlhbGl6ZVNwYShjb25maWc6IFNwYUNvbmZpZykge1xuICBpZiAoaW5pdFByb21pc2UpIHtcbiAgICByZXR1cm4gaW5pdFByb21pc2U7XG4gIH1cblxuICBzZXR1cFV0aWxzKCk7XG4gIHNldHVwUGF0aHMoY29uZmlnKTtcbiAgd2lyZVNwYVBhdGhzKCk7XG4gIGluaXRQcm9taXNlID0gUHJvbWlzZS5yZXNvbHZlKF9fd2VicGFja19pbml0X3NoYXJpbmdfXygnZGVmYXVsdCcpKS50aGVuKGFzeW5jICgpID0+IHtcbiAgICBjb25zdCBzaGFyZVNjb3BlID0gX193ZWJwYWNrX3NoYXJlX3Njb3Blc19fLmRlZmF1bHQ7XG4gICAgLy8gTUYgd2lsbCBkZWR1cGxpY2F0ZSB0aGVzZSBhcyB0aGV5J3JlIGFsaWFzZWQgYXQgYnVpbGQgdGltZSwgYnV0IGF0IHJ1bnRpbWVcbiAgICAvLyBhcHBzIHRyeSB0byBsb2FkIGBAb3Blbm1ycy9lc20tZnJhbWV3b3JrYCwgc28gaGVyZSB3ZSBwcm92aWRlIGEgcnVudGltZVxuICAgIC8vIGFsaWFzIHRoYXQgcmVzb2x2ZXMgdG8gdGhlIFwiaW50ZXJuYWxcIiBjb3B5IG9mIHRoZSBmcmFtZXdvcmtcbiAgICBpZiAoc2hhcmVTY29wZVsnQG9wZW5tcnMvZXNtLWZyYW1ld29yay9zcmMvaW50ZXJuYWwnXSAmJiAhc2hhcmVTY29wZVsnQG9wZW5tcnMvZXNtLWZyYW1ld29yayddKSB7XG4gICAgICBzaGFyZVNjb3BlWydAb3Blbm1ycy9lc20tZnJhbWV3b3JrJ10gPSBzaGFyZVNjb3BlWydAb3Blbm1ycy9lc20tZnJhbWV3b3JrL3NyYy9pbnRlcm5hbCddO1xuICAgIH1cblxuICAgIGNvbnN0IHsgY29uZmlnVXJscyA9IFtdLCBvZmZsaW5lID0gZmFsc2UgfSA9IGNvbmZpZztcbiAgICBPYmplY3QuZGVmaW5lUHJvcGVydHkod2luZG93LCAnb2ZmbGluZUVuYWJsZWQnLCB7XG4gICAgICB2YWx1ZTogb2ZmbGluZSxcbiAgICAgIHdyaXRhYmxlOiBmYWxzZSxcbiAgICAgIGNvbmZpZ3VyYWJsZTogZmFsc2UsXG4gICAgfSk7XG5cbiAgICBjb25zdCB7IHJ1biB9ID0gYXdhaXQgaW1wb3J0KC8qIHdlYnBhY2tQcmVsb2FkOiB0cnVlICovICcuL3J1bicpO1xuICAgIHJldHVybiBydW4oY29uZmlnVXJscyk7XG4gIH0pO1xuICByZXR1cm4gaW5pdFByb21pc2U7XG59XG5cbk9iamVjdC5kZWZpbmVQcm9wZXJ0eSh3aW5kb3csICdpbml0aWFsaXplU3BhJywge1xuICB2YWx1ZTogaW5pdGlhbGl6ZVNwYSxcbiAgd3JpdGFibGU6IGZhbHNlLFxuICBjb25maWd1cmFibGU6IGZhbHNlLFxufSk7XG4iXSwibmFtZXMiOlsiX2NyZWF0ZVNwYUJhc2UiLCJiYXNlVXJsIiwic2V0dXBQYXRocyIsImNvbmZpZyIsIl9wcm9jZXNzX2Vudl9CVUlMRF9WRVJTSU9OIiwiZXJyb3IiLCJjb25zb2xlIiwiRXJyb3IiLCJPYmplY3QiLCJ3aW5kb3ciLCJzcGFCYXNlV2l0aFNsYXNoIiwic2V0dXBVdGlscyIsInZhbHVlIiwic291cmNlIiwic2VsIiwiciIsImRvY3VtZW50Iiwid2lyZVNwYVBhdGhzIiwiYmFzZUVsZW1lbnQiLCJiYXNlSHJlZiIsIl9fd2VicGFja19wdWJsaWNfcGF0aF9fIiwiaW5pdFByb21pc2UiLCJpbml0aWFsaXplU3BhIiwiUHJvbWlzZSIsIl9fd2VicGFja19pbml0X3NoYXJpbmdfXyIsInNoYXJlU2NvcGUiLCJjb25maWdVcmxzIiwib2ZmbGluZSIsInJ1biIsIl9fd2VicGFja19zaGFyZV9zY29wZXNfXyJdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7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\n//# sourceURL=webpack-internal:///./src/index.ts\n\n}");
10
10
 
11
11
  },
12
12
  "@module-federation/runtime/rspack.js!=!data:text/javascript,import __module_federation_bundler_runtime__ from \"/home/runner/work/openmrs-esm-core/openmrs-esm-core/node_modules/@module-federation/webpack-bundler-runtime/dist/index.cjs.cjs\";const __module_federation_runtime_plugins__ = [].filter(({ plugin }) => plugin).map(({ plugin, params }) => plugin(params));const __module_federation_remote_infos__ = {};const __module_federation_container_name__ = \"@openmrs/esm-app-shell\";const __module_federation_share_strategy__ = \"version-first\";if((__webpack_require__.initializeSharingData||__webpack_require__.initializeExposesData)&&__webpack_require__.federation){var _ref,_ref1,_ref2,_ref3,_ref4;var __webpack_require___remotesLoadingData,__webpack_require___remotesLoadingData1,__webpack_require___initializeSharingData,__webpack_require___consumesLoadingData,__webpack_require___consumesLoadingData1,__webpack_require___initializeExposesData,__webpack_require___consumesLoadingData2;const override=(obj,key,value)=>{if(!obj)return;if(obj[key])obj[key]=value};const merge=(obj,key,fn)=>{const value=fn();if(Array.isArray(value)){var _obj,_key,_;(_=(_obj=obj)[_key=key])!==null&&_!==void 0?_:_obj[_key]=[];obj[key].push(...value)}else if(typeof value===\"object\"&&value!==null){var _obj1,_key1,_1;(_1=(_obj1=obj)[_key1=key])!==null&&_1!==void 0?_1:_obj1[_key1]={};Object.assign(obj[key],value)}};const early=(obj,key,initial)=>{var _obj,_key,_;(_=(_obj=obj)[_key=key])!==null&&_!==void 0?_:_obj[_key]=initial()};const remotesLoadingChunkMapping=(_ref=(__webpack_require___remotesLoadingData=__webpack_require__.remotesLoadingData)===null||__webpack_require___remotesLoadingData===void 0?void 0:__webpack_require___remotesLoadingData.chunkMapping)!==null&&_ref!==void 0?_ref:{};const remotesLoadingModuleIdToRemoteDataMapping=(_ref1=(__webpack_require___remotesLoadingData1=__webpack_require__.remotesLoadingData)===null||__webpack_require___remotesLoadingData1===void 0?void 0:__webpack_require___remotesLoadingData1.moduleIdToRemoteDataMapping)!==null&&_ref1!==void 0?_ref1:{};const initializeSharingScopeToInitDataMapping=(_ref2=(__webpack_require___initializeSharingData=__webpack_require__.initializeSharingData)===null||__webpack_require___initializeSharingData===void 0?void 0:__webpack_require___initializeSharingData.scopeToSharingDataMapping)!==null&&_ref2!==void 0?_ref2:{};const consumesLoadingChunkMapping=(_ref3=(__webpack_require___consumesLoadingData=__webpack_require__.consumesLoadingData)===null||__webpack_require___consumesLoadingData===void 0?void 0:__webpack_require___consumesLoadingData.chunkMapping)!==null&&_ref3!==void 0?_ref3:{};const consumesLoadingModuleToConsumeDataMapping=(_ref4=(__webpack_require___consumesLoadingData1=__webpack_require__.consumesLoadingData)===null||__webpack_require___consumesLoadingData1===void 0?void 0:__webpack_require___consumesLoadingData1.moduleIdToConsumeDataMapping)!==null&&_ref4!==void 0?_ref4:{};const consumesLoadinginstalledModules={};const initializeSharingInitPromises=[];const initializeSharingInitTokens={};const containerShareScope=(__webpack_require___initializeExposesData=__webpack_require__.initializeExposesData)===null||__webpack_require___initializeExposesData===void 0?void 0:__webpack_require___initializeExposesData.shareScope;for(const key in __module_federation_bundler_runtime__){__webpack_require__.federation[key]=__module_federation_bundler_runtime__[key]}early(__webpack_require__.federation,\"consumesLoadingModuleToHandlerMapping\",()=>{const consumesLoadingModuleToHandlerMapping={};for(let[moduleId,data]of Object.entries(consumesLoadingModuleToConsumeDataMapping)){consumesLoadingModuleToHandlerMapping[moduleId]={getter:data.fallback,shareInfo:{shareConfig:{fixedDependencies:false,requiredVersion:data.requiredVersion,strictVersion:data.strictVersion,singleton:data.singleton,eager:data.eager},scope:[data.shareScope]},shareKey:data.shareKey}}return consumesLoadingModuleToHandlerMapping});early(__webpack_require__.federation,\"initOptions\",()=>({}));early(__webpack_require__.federation.initOptions,\"name\",()=>__module_federation_container_name__);early(__webpack_require__.federation.initOptions,\"shareStrategy\",()=>__module_federation_share_strategy__);early(__webpack_require__.federation.initOptions,\"shared\",()=>{const shared={};for(let[scope,stages]of Object.entries(initializeSharingScopeToInitDataMapping)){for(let stage of stages){if(typeof stage===\"object\"&&stage!==null){const{name,version,factory,eager,singleton,requiredVersion,strictVersion}=stage;const shareConfig={};const isValidValue=function(val){return typeof val!==\"undefined\"};if(isValidValue(singleton)){shareConfig.singleton=singleton}if(isValidValue(requiredVersion)){shareConfig.requiredVersion=requiredVersion}if(isValidValue(eager)){shareConfig.eager=eager}if(isValidValue(strictVersion)){shareConfig.strictVersion=strictVersion}const options={version,scope:[scope],shareConfig,get:factory};if(shared[name]){shared[name].push(options)}else{shared[name]=[options]}}}}return shared});merge(__webpack_require__.federation.initOptions,\"remotes\",()=>Object.values(__module_federation_remote_infos__).flat().filter(remote=>remote.externalType===\"script\"));merge(__webpack_require__.federation.initOptions,\"plugins\",()=>__module_federation_runtime_plugins__);early(__webpack_require__.federation,\"bundlerRuntimeOptions\",()=>({}));early(__webpack_require__.federation.bundlerRuntimeOptions,\"remotes\",()=>({}));early(__webpack_require__.federation.bundlerRuntimeOptions.remotes,\"chunkMapping\",()=>remotesLoadingChunkMapping);early(__webpack_require__.federation.bundlerRuntimeOptions.remotes,\"remoteInfos\",()=>__module_federation_remote_infos__);early(__webpack_require__.federation.bundlerRuntimeOptions.remotes,\"idToExternalAndNameMapping\",()=>{const remotesLoadingIdToExternalAndNameMappingMapping={};for(let[moduleId,data]of Object.entries(remotesLoadingModuleIdToRemoteDataMapping)){remotesLoadingIdToExternalAndNameMappingMapping[moduleId]=[data.shareScope,data.name,data.externalModuleId,data.remoteName]}return remotesLoadingIdToExternalAndNameMappingMapping});early(__webpack_require__.federation.bundlerRuntimeOptions.remotes,\"webpackRequire\",()=>__webpack_require__);merge(__webpack_require__.federation.bundlerRuntimeOptions.remotes,\"idToRemoteMap\",()=>{const idToRemoteMap={};for(let[id,remoteData]of Object.entries(remotesLoadingModuleIdToRemoteDataMapping)){const info=__module_federation_remote_infos__[remoteData.remoteName];if(info)idToRemoteMap[id]=info}return idToRemoteMap});override(__webpack_require__,\"S\",__webpack_require__.federation.bundlerRuntime.S);if(__webpack_require__.federation.attachShareScopeMap){__webpack_require__.federation.attachShareScopeMap(__webpack_require__)}override(__webpack_require__.f,\"remotes\",(chunkId,promises)=>__webpack_require__.federation.bundlerRuntime.remotes({chunkId,promises,chunkMapping:remotesLoadingChunkMapping,idToExternalAndNameMapping:__webpack_require__.federation.bundlerRuntimeOptions.remotes.idToExternalAndNameMapping,idToRemoteMap:__webpack_require__.federation.bundlerRuntimeOptions.remotes.idToRemoteMap,webpackRequire:__webpack_require__}));override(__webpack_require__.f,\"consumes\",(chunkId,promises)=>__webpack_require__.federation.bundlerRuntime.consumes({chunkId,promises,chunkMapping:consumesLoadingChunkMapping,moduleToHandlerMapping:__webpack_require__.federation.consumesLoadingModuleToHandlerMapping,installedModules:consumesLoadinginstalledModules,webpackRequire:__webpack_require__}));override(__webpack_require__,\"I\",(name,initScope)=>__webpack_require__.federation.bundlerRuntime.I({shareScopeName:name,initScope,initPromises:initializeSharingInitPromises,initTokens:initializeSharingInitTokens,webpackRequire:__webpack_require__}));override(__webpack_require__,\"initContainer\",(shareScope,initScope,remoteEntryInitOptions)=>__webpack_require__.federation.bundlerRuntime.initContainerEntry({shareScope,initScope,remoteEntryInitOptions,shareScopeKey:containerShareScope,webpackRequire:__webpack_require__}));override(__webpack_require__,\"getContainer\",(module1,getScope)=>{var moduleMap=__webpack_require__.initializeExposesData.moduleMap;__webpack_require__.R=getScope;getScope=Object.prototype.hasOwnProperty.call(moduleMap,module1)?moduleMap[module1]():Promise.resolve().then(()=>{throw new Error('Module \"'+module1+'\" does not exist in container.')});__webpack_require__.R=undefined;return getScope});__webpack_require__.federation.instance=__webpack_require__.federation.runtime.init(__webpack_require__.federation.initOptions);if((__webpack_require___consumesLoadingData2=__webpack_require__.consumesLoadingData)===null||__webpack_require___consumesLoadingData2===void 0?void 0:__webpack_require___consumesLoadingData2.initialConsumes){__webpack_require__.federation.bundlerRuntime.installInitialConsumes({webpackRequire:__webpack_require__,installedModules:consumesLoadinginstalledModules,initialConsumes:__webpack_require__.consumesLoadingData.initialConsumes,moduleToHandlerMapping:__webpack_require__.federation.consumesLoadingModuleToHandlerMapping})}}"(__unused_rspack_module, __webpack_exports__, __webpack_require__) {
@@ -166,7 +166,7 @@ __webpack_require__.u = (chunkId) => {
166
166
  // return url for filenames not based on template
167
167
 
168
168
  // return url for filenames based on template
169
- return "" + {"default-framework_esm-framework_dist_internal_js": "5a0b51164255148a","default-framework_esm-styleguide_dist_index_js": "53f248835b6baf0c","default-node_modules_carbon_icons-react_es_generated_bucket-11_js-node_modules_carbon_icons-r-63ea09": "b9d2df7a8d8b0e69","default-node_modules_carbon_react_es_index_js": "291e1f6288b7d23b","default-node_modules_react-dom_index_js": "8506318f66d16da9","default-node_modules_react-i18next_dist_es_index_js": "724b1acafcb3c494","default-node_modules_react-router-dom_dist_index_js": "9d32a476ab7bed13","default-node_modules_swr_dist__internal_index_mjs": "a55d0c7fc69677ef","default-node_modules_tslib_tslib_es6_mjs": "ea8552fa9b5b595c","default-src_run_ts": "4925fcf077dcfe9f","default-vendors-node_modules_dayjs_dayjs_min_js": "5c778f985ad678ec","default-vendors-node_modules_i18next-browser-languagedetector_dist_esm_i18nextBrowserLanguage-1ba50a": "05d439038b8b61f4","default-vendors-node_modules_i18next_dist_esm_i18next_js": "a03b941d3b937f8d","default-vendors-node_modules_react_index_js": "2f0c98fe350433ed","default-vendors-node_modules_rxjs__esm5_index_js": "92b85e96c6ce8a46","default-vendors-node_modules_single-spa_lib_es2015_esm_single-spa_dev_js": "4682b3152838253a","framework_esm-translations_translations_am_json": "06aee695134bd88c","framework_esm-translations_translations_ar_SY_json": "086a5e1ac26f1a62","framework_esm-translations_translations_ar_json": "aa2ab58b42b34e5b","framework_esm-translations_translations_bn_json": "f2c514ea31c828e3","framework_esm-translations_translations_cs_json": "1ba85eef0ead5042","framework_esm-translations_translations_de_json": "7dd156f94a857529","framework_esm-translations_translations_en_US_json": "d18770830db868c8","framework_esm-translations_translations_en_json": "f372453e21463e93","framework_esm-translations_translations_es_MX_json": "da748f8188c833d7","framework_esm-translations_translations_es_json": "c55b14008657a3be","framework_esm-translations_translations_fr_json": "828a8facba2fb98a","framework_esm-translations_translations_he_json": "bd5dc18397ad5098","framework_esm-translations_translations_hi_IN_json": "06ebc86c297de47e","framework_esm-translations_translations_hi_json": "628b7bb4e4b6fdec","framework_esm-translations_translations_id_json": "602691f331f79f76","framework_esm-translations_translations_it_json": "0307ccffc40d15e1","framework_esm-translations_translations_ka_json": "d575a575801d144a","framework_esm-translations_translations_km_json": "1d687e22c573ea8f","framework_esm-translations_translations_ku_json": "a5db5cdb878080aa","framework_esm-translations_translations_ky_json": "5890ffb53b3cffa4","framework_esm-translations_translations_lg_json": "fb31be88afa34d7a","framework_esm-translations_translations_ne_json": "3fae9cc7e8b9c833","framework_esm-translations_translations_pl_json": "d44f5ff4d0f87c16","framework_esm-translations_translations_pt_BR_json": "d8d61fddb26edf63","framework_esm-translations_translations_pt_json": "8144d8726771c08f","framework_esm-translations_translations_qu_json": "c9fef59aba3fcb13","framework_esm-translations_translations_ro_RO_json": "cceb766e6653a7d2","framework_esm-translations_translations_ru_RU_json": "d2ad777b1a2b51a4","framework_esm-translations_translations_si_json": "ca21fb83f91dc92b","framework_esm-translations_translations_sq_json": "2552494ee2b1ecd1","framework_esm-translations_translations_sw_KE_json": "214838278663a696","framework_esm-translations_translations_sw_json": "dc052baecb3d5646","framework_esm-translations_translations_tr_TR_json": "c19369c2cb61645c","framework_esm-translations_translations_tr_json": "d407ba9747584f22","framework_esm-translations_translations_uk_json": "2e295b54ad1ac444","framework_esm-translations_translations_uz_Latn_json": "c2c4926db7e236c2","framework_esm-translations_translations_uz_UZ_json": "eb882b8b16e728a4","framework_esm-translations_translations_uz_json": "6dc2e17e163c4981","framework_esm-translations_translations_vi_json": "592beb196bd3214e","framework_esm-translations_translations_zh_CN_json": "c712c8acc74a10ff","framework_esm-translations_translations_zh_TW_json": "509d0ef5eb6011fe","framework_esm-translations_translations_zh_json": "4ca10201b36d44cf","intl-durationformat-polyfill": "81012d11162cd749",}[chunkId] + ".js"
169
+ return "" + {"default-framework_esm-framework_dist_internal_js": "5a0b51164255148a","default-framework_esm-styleguide_dist_index_js": "53f248835b6baf0c","default-node_modules_carbon_icons-react_es_generated_bucket-11_js-node_modules_carbon_icons-r-63ea09": "b9d2df7a8d8b0e69","default-node_modules_carbon_react_es_index_js": "291e1f6288b7d23b","default-node_modules_react-dom_index_js": "8506318f66d16da9","default-node_modules_react-i18next_dist_es_index_js": "724b1acafcb3c494","default-node_modules_react-router-dom_dist_index_js": "9d32a476ab7bed13","default-node_modules_swr_dist__internal_index_mjs": "a55d0c7fc69677ef","default-node_modules_tslib_tslib_es6_mjs": "ea8552fa9b5b595c","default-src_run_ts": "4925fcf077dcfe9f","default-vendors-node_modules_dayjs_dayjs_min_js": "5c778f985ad678ec","default-vendors-node_modules_i18next-browser-languagedetector_dist_esm_i18nextBrowserLanguage-1ba50a": "05d439038b8b61f4","default-vendors-node_modules_i18next_dist_esm_i18next_js": "a03b941d3b937f8d","default-vendors-node_modules_react_index_js": "2f0c98fe350433ed","default-vendors-node_modules_rxjs__esm5_index_js": "92b85e96c6ce8a46","default-vendors-node_modules_single-spa_lib_es2015_esm_single-spa_dev_js": "4682b3152838253a","framework_esm-translations_translations_am_json": "06aee695134bd88c","framework_esm-translations_translations_ar_SY_json": "086a5e1ac26f1a62","framework_esm-translations_translations_ar_json": "aa2ab58b42b34e5b","framework_esm-translations_translations_bn_json": "f2c514ea31c828e3","framework_esm-translations_translations_cs_json": "1ba85eef0ead5042","framework_esm-translations_translations_de_json": "7dd156f94a857529","framework_esm-translations_translations_en_US_json": "d18770830db868c8","framework_esm-translations_translations_en_json": "f372453e21463e93","framework_esm-translations_translations_es_MX_json": "da748f8188c833d7","framework_esm-translations_translations_es_json": "c55b14008657a3be","framework_esm-translations_translations_fr_json": "828a8facba2fb98a","framework_esm-translations_translations_he_json": "bd5dc18397ad5098","framework_esm-translations_translations_hi_IN_json": "06ebc86c297de47e","framework_esm-translations_translations_hi_json": "628b7bb4e4b6fdec","framework_esm-translations_translations_id_json": "602691f331f79f76","framework_esm-translations_translations_it_json": "0307ccffc40d15e1","framework_esm-translations_translations_ka_json": "d575a575801d144a","framework_esm-translations_translations_km_json": "1d687e22c573ea8f","framework_esm-translations_translations_ku_json": "a5db5cdb878080aa","framework_esm-translations_translations_ky_json": "5890ffb53b3cffa4","framework_esm-translations_translations_lg_json": "fb31be88afa34d7a","framework_esm-translations_translations_ne_json": "3fae9cc7e8b9c833","framework_esm-translations_translations_pl_json": "d44f5ff4d0f87c16","framework_esm-translations_translations_pt_BR_json": "cf20c353e1750fcc","framework_esm-translations_translations_pt_json": "8144d8726771c08f","framework_esm-translations_translations_qu_json": "c9fef59aba3fcb13","framework_esm-translations_translations_ro_RO_json": "cceb766e6653a7d2","framework_esm-translations_translations_ru_RU_json": "d2ad777b1a2b51a4","framework_esm-translations_translations_si_json": "ca21fb83f91dc92b","framework_esm-translations_translations_sq_json": "2552494ee2b1ecd1","framework_esm-translations_translations_sw_KE_json": "214838278663a696","framework_esm-translations_translations_sw_json": "dc052baecb3d5646","framework_esm-translations_translations_tr_TR_json": "c19369c2cb61645c","framework_esm-translations_translations_tr_json": "d407ba9747584f22","framework_esm-translations_translations_uk_json": "2e295b54ad1ac444","framework_esm-translations_translations_uz_Latn_json": "c2c4926db7e236c2","framework_esm-translations_translations_uz_UZ_json": "eb882b8b16e728a4","framework_esm-translations_translations_uz_json": "6dc2e17e163c4981","framework_esm-translations_translations_vi_json": "592beb196bd3214e","framework_esm-translations_translations_zh_CN_json": "c712c8acc74a10ff","framework_esm-translations_translations_zh_TW_json": "509d0ef5eb6011fe","framework_esm-translations_translations_zh_json": "4ca10201b36d44cf","intl-durationformat-polyfill": "81012d11162cd749",}[chunkId] + ".js"
170
170
  }
171
171
  })();
172
172
  // webpack/runtime/global
@@ -284,7 +284,7 @@ __webpack_require__.rv = () => ("1.7.9")
284
284
  (() => {
285
285
 
286
286
  __webpack_require__.S = {};
287
- __webpack_require__.initializeSharingData = { scopeToSharingDataMapping: { "default": [{ name: "@carbon/react", version: "1.92.1", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-webpack_sharing_consume_default_react-dom_react-dom"), __webpack_require__.e("default-node_modules_carbon_icons-react_es_generated_bucket-11_js-node_modules_carbon_icons-r-63ea09"), __webpack_require__.e("default-node_modules_tslib_tslib_es6_mjs"), __webpack_require__.e("default-node_modules_carbon_react_es_index_js")]).then(() => (() => (__webpack_require__("../../../node_modules/@carbon/react/es/index.js"))))), eager: 0, singleton: 1, requiredVersion: "1.x", strictVersion: 0 }, { name: "@openmrs/esm-framework/src/internal", version: "10.0.1-pre.4917", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-webpack_sharing_consume_default_react-dom_react-dom"), __webpack_require__.e("default-node_modules_carbon_icons-react_es_generated_bucket-11_js-node_modules_carbon_icons-r-63ea09"), __webpack_require__.e("default-framework_esm-framework_dist_internal_js")]).then(() => (() => (__webpack_require__("../../framework/esm-framework/dist/internal.js"))))), eager: 0, singleton: 1, requiredVersion: "*", strictVersion: 0 }, { name: "dayjs", version: "1.11.13", factory: () => (__webpack_require__.e("default-vendors-node_modules_dayjs_dayjs_min_js").then(() => (() => (__webpack_require__("../../../node_modules/dayjs/dayjs.min.js"))))), eager: 0, singleton: 1, requiredVersion: "1.x", strictVersion: 0 }, { name: "i18next", version: "25.5.3", factory: () => (__webpack_require__.e("default-vendors-node_modules_i18next_dist_esm_i18next_js").then(() => (() => (__webpack_require__("../../../node_modules/i18next/dist/esm/i18next.js"))))), eager: 0, singleton: 1, requiredVersion: "25.x", strictVersion: 0 }, { name: "react-dom", version: "18.3.1", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-node_modules_react-dom_index_js")]).then(() => (() => (__webpack_require__("../../../node_modules/react-dom/index.js"))))), eager: 0, singleton: 1, requiredVersion: "18.x", strictVersion: 0 }, { name: "react-i18next", version: "16.0.0", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-node_modules_react-i18next_dist_es_index_js")]).then(() => (() => (__webpack_require__("../../../node_modules/react-i18next/dist/es/index.js"))))), eager: 0, singleton: 1, requiredVersion: "16.x", strictVersion: 0 }, { name: "react-router-dom", version: "6.30.3", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-webpack_sharing_consume_default_react-dom_react-dom"), __webpack_require__.e("default-node_modules_react-router-dom_dist_index_js")]).then(() => (() => (__webpack_require__("../../../node_modules/react-router-dom/dist/index.js"))))), eager: 0, singleton: 1, requiredVersion: "6.x", strictVersion: 0 }, { name: "react", version: "18.3.1", factory: () => (__webpack_require__.e("default-vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__("../../../node_modules/react/index.js"))))), eager: 0, singleton: 1, requiredVersion: "18.x", strictVersion: 0 }, { name: "rxjs", version: "6.6.7", factory: () => (__webpack_require__.e("default-vendors-node_modules_rxjs__esm5_index_js").then(() => (() => (__webpack_require__("../../../node_modules/rxjs/_esm5/index.js"))))), eager: 0, singleton: 1, requiredVersion: "6.x", strictVersion: 0 }, { name: "single-spa", version: "6.0.3", factory: () => (__webpack_require__.e("default-vendors-node_modules_single-spa_lib_es2015_esm_single-spa_dev_js").then(() => (() => (__webpack_require__("../../../node_modules/single-spa/lib/es2015/esm/single-spa.dev.js"))))), eager: 0, singleton: 1, requiredVersion: "6.x", strictVersion: 0 }, { name: "swr/_internal", version: "2.2.5", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-node_modules_swr_dist__internal_index_mjs")]).then(() => (() => (__webpack_require__("../../../node_modules/swr/dist/_internal/index.mjs"))))), eager: 0, singleton: 1, requiredVersion: "2.2.5", strictVersion: 0 }] }, uniqueName: "@openmrs/esm-app-shell" };
287
+ __webpack_require__.initializeSharingData = { scopeToSharingDataMapping: { "default": [{ name: "@carbon/react", version: "1.92.1", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-webpack_sharing_consume_default_react-dom_react-dom"), __webpack_require__.e("default-node_modules_carbon_icons-react_es_generated_bucket-11_js-node_modules_carbon_icons-r-63ea09"), __webpack_require__.e("default-node_modules_tslib_tslib_es6_mjs"), __webpack_require__.e("default-node_modules_carbon_react_es_index_js")]).then(() => (() => (__webpack_require__("../../../node_modules/@carbon/react/es/index.js"))))), eager: 0, singleton: 1, requiredVersion: "1.x", strictVersion: 0 }, { name: "@openmrs/esm-framework/src/internal", version: "10.0.1-pre.4943", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-webpack_sharing_consume_default_react-dom_react-dom"), __webpack_require__.e("default-node_modules_carbon_icons-react_es_generated_bucket-11_js-node_modules_carbon_icons-r-63ea09"), __webpack_require__.e("default-framework_esm-framework_dist_internal_js")]).then(() => (() => (__webpack_require__("../../framework/esm-framework/dist/internal.js"))))), eager: 0, singleton: 1, requiredVersion: "*", strictVersion: 0 }, { name: "dayjs", version: "1.11.13", factory: () => (__webpack_require__.e("default-vendors-node_modules_dayjs_dayjs_min_js").then(() => (() => (__webpack_require__("../../../node_modules/dayjs/dayjs.min.js"))))), eager: 0, singleton: 1, requiredVersion: "1.x", strictVersion: 0 }, { name: "i18next", version: "25.5.3", factory: () => (__webpack_require__.e("default-vendors-node_modules_i18next_dist_esm_i18next_js").then(() => (() => (__webpack_require__("../../../node_modules/i18next/dist/esm/i18next.js"))))), eager: 0, singleton: 1, requiredVersion: "25.x", strictVersion: 0 }, { name: "react-dom", version: "18.3.1", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-node_modules_react-dom_index_js")]).then(() => (() => (__webpack_require__("../../../node_modules/react-dom/index.js"))))), eager: 0, singleton: 1, requiredVersion: "18.x", strictVersion: 0 }, { name: "react-i18next", version: "16.0.0", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-node_modules_react-i18next_dist_es_index_js")]).then(() => (() => (__webpack_require__("../../../node_modules/react-i18next/dist/es/index.js"))))), eager: 0, singleton: 1, requiredVersion: "16.x", strictVersion: 0 }, { name: "react-router-dom", version: "6.30.3", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-webpack_sharing_consume_default_react-dom_react-dom"), __webpack_require__.e("default-node_modules_react-router-dom_dist_index_js")]).then(() => (() => (__webpack_require__("../../../node_modules/react-router-dom/dist/index.js"))))), eager: 0, singleton: 1, requiredVersion: "6.x", strictVersion: 0 }, { name: "react", version: "18.3.1", factory: () => (__webpack_require__.e("default-vendors-node_modules_react_index_js").then(() => (() => (__webpack_require__("../../../node_modules/react/index.js"))))), eager: 0, singleton: 1, requiredVersion: "18.x", strictVersion: 0 }, { name: "rxjs", version: "6.6.7", factory: () => (__webpack_require__.e("default-vendors-node_modules_rxjs__esm5_index_js").then(() => (() => (__webpack_require__("../../../node_modules/rxjs/_esm5/index.js"))))), eager: 0, singleton: 1, requiredVersion: "6.x", strictVersion: 0 }, { name: "single-spa", version: "6.0.3", factory: () => (__webpack_require__.e("default-vendors-node_modules_single-spa_lib_es2015_esm_single-spa_dev_js").then(() => (() => (__webpack_require__("../../../node_modules/single-spa/lib/es2015/esm/single-spa.dev.js"))))), eager: 0, singleton: 1, requiredVersion: "6.x", strictVersion: 0 }, { name: "swr/_internal", version: "2.2.5", factory: () => (Promise.all([__webpack_require__.e("default-webpack_sharing_consume_default_react_react"), __webpack_require__.e("default-node_modules_swr_dist__internal_index_mjs")]).then(() => (() => (__webpack_require__("../../../node_modules/swr/dist/_internal/index.mjs"))))), eager: 0, singleton: 1, requiredVersion: "2.2.5", strictVersion: 0 }] }, uniqueName: "@openmrs/esm-app-shell" };
288
288
  __webpack_require__.I = __webpack_require__.I || function() { throw new Error("should have __webpack_require__.I") }
289
289
 
290
290
  })();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-app-shell",
3
- "version": "10.0.1-pre.4917",
3
+ "version": "10.0.1-pre.4943",
4
4
  "license": "MPL-2.0",
5
5
  "main": "dist/openmrs.js",
6
6
  "scripts": {
@@ -35,8 +35,8 @@
35
35
  "dependencies": {
36
36
  "@carbon/react": "^1.92.1",
37
37
  "@internationalized/date": "^3.8.0",
38
- "@openmrs/esm-framework": "10.0.1-pre.4917",
39
- "@openmrs/esm-styleguide": "10.0.1-pre.4917",
38
+ "@openmrs/esm-framework": "10.0.1-pre.4943",
39
+ "@openmrs/esm-styleguide": "10.0.1-pre.4943",
40
40
  "@rspack/cli": "1.7.9",
41
41
  "@rspack/core": "1.7.9",
42
42
  "dayjs": "^1.11.13",
@@ -1 +0,0 @@
1
- "use strict";(self.webpackChunk_openmrs_esm_app_shell=self.webpackChunk_openmrs_esm_app_shell||[]).push([["8728"],{4168(e){e.exports=JSON.parse('{"actionableNotification":"Actionable notification","actions":"A\xe7\xf5es","address":"Endere\xe7o","address1":"Linha de Endere\xe7o 1","address2":"Linha de Endere\xe7o 2","address3":"Linha de Endere\xe7o 3","address4":"Linha de endere\xe7o 4","address5":"Linha de Endere\xe7o 5","address6":"Linha de Endere\xe7o 6","age":"Idade","cancel":"Cancelar","change":"Alterar","city":"Cidade","cityVillage":"Cidade","Clinic":"Cl\xednica","close":"Fechar","closeAllOpenedWorkspaces":"Descartar altera\xe7\xf5es em {{count}} espa\xe7os de trabalho ","closesActionableNotification":"Closes actionable notification","closeSnackbar":"Close snackbar","closeWorkspaces2PromptBody":"You are about to close the following workspace(s), which might have unsaved changes:","closeWorkspaces2PromptTitle":"Close workspace(s)","closingAllWorkspacesPromptBody":"There may be unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}","closingAllWorkspacesPromptTitle":"Voc\xea tem altera\xe7\xf5es n\xe3o salvas","confirm":"Confirmar","contactAdministratorIfIssuePersists":"Entre em contato com o administrador do sistema se o problema persistir.","contactDetails":"Detalhes de contato","country":"Pa\xeds","countyDistrict":"Distrito","delete":"Deletar","discard":"Descarte","discardChanges":"Discard changes","district":"Distrito","edit":"Editar","emptyStateText":"There are no {{displayText}} to display","error":"Erro","errorCopy":"Desculpe, houve um problema ao exibir essas informa\xe7\xf5es. Voc\xea pode tentar recarregar esta p\xe1gina ou entrar em contato com o administrador do site e informar o c\xf3digo de erro acima.","errorLoadingLoginLocations":"Unable to load login locations. Please try again or contact support if the problem persists.","female":"Feminino","hide":"Esconder","leftNavigation":"Left navigation","loading":"Carregando","male":"Masculino","maximize":"Maximizar","minimize":"Minimizar","noResultsToDisplay":"No results to display","openAnyway":"Abrir de qualquer forma","other":"Outros","paginationItemsCount":"{{pageItemsCount}} / {{totalItems}} items","paginationOfPages":"of {{count}} pages","patientAvatarAlt":"Avatar for {{patientName}}","patientIdentifierSticker":"Adesivo de identifica\xe7\xe3o do paciente","patientLists":"Listas de pacientes","patientPhotoAlt":"Profile photo of {{patientName}}","patientPhotoPlaceholder":"Photo placeholder for {{patientName}}","postalCode":"C\xf3digo postal","print":"Imprimir","printError":"Erro de impress\xe3o","printErrorExplainer":"Ocorreu um erro em {{errorLocation}}","printIdentifierSticker":"Imprimir adesivo identificador","printing":"Impress\xe3o","recordNewEntry":"Record {{displayText}}","relationships":"Relacionamentos","resetOverrides":"Redefinir substitui\xe7\xf5es","save":"Salvar","scriptLoadingError":"Falha ao carregar o script substitu\xeddo de {{url}}. Verifique se o script empacotado est\xe1 dispon\xedvel no URL esperado. Clique no bot\xe3o abaixo para redefinir todas as substitui\xe7\xf5es do mapa de importa\xe7\xe3o.","scriptLoadingFailed":"Erro: Falha ao carregar o script","searchForLocation":"Search for a location","seeAll":"See all","seeMoreLists":"Veja mais {{count}} listas","sex":"Sexo","showLess":"Mostrar menos","showMore":"Mostrar mais","snackbarNotification":"Snackbar notification","state":"Estado","stateProvince":"Estado","toggleDevTools":"Toggle dev tools","unknown":"Desconhecido","unsavedChangesInOpenedWorkspace":"You may have unsaved changes in the opened workspace. Do you want to discard these changes?","unsavedChangesInWorkspace":"There may be unsaved changes in \\"{{workspaceName}}\\". Please save them before opening another workspace.","unsavedChangesTitleText":"Altera\xe7\xf5es n\xe3o salvas","workspaceHeader":"Cabe\xe7alho do espa\xe7o de trabalho","yearAbbreviation":"yr","yearsAbbreviation":"yrs"}')}}]);
@@ -1,8 +0,0 @@
1
- "use strict";
2
- (self["webpackChunk_openmrs_esm_app_shell"] = self["webpackChunk_openmrs_esm_app_shell"] || []).push([["framework_esm-translations_translations_pt_BR_json"], {
3
- "../../framework/esm-translations/translations/pt_BR.json"(module) {
4
- eval("{module.exports = JSON.parse('{\"actionableNotification\":\"Actionable notification\",\"actions\":\"Ações\",\"address\":\"Endereço\",\"address1\":\"Linha de Endereço 1\",\"address2\":\"Linha de Endereço 2\",\"address3\":\"Linha de Endereço 3\",\"address4\":\"Linha de endereço 4\",\"address5\":\"Linha de Endereço 5\",\"address6\":\"Linha de Endereço 6\",\"age\":\"Idade\",\"cancel\":\"Cancelar\",\"change\":\"Alterar\",\"city\":\"Cidade\",\"cityVillage\":\"Cidade\",\"Clinic\":\"Clínica\",\"close\":\"Fechar\",\"closeAllOpenedWorkspaces\":\"Descartar alterações em {{count}} espaços de trabalho \",\"closesActionableNotification\":\"Closes actionable notification\",\"closeSnackbar\":\"Close snackbar\",\"closeWorkspaces2PromptBody\":\"You are about to close the following workspace(s), which might have unsaved changes:\",\"closeWorkspaces2PromptTitle\":\"Close workspace(s)\",\"closingAllWorkspacesPromptBody\":\"There may be unsaved changes in the following workspaces. Do you want to discard changes in the following workspaces? {{workspaceNames}}\",\"closingAllWorkspacesPromptTitle\":\"Você tem alterações não salvas\",\"confirm\":\"Confirmar\",\"contactAdministratorIfIssuePersists\":\"Entre em contato com o administrador do sistema se o problema persistir.\",\"contactDetails\":\"Detalhes de contato\",\"country\":\"País\",\"countyDistrict\":\"Distrito\",\"delete\":\"Deletar\",\"discard\":\"Descarte\",\"discardChanges\":\"Discard changes\",\"district\":\"Distrito\",\"edit\":\"Editar\",\"emptyStateText\":\"There are no {{displayText}} to display\",\"error\":\"Erro\",\"errorCopy\":\"Desculpe, houve um problema ao exibir essas informações. Você pode tentar recarregar esta página ou entrar em contato com o administrador do site e informar o código de erro acima.\",\"errorLoadingLoginLocations\":\"Unable to load login locations. Please try again or contact support if the problem persists.\",\"female\":\"Feminino\",\"hide\":\"Esconder\",\"leftNavigation\":\"Left navigation\",\"loading\":\"Carregando\",\"male\":\"Masculino\",\"maximize\":\"Maximizar\",\"minimize\":\"Minimizar\",\"noResultsToDisplay\":\"No results to display\",\"openAnyway\":\"Abrir de qualquer forma\",\"other\":\"Outros\",\"paginationItemsCount\":\"{{pageItemsCount}} / {{totalItems}} items\",\"paginationOfPages\":\"of {{count}} pages\",\"patientAvatarAlt\":\"Avatar for {{patientName}}\",\"patientIdentifierSticker\":\"Adesivo de identificação do paciente\",\"patientLists\":\"Listas de pacientes\",\"patientPhotoAlt\":\"Profile photo of {{patientName}}\",\"patientPhotoPlaceholder\":\"Photo placeholder for {{patientName}}\",\"postalCode\":\"Código postal\",\"print\":\"Imprimir\",\"printError\":\"Erro de impressão\",\"printErrorExplainer\":\"Ocorreu um erro em {{errorLocation}}\",\"printIdentifierSticker\":\"Imprimir adesivo identificador\",\"printing\":\"Impressão\",\"recordNewEntry\":\"Record {{displayText}}\",\"relationships\":\"Relacionamentos\",\"resetOverrides\":\"Redefinir substituições\",\"save\":\"Salvar\",\"scriptLoadingError\":\"Falha ao carregar o script substituído de {{url}}. Verifique se o script empacotado está disponível no URL esperado. Clique no botão abaixo para redefinir todas as substituições do mapa de importação.\",\"scriptLoadingFailed\":\"Erro: Falha ao carregar o script\",\"searchForLocation\":\"Search for a location\",\"seeAll\":\"See all\",\"seeMoreLists\":\"Veja mais {{count}} listas\",\"sex\":\"Sexo\",\"showLess\":\"Mostrar menos\",\"showMore\":\"Mostrar mais\",\"snackbarNotification\":\"Snackbar notification\",\"state\":\"Estado\",\"stateProvince\":\"Estado\",\"toggleDevTools\":\"Toggle dev tools\",\"unknown\":\"Desconhecido\",\"unsavedChangesInOpenedWorkspace\":\"You may have unsaved changes in the opened workspace. Do you want to discard these changes?\",\"unsavedChangesInWorkspace\":\"There may be unsaved changes in \\\\\"{{workspaceName}}\\\\\". Please save them before opening another workspace.\",\"unsavedChangesTitleText\":\"Alterações não salvas\",\"workspaceHeader\":\"Cabeçalho do espaço de trabalho\",\"yearAbbreviation\":\"yr\",\"yearsAbbreviation\":\"yrs\"}')\n//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoianNvbnwvaG9tZS9ydW5uZXIvd29yay9vcGVubXJzLWVzbS1jb3JlL29wZW5tcnMtZXNtLWNvcmUvcGFja2FnZXMvZnJhbWV3b3JrL2VzbS10cmFuc2xhdGlvbnMvdHJhbnNsYXRpb25zL3B0X0JSLmpzb24iLCJzb3VyY2VzIjpbIndlYnBhY2s6Ly9Ab3Blbm1ycy9lc20tYXBwLXNoZWxsL2pzb258L2hvbWUvcnVubmVyL3dvcmsvb3Blbm1ycy1lc20tY29yZS9vcGVubXJzLWVzbS1jb3JlL3BhY2thZ2VzL2ZyYW1ld29yay9lc20tdHJhbnNsYXRpb25zL3RyYW5zbGF0aW9ucy9wdF9CUi5qc29uPzJiZjUiXSwic291cmNlc0NvbnRlbnQiOlsibW9kdWxlLmV4cG9ydHMgPSBKU09OLnBhcnNlKCd7XCJhY3Rpb25hYmxlTm90aWZpY2F0aW9uXCI6XCJBY3Rpb25hYmxlIG5vdGlmaWNhdGlvblwiLFwiYWN0aW9uc1wiOlwiQcOnw7Vlc1wiLFwiYWRkcmVzc1wiOlwiRW5kZXJlw6dvXCIsXCJhZGRyZXNzMVwiOlwiTGluaGEgZGUgRW5kZXJlw6dvIDFcIixcImFkZHJlc3MyXCI6XCJMaW5oYSBkZSBFbmRlcmXDp28gMlwiLFwiYWRkcmVzczNcIjpcIkxpbmhhIGRlIEVuZGVyZcOnbyAzXCIsXCJhZGRyZXNzNFwiOlwiTGluaGEgZGUgZW5kZXJlw6dvIDRcIixcImFkZHJlc3M1XCI6XCJMaW5oYSBkZSBFbmRlcmXDp28gNVwiLFwiYWRkcmVzczZcIjpcIkxpbmhhIGRlIEVuZGVyZcOnbyA2XCIsXCJhZ2VcIjpcIklkYWRlXCIsXCJjYW5jZWxcIjpcIkNhbmNlbGFyXCIsXCJjaGFuZ2VcIjpcIkFsdGVyYXJcIixcImNpdHlcIjpcIkNpZGFkZVwiLFwiY2l0eVZpbGxhZ2VcIjpcIkNpZGFkZVwiLFwiQ2xpbmljXCI6XCJDbMOtbmljYVwiLFwiY2xvc2VcIjpcIkZlY2hhclwiLFwiY2xvc2VBbGxPcGVuZWRXb3Jrc3BhY2VzXCI6XCJEZXNjYXJ0YXIgYWx0ZXJhw6fDtWVzIGVtIHt7Y291bnR9fSBlc3Bhw6dvcyBkZSB0cmFiYWxobyBcIixcImNsb3Nlc0FjdGlvbmFibGVOb3RpZmljYXRpb25cIjpcIkNsb3NlcyBhY3Rpb25hYmxlIG5vdGlmaWNhdGlvblwiLFwiY2xvc2VTbmFja2JhclwiOlwiQ2xvc2Ugc25hY2tiYXJcIixcImNsb3NlV29ya3NwYWNlczJQcm9tcHRCb2R5XCI6XCJZb3UgYXJlIGFib3V0IHRvIGNsb3NlIHRoZSBmb2xsb3dpbmcgd29ya3NwYWNlKHMpLCB3aGljaCBtaWdodCBoYXZlIHVuc2F2ZWQgY2hhbmdlczpcIixcImNsb3NlV29ya3NwYWNlczJQcm9tcHRUaXRsZVwiOlwiQ2xvc2Ugd29ya3NwYWNlKHMpXCIsXCJjbG9zaW5nQWxsV29ya3NwYWNlc1Byb21wdEJvZHlcIjpcIlRoZXJlIG1heSBiZSB1bnNhdmVkIGNoYW5nZXMgaW4gdGhlIGZvbGxvd2luZyB3b3Jrc3BhY2VzLiBEbyB5b3Ugd2FudCB0byBkaXNjYXJkIGNoYW5nZXMgaW4gdGhlIGZvbGxvd2luZyB3b3Jrc3BhY2VzPyB7e3dvcmtzcGFjZU5hbWVzfX1cIixcImNsb3NpbmdBbGxXb3Jrc3BhY2VzUHJvbXB0VGl0bGVcIjpcIlZvY8OqIHRlbSBhbHRlcmHDp8O1ZXMgbsOjbyBzYWx2YXNcIixcImNvbmZpcm1cIjpcIkNvbmZpcm1hclwiLFwiY29udGFjdEFkbWluaXN0cmF0b3JJZklzc3VlUGVyc2lzdHNcIjpcIkVudHJlIGVtIGNvbnRhdG8gY29tIG8gYWRtaW5pc3RyYWRvciBkbyBzaXN0ZW1hIHNlIG8gcHJvYmxlbWEgcGVyc2lzdGlyLlwiLFwiY29udGFjdERldGFpbHNcIjpcIkRldGFsaGVzIGRlIGNvbnRhdG9cIixcImNvdW50cnlcIjpcIlBhw61zXCIsXCJjb3VudHlEaXN0cmljdFwiOlwiRGlzdHJpdG9cIixcImRlbGV0ZVwiOlwiRGVsZXRhclwiLFwiZGlzY2FyZFwiOlwiRGVzY2FydGVcIixcImRpc2NhcmRDaGFuZ2VzXCI6XCJEaXNjYXJkIGNoYW5nZXNcIixcImRpc3RyaWN0XCI6XCJEaXN0cml0b1wiLFwiZWRpdFwiOlwiRWRpdGFyXCIsXCJlbXB0eVN0YXRlVGV4dFwiOlwiVGhlcmUgYXJlIG5vIHt7ZGlzcGxheVRleHR9fSB0byBkaXNwbGF5XCIsXCJlcnJvclwiOlwiRXJyb1wiLFwiZXJyb3JDb3B5XCI6XCJEZXNjdWxwZSwgaG91dmUgdW0gcHJvYmxlbWEgYW8gZXhpYmlyIGVzc2FzIGluZm9ybWHDp8O1ZXMuIFZvY8OqIHBvZGUgdGVudGFyIHJlY2FycmVnYXIgZXN0YSBww6FnaW5hIG91IGVudHJhciBlbSBjb250YXRvIGNvbSBvIGFkbWluaXN0cmFkb3IgZG8gc2l0ZSBlIGluZm9ybWFyIG8gY8OzZGlnbyBkZSBlcnJvIGFjaW1hLlwiLFwiZXJyb3JMb2FkaW5nTG9naW5Mb2NhdGlvbnNcIjpcIlVuYWJsZSB0byBsb2FkIGxvZ2luIGxvY2F0aW9ucy4gUGxlYXNlIHRyeSBhZ2FpbiBvciBjb250YWN0IHN1cHBvcnQgaWYgdGhlIHByb2JsZW0gcGVyc2lzdHMuXCIsXCJmZW1hbGVcIjpcIkZlbWluaW5vXCIsXCJoaWRlXCI6XCJFc2NvbmRlclwiLFwibGVmdE5hdmlnYXRpb25cIjpcIkxlZnQgbmF2aWdhdGlvblwiLFwibG9hZGluZ1wiOlwiQ2FycmVnYW5kb1wiLFwibWFsZVwiOlwiTWFzY3VsaW5vXCIsXCJtYXhpbWl6ZVwiOlwiTWF4aW1pemFyXCIsXCJtaW5pbWl6ZVwiOlwiTWluaW1pemFyXCIsXCJub1Jlc3VsdHNUb0Rpc3BsYXlcIjpcIk5vIHJlc3VsdHMgdG8gZGlzcGxheVwiLFwib3BlbkFueXdheVwiOlwiQWJyaXIgZGUgcXVhbHF1ZXIgZm9ybWFcIixcIm90aGVyXCI6XCJPdXRyb3NcIixcInBhZ2luYXRpb25JdGVtc0NvdW50XCI6XCJ7e3BhZ2VJdGVtc0NvdW50fX0gLyB7e3RvdGFsSXRlbXN9fSBpdGVtc1wiLFwicGFnaW5hdGlvbk9mUGFnZXNcIjpcIm9mIHt7Y291bnR9fSBwYWdlc1wiLFwicGF0aWVudEF2YXRhckFsdFwiOlwiQXZhdGFyIGZvciB7e3BhdGllbnROYW1lfX1cIixcInBhdGllbnRJZGVudGlmaWVyU3RpY2tlclwiOlwiQWRlc2l2byBkZSBpZGVudGlmaWNhw6fDo28gZG8gcGFjaWVudGVcIixcInBhdGllbnRMaXN0c1wiOlwiTGlzdGFzIGRlIHBhY2llbnRlc1wiLFwicGF0aWVudFBob3RvQWx0XCI6XCJQcm9maWxlIHBob3RvIG9mIHt7cGF0aWVudE5hbWV9fVwiLFwicGF0aWVudFBob3RvUGxhY2Vob2xkZXJcIjpcIlBob3RvIHBsYWNlaG9sZGVyIGZvciB7e3BhdGllbnROYW1lfX1cIixcInBvc3RhbENvZGVcIjpcIkPDs2RpZ28gcG9zdGFsXCIsXCJwcmludFwiOlwiSW1wcmltaXJcIixcInByaW50RXJyb3JcIjpcIkVycm8gZGUgaW1wcmVzc8Ojb1wiLFwicHJpbnRFcnJvckV4cGxhaW5lclwiOlwiT2NvcnJldSB1bSBlcnJvIGVtIHt7ZXJyb3JMb2NhdGlvbn19XCIsXCJwcmludElkZW50aWZpZXJTdGlja2VyXCI6XCJJbXByaW1pciBhZGVzaXZvIGlkZW50aWZpY2Fkb3JcIixcInByaW50aW5nXCI6XCJJbXByZXNzw6NvXCIsXCJyZWNvcmROZXdFbnRyeVwiOlwiUmVjb3JkIHt7ZGlzcGxheVRleHR9fVwiLFwicmVsYXRpb25zaGlwc1wiOlwiUmVsYWNpb25hbWVudG9zXCIsXCJyZXNldE92ZXJyaWRlc1wiOlwiUmVkZWZpbmlyIHN1YnN0aXR1acOnw7Vlc1wiLFwic2F2ZVwiOlwiU2FsdmFyXCIsXCJzY3JpcHRMb2FkaW5nRXJyb3JcIjpcIkZhbGhhIGFvIGNhcnJlZ2FyIG8gc2NyaXB0IHN1YnN0aXR1w61kbyBkZSB7e3VybH19LiBWZXJpZmlxdWUgc2UgbyBzY3JpcHQgZW1wYWNvdGFkbyBlc3TDoSBkaXNwb27DrXZlbCBubyBVUkwgZXNwZXJhZG8uIENsaXF1ZSBubyBib3TDo28gYWJhaXhvIHBhcmEgcmVkZWZpbmlyIHRvZGFzIGFzIHN1YnN0aXR1acOnw7VlcyBkbyBtYXBhIGRlIGltcG9ydGHDp8Ojby5cIixcInNjcmlwdExvYWRpbmdGYWlsZWRcIjpcIkVycm86IEZhbGhhIGFvIGNhcnJlZ2FyIG8gc2NyaXB0XCIsXCJzZWFyY2hGb3JMb2NhdGlvblwiOlwiU2VhcmNoIGZvciBhIGxvY2F0aW9uXCIsXCJzZWVBbGxcIjpcIlNlZSBhbGxcIixcInNlZU1vcmVMaXN0c1wiOlwiVmVqYSBtYWlzIHt7Y291bnR9fSBsaXN0YXNcIixcInNleFwiOlwiU2V4b1wiLFwic2hvd0xlc3NcIjpcIk1vc3RyYXIgbWVub3NcIixcInNob3dNb3JlXCI6XCJNb3N0cmFyIG1haXNcIixcInNuYWNrYmFyTm90aWZpY2F0aW9uXCI6XCJTbmFja2JhciBub3RpZmljYXRpb25cIixcInN0YXRlXCI6XCJFc3RhZG9cIixcInN0YXRlUHJvdmluY2VcIjpcIkVzdGFkb1wiLFwidG9nZ2xlRGV2VG9vbHNcIjpcIlRvZ2dsZSBkZXYgdG9vbHNcIixcInVua25vd25cIjpcIkRlc2NvbmhlY2lkb1wiLFwidW5zYXZlZENoYW5nZXNJbk9wZW5lZFdvcmtzcGFjZVwiOlwiWW91IG1heSBoYXZlIHVuc2F2ZWQgY2hhbmdlcyBpbiB0aGUgb3BlbmVkIHdvcmtzcGFjZS4gRG8geW91IHdhbnQgdG8gZGlzY2FyZCB0aGVzZSBjaGFuZ2VzP1wiLFwidW5zYXZlZENoYW5nZXNJbldvcmtzcGFjZVwiOlwiVGhlcmUgbWF5IGJlIHVuc2F2ZWQgY2hhbmdlcyBpbiBcXFxcXCJ7e3dvcmtzcGFjZU5hbWV9fVxcXFxcIi4gUGxlYXNlIHNhdmUgdGhlbSBiZWZvcmUgb3BlbmluZyBhbm90aGVyIHdvcmtzcGFjZS5cIixcInVuc2F2ZWRDaGFuZ2VzVGl0bGVUZXh0XCI6XCJBbHRlcmHDp8O1ZXMgbsOjbyBzYWx2YXNcIixcIndvcmtzcGFjZUhlYWRlclwiOlwiQ2FiZcOnYWxobyBkbyBlc3Bhw6dvIGRlIHRyYWJhbGhvXCIsXCJ5ZWFyQWJicmV2aWF0aW9uXCI6XCJ5clwiLFwieWVhcnNBYmJyZXZpYXRpb25cIjpcInlyc1wifScpIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDhCQUE4QixzZEFBc2QsUUFBUSx3YkFBd2IsZ0JBQWdCLGtiQUFrYixjQUFjLDBuQkFBMG5CLGlCQUFpQixJQUFJLGFBQWEsaUNBQWlDLFFBQVEsd0NBQXdDLGFBQWEsK0lBQStJLGFBQWEscURBQXFELGFBQWEsK0hBQStILGVBQWUsOEdBQThHLGFBQWEsaUtBQWlLLEtBQUssNlNBQTZTLFFBQVEsa2FBQWthLGVBQWUsaU5BQWlOIn0=\n//# sourceURL=webpack-internal:///../../framework/esm-translations/translations/pt_BR.json\n\n}");
5
-
6
- },
7
-
8
- }]);