@openmrs/esm-framework 6.2.1-pre.2864 → 6.2.1-pre.2884
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/.turbo/turbo-build.log +1 -1
- package/docs/API.md +1 -1
- package/package.json +18 -18
package/.turbo/turbo-build.log
CHANGED
package/docs/API.md
CHANGED
@@ -6916,7 +6916,7 @@ invalid key to this function will result in a type error.
|
|
6916
6916
|
|
6917
6917
|
| Name | Type | Description |
|
6918
6918
|
| :------ | :------ | :------ |
|
6919
|
-
| `key` | ``"error"`` \| ``"change"`` \| ``"close"`` \| ``"other"`` \| ``"Clinic"`` \| ``"actions"`` \| ``"address"`` \| ``"age"`` \| ``"cancel"`` \| ``"confirm"`` \| ``"contactAdministratorIfIssuePersists"`` \| ``"contactDetails"`` \| ``"errorCopy"`` \| ``"female"`` \| ``"loading"`` \| ``"male"`` \| ``"patientIdentifierSticker"`` \| ``"patientLists"`` \| ``"print"`` \| ``"printError"`` \| ``"printErrorExplainer"`` \| ``"printIdentifierSticker"`` \| ``"printing"`` \| ``"relationships"`` \| ``"resetOverrides"`` \| ``"save"`` \| ``"scriptLoadingFailed"`` \| ``"scriptLoadingError"`` \| ``"seeMoreLists"`` \| ``"sex"`` \| ``"showLess"`` \| ``"showMore"`` \| ``"toggleDevTools"`` \| ``"unknown"`` \| ``"closeAllOpenedWorkspaces"`` \| ``"closingAllWorkspacesPromptBody"`` \| ``"closingAllWorkspacesPromptTitle"`` \| ``"discard"`` \| ``"hide"`` \| ``"maximize"`` \| ``"minimize"`` \| ``"openAnyway"`` \| ``"unsavedChangesInOpenedWorkspace"`` \| ``"unsavedChangesInWorkspace"`` \| ``"unsavedChangesTitleText"`` \| ``"workspaceHeader"`` \| ``"address1"`` \| ``"address2"`` \| ``"address3"`` \| ``"address4"`` \| ``"address5"`` \| ``"address6"`` \| ``"city"`` \| ``"cityVillage"`` \| ``"country"`` \| ``"countyDistrict"`` \| ``"district"`` \| ``"postalCode"`` \| ``"state"`` \| ``"stateProvince"`` | - |
|
6919
|
+
| `key` | ``"error"`` \| ``"change"`` \| ``"close"`` \| ``"other"`` \| ``"Clinic"`` \| ``"actions"`` \| ``"address"`` \| ``"age"`` \| ``"cancel"`` \| ``"confirm"`` \| ``"contactAdministratorIfIssuePersists"`` \| ``"contactDetails"`` \| ``"delete"`` \| ``"edit"`` \| ``"errorCopy"`` \| ``"female"`` \| ``"loading"`` \| ``"male"`` \| ``"patientIdentifierSticker"`` \| ``"patientLists"`` \| ``"print"`` \| ``"printError"`` \| ``"printErrorExplainer"`` \| ``"printIdentifierSticker"`` \| ``"printing"`` \| ``"relationships"`` \| ``"resetOverrides"`` \| ``"save"`` \| ``"scriptLoadingFailed"`` \| ``"scriptLoadingError"`` \| ``"seeMoreLists"`` \| ``"sex"`` \| ``"showLess"`` \| ``"showMore"`` \| ``"toggleDevTools"`` \| ``"unknown"`` \| ``"closeAllOpenedWorkspaces"`` \| ``"closingAllWorkspacesPromptBody"`` \| ``"closingAllWorkspacesPromptTitle"`` \| ``"discard"`` \| ``"hide"`` \| ``"maximize"`` \| ``"minimize"`` \| ``"openAnyway"`` \| ``"unsavedChangesInOpenedWorkspace"`` \| ``"unsavedChangesInWorkspace"`` \| ``"unsavedChangesTitleText"`` \| ``"workspaceHeader"`` \| ``"address1"`` \| ``"address2"`` \| ``"address3"`` \| ``"address4"`` \| ``"address5"`` \| ``"address6"`` \| ``"city"`` \| ``"cityVillage"`` \| ``"country"`` \| ``"countyDistrict"`` \| ``"district"`` \| ``"postalCode"`` \| ``"state"`` \| ``"stateProvince"`` | - |
|
6920
6920
|
| `defaultText?` | `string` | - |
|
6921
6921
|
| `options?` | `Omit`<`TOptions`<`StringMap`\>, ``"defaultValue"`` \| ``"ns"``\> | Object passed to the i18next `t` function. See https://www.i18next.com/translation-function/essentials#overview-options for more information. `ns` and `defaultValue` are already set and may not be used. |
|
6922
6922
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@openmrs/esm-framework",
|
3
|
-
"version": "6.2.1-pre.
|
3
|
+
"version": "6.2.1-pre.2884",
|
4
4
|
"license": "MPL-2.0",
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
6
6
|
"main": "src/index.ts",
|
@@ -37,23 +37,23 @@
|
|
37
37
|
"access": "public"
|
38
38
|
},
|
39
39
|
"dependencies": {
|
40
|
-
"@openmrs/esm-api": "6.2.1-pre.
|
41
|
-
"@openmrs/esm-config": "6.2.1-pre.
|
42
|
-
"@openmrs/esm-context": "6.2.1-pre.
|
43
|
-
"@openmrs/esm-dynamic-loading": "6.2.1-pre.
|
44
|
-
"@openmrs/esm-error-handling": "6.2.1-pre.
|
45
|
-
"@openmrs/esm-expression-evaluator": "6.2.1-pre.
|
46
|
-
"@openmrs/esm-extensions": "6.2.1-pre.
|
47
|
-
"@openmrs/esm-feature-flags": "6.2.1-pre.
|
48
|
-
"@openmrs/esm-globals": "6.2.1-pre.
|
49
|
-
"@openmrs/esm-navigation": "6.2.1-pre.
|
50
|
-
"@openmrs/esm-offline": "6.2.1-pre.
|
51
|
-
"@openmrs/esm-react-utils": "6.2.1-pre.
|
52
|
-
"@openmrs/esm-routes": "6.2.1-pre.
|
53
|
-
"@openmrs/esm-state": "6.2.1-pre.
|
54
|
-
"@openmrs/esm-styleguide": "6.2.1-pre.
|
55
|
-
"@openmrs/esm-translations": "6.2.1-pre.
|
56
|
-
"@openmrs/esm-utils": "6.2.1-pre.
|
40
|
+
"@openmrs/esm-api": "6.2.1-pre.2884",
|
41
|
+
"@openmrs/esm-config": "6.2.1-pre.2884",
|
42
|
+
"@openmrs/esm-context": "6.2.1-pre.2884",
|
43
|
+
"@openmrs/esm-dynamic-loading": "6.2.1-pre.2884",
|
44
|
+
"@openmrs/esm-error-handling": "6.2.1-pre.2884",
|
45
|
+
"@openmrs/esm-expression-evaluator": "6.2.1-pre.2884",
|
46
|
+
"@openmrs/esm-extensions": "6.2.1-pre.2884",
|
47
|
+
"@openmrs/esm-feature-flags": "6.2.1-pre.2884",
|
48
|
+
"@openmrs/esm-globals": "6.2.1-pre.2884",
|
49
|
+
"@openmrs/esm-navigation": "6.2.1-pre.2884",
|
50
|
+
"@openmrs/esm-offline": "6.2.1-pre.2884",
|
51
|
+
"@openmrs/esm-react-utils": "6.2.1-pre.2884",
|
52
|
+
"@openmrs/esm-routes": "6.2.1-pre.2884",
|
53
|
+
"@openmrs/esm-state": "6.2.1-pre.2884",
|
54
|
+
"@openmrs/esm-styleguide": "6.2.1-pre.2884",
|
55
|
+
"@openmrs/esm-translations": "6.2.1-pre.2884",
|
56
|
+
"@openmrs/esm-utils": "6.2.1-pre.2884",
|
57
57
|
"dayjs": "^1.10.7"
|
58
58
|
},
|
59
59
|
"peerDependencies": {
|