@openmrs/esm-framework 3.2.1-pre.1108 → 3.2.1-pre.1115
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 +126 -0
- package/dist/openmrs-esm-framework.js +1 -1
- package/dist/openmrs-esm-framework.js.map +1 -1
- package/docs/API.md +4 -4
- package/docs/enums/Type.md +11 -0
- package/docs/interfaces/ConfigSchema.md +3 -3
- package/docs/interfaces/ExtensionSlotConfig.md +4 -4
- package/docs/interfaces/ExtensionSlotConfigObject.md +3 -3
- package/package.json +13 -13
package/docs/API.md
CHANGED
|
@@ -306,7 +306,7 @@ ___
|
|
|
306
306
|
|
|
307
307
|
#### Defined in
|
|
308
308
|
|
|
309
|
-
[packages/framework/esm-config/src/types.ts:
|
|
309
|
+
[packages/framework/esm-config/src/types.ts:32](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L32)
|
|
310
310
|
|
|
311
311
|
___
|
|
312
312
|
|
|
@@ -333,7 +333,7 @@ ___
|
|
|
333
333
|
|
|
334
334
|
#### Defined in
|
|
335
335
|
|
|
336
|
-
[packages/framework/esm-config/src/types.ts:
|
|
336
|
+
[packages/framework/esm-config/src/types.ts:60](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L60)
|
|
337
337
|
|
|
338
338
|
___
|
|
339
339
|
|
|
@@ -377,7 +377,7 @@ ___
|
|
|
377
377
|
|
|
378
378
|
#### Defined in
|
|
379
379
|
|
|
380
|
-
[packages/framework/esm-config/src/types.ts:
|
|
380
|
+
[packages/framework/esm-config/src/types.ts:67](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L67)
|
|
381
381
|
|
|
382
382
|
___
|
|
383
383
|
|
|
@@ -401,7 +401,7 @@ ___
|
|
|
401
401
|
|
|
402
402
|
#### Defined in
|
|
403
403
|
|
|
404
|
-
[packages/framework/esm-config/src/types.ts:
|
|
404
|
+
[packages/framework/esm-config/src/types.ts:65](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L65)
|
|
405
405
|
|
|
406
406
|
___
|
|
407
407
|
|
package/docs/enums/Type.md
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
- [ConceptUuid](Type.md#conceptuuid)
|
|
12
12
|
- [Number](Type.md#number)
|
|
13
13
|
- [Object](Type.md#object)
|
|
14
|
+
- [PatientIdentifierTypeUuid](Type.md#patientidentifiertypeuuid)
|
|
14
15
|
- [PersonAttributeTypeUuid](Type.md#personattributetypeuuid)
|
|
15
16
|
- [String](Type.md#string)
|
|
16
17
|
- [UUID](Type.md#uuid)
|
|
@@ -67,6 +68,16 @@ ___
|
|
|
67
68
|
|
|
68
69
|
___
|
|
69
70
|
|
|
71
|
+
### PatientIdentifierTypeUuid
|
|
72
|
+
|
|
73
|
+
• **PatientIdentifierTypeUuid** = `"PatientIdentifierTypeUuid"`
|
|
74
|
+
|
|
75
|
+
#### Defined in
|
|
76
|
+
|
|
77
|
+
[packages/framework/esm-config/src/types.ts:10](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L10)
|
|
78
|
+
|
|
79
|
+
___
|
|
80
|
+
|
|
70
81
|
### PersonAttributeTypeUuid
|
|
71
82
|
|
|
72
83
|
• **PersonAttributeTypeUuid** = `"PersonAttributeTypeUuid"`
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
#### Defined in
|
|
24
24
|
|
|
25
|
-
[packages/framework/esm-config/src/types.ts:
|
|
25
|
+
[packages/framework/esm-config/src/types.ts:21](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L21)
|
|
26
26
|
|
|
27
27
|
___
|
|
28
28
|
|
|
@@ -32,7 +32,7 @@ ___
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[packages/framework/esm-config/src/types.ts:
|
|
35
|
+
[packages/framework/esm-config/src/types.ts:19](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L19)
|
|
36
36
|
|
|
37
37
|
___
|
|
38
38
|
|
|
@@ -42,4 +42,4 @@ ___
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[packages/framework/esm-config/src/types.ts:
|
|
45
|
+
[packages/framework/esm-config/src/types.ts:20](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L20)
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[packages/framework/esm-config/src/types.ts:
|
|
22
|
+
[packages/framework/esm-config/src/types.ts:41](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L41)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ ___
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[packages/framework/esm-config/src/types.ts:
|
|
32
|
+
[packages/framework/esm-config/src/types.ts:44](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L44)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ ___
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[packages/framework/esm-config/src/types.ts:
|
|
42
|
+
[packages/framework/esm-config/src/types.ts:43](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L43)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -49,4 +49,4 @@ ___
|
|
|
49
49
|
|
|
50
50
|
#### Defined in
|
|
51
51
|
|
|
52
|
-
[packages/framework/esm-config/src/types.ts:
|
|
52
|
+
[packages/framework/esm-config/src/types.ts:42](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L42)
|
|
@@ -20,7 +20,7 @@ Additional extension IDs to assign to this slot, in addition to those `attach`ed
|
|
|
20
20
|
|
|
21
21
|
#### Defined in
|
|
22
22
|
|
|
23
|
-
[packages/framework/esm-config/src/types.ts:
|
|
23
|
+
[packages/framework/esm-config/src/types.ts:53](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L53)
|
|
24
24
|
|
|
25
25
|
___
|
|
26
26
|
|
|
@@ -32,7 +32,7 @@ Overrides the default ordering of extensions.
|
|
|
32
32
|
|
|
33
33
|
#### Defined in
|
|
34
34
|
|
|
35
|
-
[packages/framework/esm-config/src/types.ts:
|
|
35
|
+
[packages/framework/esm-config/src/types.ts:57](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L57)
|
|
36
36
|
|
|
37
37
|
___
|
|
38
38
|
|
|
@@ -44,4 +44,4 @@ Extension IDs which were `attach`ed to the slot but which should not be assigned
|
|
|
44
44
|
|
|
45
45
|
#### Defined in
|
|
46
46
|
|
|
47
|
-
[packages/framework/esm-config/src/types.ts:
|
|
47
|
+
[packages/framework/esm-config/src/types.ts:55](https://github.com/openmrs/openmrs-esm-core/blob/master/packages/framework/esm-config/src/types.ts#L55)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "3.2.1-pre.
|
|
3
|
+
"version": "3.2.1-pre.1115",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@openmrs/esm-api": "^3.2.1-pre.
|
|
39
|
-
"@openmrs/esm-breadcrumbs": "^3.2.1-pre.
|
|
40
|
-
"@openmrs/esm-config": "^3.2.1-pre.
|
|
41
|
-
"@openmrs/esm-error-handling": "^3.2.1-pre.
|
|
42
|
-
"@openmrs/esm-extensions": "^3.2.1-pre.
|
|
43
|
-
"@openmrs/esm-globals": "^3.2.1-pre.
|
|
44
|
-
"@openmrs/esm-offline": "^3.2.1-pre.
|
|
45
|
-
"@openmrs/esm-react-utils": "^3.2.1-pre.
|
|
46
|
-
"@openmrs/esm-state": "^3.2.1-pre.
|
|
47
|
-
"@openmrs/esm-styleguide": "^3.2.1-pre.
|
|
48
|
-
"@openmrs/esm-utils": "^3.2.1-pre.
|
|
38
|
+
"@openmrs/esm-api": "^3.2.1-pre.1115",
|
|
39
|
+
"@openmrs/esm-breadcrumbs": "^3.2.1-pre.1115",
|
|
40
|
+
"@openmrs/esm-config": "^3.2.1-pre.1115",
|
|
41
|
+
"@openmrs/esm-error-handling": "^3.2.1-pre.1115",
|
|
42
|
+
"@openmrs/esm-extensions": "^3.2.1-pre.1115",
|
|
43
|
+
"@openmrs/esm-globals": "^3.2.1-pre.1115",
|
|
44
|
+
"@openmrs/esm-offline": "^3.2.1-pre.1115",
|
|
45
|
+
"@openmrs/esm-react-utils": "^3.2.1-pre.1115",
|
|
46
|
+
"@openmrs/esm-state": "^3.2.1-pre.1115",
|
|
47
|
+
"@openmrs/esm-styleguide": "^3.2.1-pre.1115",
|
|
48
|
+
"@openmrs/esm-utils": "^3.2.1-pre.1115",
|
|
49
49
|
"dayjs": "^1.10.7"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "68c4b82997cacdbb09aaa6a091b3e5c8e3279f22"
|
|
52
52
|
}
|