@bahmni/clinical-app 0.0.1-dev.401 → 0.0.1-dev.404

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/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { cQ as c } from "./index-Dw_thdbE.js";
1
+ import { cQ as c } from "./index-hyQPbI9a.js";
2
2
  export {
3
3
  c as ClinicalApp
4
4
  };
@@ -87,8 +87,13 @@
87
87
  "COMMON_SEARCH_NO_LOCATION_ERROR": "No location selected. Please log in with a location to use search.",
88
88
  "COMMON_SEARCH_NO_PRIVILEGE_ERROR": "No search context configured for the current user's role / privileges.",
89
89
  "COMMON_SEARCH_NO_RESULTS": "No results found for the given search criteria.",
90
+ "COMMON_SEARCH_PREVIOUS_SET": "Previous set",
91
+ "COMMON_SEARCH_NEXT_SET": "Next set",
92
+ "COMMON_SEARCH_PREVIOUS_PAGE": "Previous page",
93
+ "COMMON_SEARCH_NEXT_PAGE": "Next page",
90
94
  "COMMON_SEARCH_RANGE_ORDER_INVALID": "To value must be greater than or equal to From value",
91
95
  "COMMON_SEARCH_RESULTS_TABLE_TITLE": "Search Results",
96
+ "COMMON_SEARCH_RESULTS_TABLE_TITLE_WITH_COUNT": "Search Results ({{total}})",
92
97
  "COMMON_SEARCH_SEARCH_BUTTON": "Search",
93
98
  "COMMON_SEARCH_SELECT_CONTEXT_PLACEHOLDER": "Select a context",
94
99
  "COMMON_SEARCH_SELECT_CONTEXT_TITLE": "Search Context",
@@ -96,8 +96,13 @@
96
96
  "COMMON_SEARCH_NO_LOCATION_ERROR": "No se ha seleccionado ninguna ubicación. Inicie sesión con una ubicación para usar la búsqueda.",
97
97
  "COMMON_SEARCH_NO_PRIVILEGE_ERROR": "Ningún contexto de búsqueda configurado para el rol / privilegios del usuario actual.",
98
98
  "COMMON_SEARCH_NO_RESULTS": "No se encontraron resultados para los criterios de búsqueda dados.",
99
+ "COMMON_SEARCH_PREVIOUS_SET": "Conjunto anterior",
100
+ "COMMON_SEARCH_NEXT_SET": "Conjunto siguiente",
101
+ "COMMON_SEARCH_PREVIOUS_PAGE": "Página anterior",
102
+ "COMMON_SEARCH_NEXT_PAGE": "Página siguiente",
99
103
  "COMMON_SEARCH_RANGE_ORDER_INVALID": "El valor final debe ser mayor o igual al valor inicial",
100
104
  "COMMON_SEARCH_RESULTS_TABLE_TITLE": "Resultados de búsqueda",
105
+ "COMMON_SEARCH_RESULTS_TABLE_TITLE_WITH_COUNT": "Resultados de búsqueda ({{total}})",
101
106
  "COMMON_SEARCH_SEARCH_BUTTON": "Buscar",
102
107
  "COMMON_SEARCH_SELECT_CONTEXT_PLACEHOLDER": "Seleccionar un contexto",
103
108
  "COMMON_SEARCH_SELECT_CONTEXT_TITLE": "Contexto de Búsqueda",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bahmni/clinical-app",
3
- "version": "0.0.1-dev.401",
3
+ "version": "0.0.1-dev.404",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",