@openmrs/esm-home-app 9.2.1-pre.7421 → 9.2.1-pre.7432

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.
@@ -8,4 +8,4 @@ WARNING in ⚠ entrypoint size limit: The following entrypoint(s) combined asset
8
8
  │ main (430.201 KiB)
9
9
  │ main.js
10
10
 
11
- Rspack compiled with 2 warnings in 43.77 s
11
+ Rspack compiled with 2 warnings in 33.84 s
package/dist/3925.js CHANGED
@@ -1 +1 @@
1
- "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([["3925"],{4843:function(e){e.exports=JSON.parse('{"contactAdministrator":"Please try using the left navigation menu links. If the issue persists, contact your system administrator.","dashboardNotFound":"The dashboard you are looking for does not exist.","dashboardNotFoundDescription":"The page you requested could not be found. It may have been moved, deleted, or the configured dashboard does not exist.","pageNotFound":"Page not found"}')}}]);
1
+ "use strict";(globalThis.webpackChunk_openmrs_esm_home_app=globalThis.webpackChunk_openmrs_esm_home_app||[]).push([["3925"],{4843:function(o){o.exports=JSON.parse('{"contactAdministrator":"请尝试使用左侧导航菜单链接。如果问题仍然存在,请联系您的系统管理员。","dashboardNotFound":"您要查找的仪表盘不存在。","dashboardNotFoundDescription":"您请求的页面无法找到。它可能已被移动、删除,或者配置的控制面板不存在。","pageNotFound":"页面未找到"}')}}]);
@@ -511,9 +511,9 @@
511
511
  "rendered": true,
512
512
  "initial": false,
513
513
  "entry": false,
514
- "size": 408,
514
+ "size": 378,
515
515
  "sizes": {
516
- "javascript": 408
516
+ "javascript": 378
517
517
  },
518
518
  "names": [],
519
519
  "idHints": [],
@@ -525,7 +525,7 @@
525
525
  "3925.js"
526
526
  ],
527
527
  "auxiliaryFiles": [],
528
- "hash": "a62f1adbd64f6fc9",
528
+ "hash": "74e93e91fb865ec7",
529
529
  "childrenByOrder": {}
530
530
  },
531
531
  {
package/dist/routes.json CHANGED
@@ -1 +1 @@
1
- {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.1-pre.7421"}
1
+ {"$schema":"https://json.openmrs.org/routes.schema.json","backendDependencies":{"webservices.rest":">=2.2.0"},"pages":[{"component":"root","route":"home","online":true,"offline":true}],"extensions":[{"name":"home-nav-menu","slot":"home-sidebar-slot","component":"homeNavMenu","online":true,"offline":true}],"version":"9.2.1-pre.7432"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-home-app",
3
- "version": "9.2.1-pre.7421",
3
+ "version": "9.2.1-pre.7432",
4
4
  "description": "Homepage microfrontend for the OpenMRS SPA",
5
5
  "browser": "dist/openmrs-esm-home-app.js",
6
6
  "main": "src/index.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
- "contactAdministrator": "Please try using the left navigation menu links. If the issue persists, contact your system administrator.",
3
- "dashboardNotFound": "The dashboard you are looking for does not exist.",
4
- "dashboardNotFoundDescription": "The page you requested could not be found. It may have been moved, deleted, or the configured dashboard does not exist.",
5
- "pageNotFound": "Page not found"
2
+ "contactAdministrator": "请尝试使用左侧导航菜单链接。如果问题仍然存在,请联系您的系统管理员。",
3
+ "dashboardNotFound": "您要查找的仪表盘不存在。",
4
+ "dashboardNotFoundDescription": "您请求的页面无法找到。它可能已被移动、删除,或者配置的控制面板不存在。",
5
+ "pageNotFound": "页面未找到"
6
6
  }