@openmrs/esm-implementer-tools-app 6.3.1-pre.3234 → 6.3.1-pre.3244

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.
Files changed (94) hide show
  1. package/.turbo/turbo-build.log +7 -7
  2. package/dist/1119.js +1 -1
  3. package/dist/1197.js +1 -1
  4. package/dist/2146.js +1 -1
  5. package/dist/2690.js +1 -1
  6. package/dist/3099.js +1 -1
  7. package/dist/3584.js +1 -1
  8. package/dist/4055.js +1 -1
  9. package/dist/4132.js +1 -1
  10. package/dist/4300.js +1 -1
  11. package/dist/4335.js +1 -1
  12. package/dist/4618.js +1 -1
  13. package/dist/4652.js +1 -1
  14. package/dist/4944.js +1 -1
  15. package/dist/5173.js +1 -1
  16. package/dist/5241.js +1 -1
  17. package/dist/5442.js +1 -1
  18. package/dist/5563.js +1 -1
  19. package/dist/5661.js +1 -1
  20. package/dist/6022.js +1 -1
  21. package/dist/6132.js +1 -0
  22. package/dist/6132.js.map +1 -0
  23. package/dist/6468.js +1 -1
  24. package/dist/6679.js +1 -1
  25. package/dist/6840.js +1 -1
  26. package/dist/6859.js +1 -1
  27. package/dist/7097.js +1 -1
  28. package/dist/7159.js +1 -1
  29. package/dist/723.js +1 -1
  30. package/dist/7617.js +1 -1
  31. package/dist/795.js +1 -1
  32. package/dist/8163.js +1 -1
  33. package/dist/8349.js +1 -1
  34. package/dist/8618.js +1 -1
  35. package/dist/890.js +1 -1
  36. package/dist/9214.js +1 -1
  37. package/dist/9538.js +1 -1
  38. package/dist/9569.js +1 -1
  39. package/dist/986.js +1 -1
  40. package/dist/9879.js +1 -1
  41. package/dist/9895.js +1 -1
  42. package/dist/9900.js +1 -1
  43. package/dist/9913.js +1 -1
  44. package/dist/main.js +1 -1
  45. package/dist/openmrs-esm-implementer-tools-app.js +1 -1
  46. package/dist/openmrs-esm-implementer-tools-app.js.buildmanifest.json +144 -144
  47. package/dist/routes.json +1 -1
  48. package/package.json +4 -4
  49. package/src/configuration/interactive-editor/editable-value.component.tsx +1 -1
  50. package/src/configuration/interactive-editor/validators.resource.ts +147 -0
  51. package/src/configuration/interactive-editor/{value-editor.scss → value-editor.styles.scss} +7 -0
  52. package/src/configuration/interactive-editor/value-editor.tsx +46 -18
  53. package/src/configuration/interactive-editor/value-editors/value-editor-field.tsx +21 -3
  54. package/translations/am.json +7 -0
  55. package/translations/ar.json +7 -0
  56. package/translations/ar_SY.json +7 -0
  57. package/translations/bn.json +7 -0
  58. package/translations/de.json +7 -0
  59. package/translations/en.json +7 -0
  60. package/translations/en_US.json +7 -0
  61. package/translations/es.json +7 -0
  62. package/translations/es_MX.json +7 -0
  63. package/translations/fr.json +7 -0
  64. package/translations/he.json +7 -0
  65. package/translations/hi.json +7 -0
  66. package/translations/hi_IN.json +7 -0
  67. package/translations/id.json +7 -0
  68. package/translations/it.json +7 -0
  69. package/translations/ka.json +7 -0
  70. package/translations/km.json +7 -0
  71. package/translations/ku.json +7 -0
  72. package/translations/ky.json +7 -0
  73. package/translations/lg.json +7 -0
  74. package/translations/ne.json +7 -0
  75. package/translations/pl.json +7 -0
  76. package/translations/pt.json +7 -0
  77. package/translations/pt_BR.json +7 -0
  78. package/translations/qu.json +7 -0
  79. package/translations/ro_RO.json +7 -0
  80. package/translations/ru_RU.json +7 -0
  81. package/translations/si.json +7 -0
  82. package/translations/sw.json +7 -0
  83. package/translations/sw_KE.json +7 -0
  84. package/translations/tr.json +7 -0
  85. package/translations/tr_TR.json +7 -0
  86. package/translations/uk.json +7 -0
  87. package/translations/uz.json +7 -0
  88. package/translations/uz@Latn.json +7 -0
  89. package/translations/uz_UZ.json +7 -0
  90. package/translations/vi.json +7 -0
  91. package/translations/zh.json +7 -0
  92. package/translations/zh_CN.json +7 -0
  93. package/dist/3150.js +0 -1
  94. package/dist/3150.js.map +0 -1
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "The current value comes from ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Check the Backend Modules tab in the Implementer Tools for more details",
5
7
  "clearConfig": "Clear local config",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Module name",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Reset to default",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Value",
