@openmrs/esm-framework 5.5.1-pre.1720 → 5.5.1-pre.1726
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 +2 -2
- package/docs/API.md +2 -2
- package/docs/interfaces/WorkspaceWindowProps.md +2 -2
- package/package.json +16 -16
- package/src/declarations.d.ts +11 -0
- package/src/index.ts +2 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[32m@openmrs/esm-framework:build[0m: cache hit, replaying output [
|
|
1
|
+
[32m@openmrs/esm-framework:build[0m: cache hit, replaying output [2m0a9cd6d0bf4a8f4b[0m
|
|
2
2
|
[32m@openmrs/esm-framework:build: [0massets by chunk 244 KiB (id hint: vendors)
|
|
3
3
|
[32m@openmrs/esm-framework:build: [0m asset [1m[32m788.openmrs-esm-framework.js[39m[22m 130 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 2 related assets
|
|
4
4
|
[32m@openmrs/esm-framework:build: [0m asset [1m[32m278.openmrs-esm-framework.js[39m[22m 53.9 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 1 related asset
|
|
@@ -27,4 +27,4 @@
|
|
|
27
27
|
[32m@openmrs/esm-framework:build: [0m openmrs-esm-framework.js
|
|
28
28
|
[32m@openmrs/esm-framework:build: [0m[39m[22m
|
|
29
29
|
[32m@openmrs/esm-framework:build: [0m
|
|
30
|
-
[32m@openmrs/esm-framework:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
30
|
+
[32m@openmrs/esm-framework:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in 24992 ms
|
package/docs/API.md
CHANGED
|
@@ -4541,7 +4541,7 @@ invalid key to this function will result in a type error.
|
|
|
4541
4541
|
|
|
4542
4542
|
| Name | Type | Description |
|
|
4543
4543
|
| :------ | :------ | :------ |
|
|
4544
|
-
| `key` | ``"error"`` \| ``"change"`` \| ``"close"`` \| ``"other"`` \| ``"actions"`` \| ``"address"`` \| ``"cancel"`` \| ``"confirm"`` \| ``"contactDetails"`` \| ``"errorCopy"`` \| ``"female"`` \| ``"hideDetails"`` \| ``"loading"`` \| ``"male"`` \| ``"patientLists"`` \| ``"relationships"`` \| ``"seeMoreLists"`` \| ``"showDetails"`` \| ``"unknown"`` \| ``"closeAllOpenedWorkspaces"`` \| ``"closingAllWorkspacesPromptBody"`` \| ``"closingAllWorkspacesPromptTitle"`` \| ``"discard"`` \| ``"openAnyway"`` \| ``"unsavedChangesInOpenedWorkspace"`` \| ``"unsavedChangesInWorkspace"`` \| ``"unsavedChangesTitleText"`` \| ``"address1"`` \| ``"address2"`` \| ``"city"`` \| ``"cityVillage"`` \| ``"country"`` \| ``"countyDistrict"`` \| ``"postalCode"`` \| ``"state"`` \| ``"stateProvince"`` | - |
|
|
4544
|
+
| `key` | ``"error"`` \| ``"change"`` \| ``"close"`` \| ``"other"`` \| ``"actions"`` \| ``"address"`` \| ``"cancel"`` \| ``"confirm"`` \| ``"contactDetails"`` \| ``"errorCopy"`` \| ``"female"`` \| ``"hideDetails"`` \| ``"loading"`` \| ``"male"`` \| ``"patientLists"`` \| ``"relationships"`` \| ``"seeMoreLists"`` \| ``"showDetails"`` \| ``"unknown"`` \| ``"closeAllOpenedWorkspaces"`` \| ``"closingAllWorkspacesPromptBody"`` \| ``"closingAllWorkspacesPromptTitle"`` \| ``"discard"`` \| ``"hide"`` \| ``"maximize"`` \| ``"minimize"`` \| ``"openAnyway"`` \| ``"unsavedChangesInOpenedWorkspace"`` \| ``"unsavedChangesInWorkspace"`` \| ``"unsavedChangesTitleText"`` \| ``"workspaceHeader"`` \| ``"address1"`` \| ``"address2"`` \| ``"city"`` \| ``"cityVillage"`` \| ``"country"`` \| ``"countyDistrict"`` \| ``"postalCode"`` \| ``"state"`` \| ``"stateProvince"`` | - |
|
|
4545
4545
|
| `defaultText?` | `string` | - |
|
|
4546
4546
|
| `options?` | `object` | 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. |
|
|
4547
4547
|
|
|
@@ -5604,7 +5604,7 @@ For the patient chart, this is `workspace-header-patient-chart-slot`.
|
|
|
5604
5604
|
|
|
5605
5605
|
#### Defined in
|
|
5606
5606
|
|
|
5607
|
-
[packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx:
|
|
5607
|
+
[packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx:55](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx#L55)
|
|
5608
5608
|
|
|
5609
5609
|
___
|
|
5610
5610
|
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
#### Defined in
|
|
19
19
|
|
|
20
|
-
[packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx:
|
|
20
|
+
[packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx:23](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx#L23)
|
|
21
21
|
|
|
22
22
|
___
|
|
23
23
|
|
|
@@ -27,4 +27,4 @@ ___
|
|
|
27
27
|
|
|
28
28
|
#### Defined in
|
|
29
29
|
|
|
30
|
-
[packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx:
|
|
30
|
+
[packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/workspaces/window/workspace-window.component.tsx#L22)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "5.5.1-pre.
|
|
3
|
+
"version": "5.5.1-pre.1726",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -37,21 +37,21 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@openmrs/esm-api": "5.5.1-pre.
|
|
41
|
-
"@openmrs/esm-config": "5.5.1-pre.
|
|
42
|
-
"@openmrs/esm-dynamic-loading": "5.5.1-pre.
|
|
43
|
-
"@openmrs/esm-error-handling": "5.5.1-pre.
|
|
44
|
-
"@openmrs/esm-extensions": "5.5.1-pre.
|
|
45
|
-
"@openmrs/esm-feature-flags": "5.5.1-pre.
|
|
46
|
-
"@openmrs/esm-globals": "5.5.1-pre.
|
|
47
|
-
"@openmrs/esm-navigation": "5.5.1-pre.
|
|
48
|
-
"@openmrs/esm-offline": "5.5.1-pre.
|
|
49
|
-
"@openmrs/esm-react-utils": "5.5.1-pre.
|
|
50
|
-
"@openmrs/esm-routes": "5.5.1-pre.
|
|
51
|
-
"@openmrs/esm-state": "5.5.1-pre.
|
|
52
|
-
"@openmrs/esm-styleguide": "5.5.1-pre.
|
|
53
|
-
"@openmrs/esm-translations": "5.5.1-pre.
|
|
54
|
-
"@openmrs/esm-utils": "5.5.1-pre.
|
|
40
|
+
"@openmrs/esm-api": "5.5.1-pre.1726",
|
|
41
|
+
"@openmrs/esm-config": "5.5.1-pre.1726",
|
|
42
|
+
"@openmrs/esm-dynamic-loading": "5.5.1-pre.1726",
|
|
43
|
+
"@openmrs/esm-error-handling": "5.5.1-pre.1726",
|
|
44
|
+
"@openmrs/esm-extensions": "5.5.1-pre.1726",
|
|
45
|
+
"@openmrs/esm-feature-flags": "5.5.1-pre.1726",
|
|
46
|
+
"@openmrs/esm-globals": "5.5.1-pre.1726",
|
|
47
|
+
"@openmrs/esm-navigation": "5.5.1-pre.1726",
|
|
48
|
+
"@openmrs/esm-offline": "5.5.1-pre.1726",
|
|
49
|
+
"@openmrs/esm-react-utils": "5.5.1-pre.1726",
|
|
50
|
+
"@openmrs/esm-routes": "5.5.1-pre.1726",
|
|
51
|
+
"@openmrs/esm-state": "5.5.1-pre.1726",
|
|
52
|
+
"@openmrs/esm-styleguide": "5.5.1-pre.1726",
|
|
53
|
+
"@openmrs/esm-translations": "5.5.1-pre.1726",
|
|
54
|
+
"@openmrs/esm-utils": "5.5.1-pre.1726",
|
|
55
55
|
"dayjs": "^1.10.7"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|