31
38
  "viewModules": "View modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "Giá trị hiện tại đến từ",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "Backend modules",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "Kiểm tra tab Backend Modules trong Công cụ triển khai để biết thêm chi tiết",
5
7
  "clearConfig": "Xóa cấu hình cục bộ",
6
8
  "close": "Đóng",
@@ -21,12 +23,17 @@
21
23
  "missing": "Missing",
22
24
  "moduleName": "Tên module",
23
25
  "modulesWithMissingDependenciesWarning": "Some modules have unresolved backend dependencies",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "Required Version",
25
30
  "resetToDefaultValueButtonText": "Đặt lại về mặc định",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI editor",
28
34
  "unknownVersion": "unknown",
29
35
  "updateConfig": "Cập nhật cấu hình",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "Giá trị",
31
38
  "viewModules": "Xem modules"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "当前值来自",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "后端模块",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "请查看Implementer 工具中的Backend模块选项卡,以获取更多详细信息。",
5
7
  "clearConfig": "清除本地配置",
6
8
  "close": "Close",
@@ -21,12 +23,17 @@
21
23
  "missing": "缺失",
22
24
  "moduleName": "模块名称",
23
25
  "modulesWithMissingDependenciesWarning": "部分模块存在未解决的backend依赖关系",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "所需版本",
25
30
  "resetToDefaultValueButtonText": "恢复为默认值",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "Toggle Implementer Tools",
27
33
  "uiEditor": "UI编辑器",
28
34
  "unknownVersion": "未知",
29
35
  "updateConfig": "Update config",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "值",
31
38
  "viewModules": "查看模块"
32
39
  }
@@ -1,6 +1,8 @@
1
1
  {
2
2
  "activeItemSourceText": "当前值来自",
3
+ "arrayValidationMessage": "Value must be an array",
3
4
  "backendModules": "后端模块",
5
+ "booleanValidationMessage": "Value must be a boolean",
4
6
  "checkImplementerToolsMessage": "请查看Implementer 工具中的Backend模块选项卡,以获取更多详细信息。",
5
7
  "clearConfig": "清除本地配置",
6
8
  "close": "关闭",
@@ -21,12 +23,17 @@
21
23
  "missing": "缺失",
22
24
  "moduleName": "模块名称",
23
25
  "modulesWithMissingDependenciesWarning": "部分模块存在未解决的backend依赖关系",
26
+ "numberValidationMessage": "Value must be a number",
27
+ "objectPropertyValidationMessage": "Property {{key}}: {{error}}",
28
+ "objectValidationMessage": "Value must be an object",
24
29
  "requiredVersion": "所需版本",
25
30
  "resetToDefaultValueButtonText": "恢复为默认值",
31
+ "stringValidationMessage": "Value must be a string",
26
32
  "toggleImplementerTools": "切换实现者工具",
27
33
  "uiEditor": "UI编辑器",
28
34
  "unknownVersion": "未知",
29
35
  "updateConfig": "更新配置",
36
+ "uuidValidationMessage": "Value must be a valid UUID string",
30
37
  "value": "值",
31
38
  "viewModules": "查看模块"
32
39
  }