@openmrs/esm-framework 5.4.1-pre.1539 → 5.4.1-pre.1548
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[35m@openmrs/esm-framework:build[0m: cache hit, replaying output [
|
|
1
|
+
[35m@openmrs/esm-framework:build[0m: cache hit, replaying output [2mc9a34e42ae5e6a0d[0m
|
|
2
2
|
[35m@openmrs/esm-framework:build: [0massets by chunk 196 KiB (id hint: vendors)
|
|
3
3
|
[35m@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
|
[35m@openmrs/esm-framework:build: [0m asset [1m[32m645.openmrs-esm-framework.js[39m[22m 37.2 KiB [1m[32m[emitted][39m[22m [1m[32m[minimized][39m[22m (id hint: vendors) 1 related asset
|
|
@@ -26,4 +26,4 @@
|
|
|
26
26
|
[35m@openmrs/esm-framework:build: [0m openmrs-esm-framework.js
|
|
27
27
|
[35m@openmrs/esm-framework:build: [0m[39m[22m
|
|
28
28
|
[35m@openmrs/esm-framework:build: [0m
|
|
29
|
-
[35m@openmrs/esm-framework:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
29
|
+
[35m@openmrs/esm-framework:build: [0mwebpack 5.88.0 compiled with [1m[33m3 warnings[39m[22m in 21583 ms
|
package/docs/API.md
CHANGED
|
@@ -680,7 +680,7 @@ ___
|
|
|
680
680
|
|
|
681
681
|
#### Defined in
|
|
682
682
|
|
|
683
|
-
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:
|
|
683
|
+
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:29](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L29)
|
|
684
684
|
|
|
685
685
|
___
|
|
686
686
|
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
[@openmrs/esm-framework](../API.md) / ResponsiveWrapperProps
|
|
2
|
+
|
|
3
|
+
# Interface: ResponsiveWrapperProps
|
|
4
|
+
|
|
5
|
+
## Table of contents
|
|
6
|
+
|
|
7
|
+
### Properties
|
|
8
|
+
|
|
9
|
+
- [children](ResponsiveWrapperProps.md#children)
|
|
10
|
+
|
|
11
|
+
## Properties
|
|
12
|
+
|
|
13
|
+
### children
|
|
14
|
+
|
|
15
|
+
• **children**: `ReactNode`
|
|
16
|
+
|
|
17
|
+
#### Defined in
|
|
18
|
+
|
|
19
|
+
[packages/framework/esm-styleguide/src/responsive-wrapper/responsive-wrapper.component.tsx:6](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/responsive-wrapper/responsive-wrapper.component.tsx#L6)
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
### UI Properties
|
|
14
14
|
|
|
15
15
|
- [actionButtonLabel](SnackbarDescriptor.md#actionbuttonlabel)
|
|
16
|
+
- [autoClose](SnackbarDescriptor.md#autoclose)
|
|
16
17
|
- [isLowContrast](SnackbarDescriptor.md#islowcontrast)
|
|
17
18
|
- [kind](SnackbarDescriptor.md#kind)
|
|
18
19
|
- [progressActionLabel](SnackbarDescriptor.md#progressactionlabel)
|
|
@@ -36,6 +37,16 @@
|
|
|
36
37
|
|
|
37
38
|
___
|
|
38
39
|
|
|
40
|
+
### autoClose
|
|
41
|
+
|
|
42
|
+
• `Optional` **autoClose**: `boolean`
|
|
43
|
+
|
|
44
|
+
#### Defined in
|
|
45
|
+
|
|
46
|
+
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L21)
|
|
47
|
+
|
|
48
|
+
___
|
|
49
|
+
|
|
39
50
|
### isLowContrast
|
|
40
51
|
|
|
41
52
|
• `Optional` **isLowContrast**: `boolean`
|
|
@@ -92,7 +103,7 @@ ___
|
|
|
92
103
|
|
|
93
104
|
#### Defined in
|
|
94
105
|
|
|
95
|
-
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:
|
|
106
|
+
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L22)
|
|
96
107
|
|
|
97
108
|
## UI Methods
|
|
98
109
|
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
### UI Properties
|
|
14
14
|
|
|
15
15
|
- [actionButtonLabel](SnackbarMeta.md#actionbuttonlabel)
|
|
16
|
+
- [autoClose](SnackbarMeta.md#autoclose)
|
|
16
17
|
- [id](SnackbarMeta.md#id)
|
|
17
18
|
- [isLowContrast](SnackbarMeta.md#islowcontrast)
|
|
18
19
|
- [kind](SnackbarMeta.md#kind)
|
|
@@ -41,13 +42,27 @@
|
|
|
41
42
|
|
|
42
43
|
___
|
|
43
44
|
|
|
45
|
+
### autoClose
|
|
46
|
+
|
|
47
|
+
• `Optional` **autoClose**: `boolean`
|
|
48
|
+
|
|
49
|
+
#### Inherited from
|
|
50
|
+
|
|
51
|
+
[SnackbarDescriptor](SnackbarDescriptor.md).[autoClose](SnackbarDescriptor.md#autoclose)
|
|
52
|
+
|
|
53
|
+
#### Defined in
|
|
54
|
+
|
|
55
|
+
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:21](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L21)
|
|
56
|
+
|
|
57
|
+
___
|
|
58
|
+
|
|
44
59
|
### id
|
|
45
60
|
|
|
46
61
|
• **id**: `number`
|
|
47
62
|
|
|
48
63
|
#### Defined in
|
|
49
64
|
|
|
50
|
-
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:
|
|
65
|
+
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:26](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L26)
|
|
51
66
|
|
|
52
67
|
___
|
|
53
68
|
|
|
@@ -131,7 +146,7 @@ ___
|
|
|
131
146
|
|
|
132
147
|
#### Defined in
|
|
133
148
|
|
|
134
|
-
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:
|
|
149
|
+
[packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx:22](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-styleguide/src/snackbars/snackbar.component.tsx#L22)
|
|
135
150
|
|
|
136
151
|
## UI Methods
|
|
137
152
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "5.4.1-pre.
|
|
3
|
+
"version": "5.4.1-pre.1548",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -37,20 +37,20 @@
|
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@openmrs/esm-api": "5.4.1-pre.
|
|
41
|
-
"@openmrs/esm-config": "5.4.1-pre.
|
|
42
|
-
"@openmrs/esm-dynamic-loading": "5.4.1-pre.
|
|
43
|
-
"@openmrs/esm-error-handling": "5.4.1-pre.
|
|
44
|
-
"@openmrs/esm-extensions": "5.4.1-pre.
|
|
45
|
-
"@openmrs/esm-feature-flags": "5.4.1-pre.
|
|
46
|
-
"@openmrs/esm-globals": "5.4.1-pre.
|
|
47
|
-
"@openmrs/esm-navigation": "5.4.1-pre.
|
|
48
|
-
"@openmrs/esm-offline": "5.4.1-pre.
|
|
49
|
-
"@openmrs/esm-react-utils": "5.4.1-pre.
|
|
50
|
-
"@openmrs/esm-routes": "5.4.1-pre.
|
|
51
|
-
"@openmrs/esm-state": "5.4.1-pre.
|
|
52
|
-
"@openmrs/esm-styleguide": "5.4.1-pre.
|
|
53
|
-
"@openmrs/esm-utils": "5.4.1-pre.
|
|
40
|
+
"@openmrs/esm-api": "5.4.1-pre.1548",
|
|
41
|
+
"@openmrs/esm-config": "5.4.1-pre.1548",
|
|
42
|
+
"@openmrs/esm-dynamic-loading": "5.4.1-pre.1548",
|
|
43
|
+
"@openmrs/esm-error-handling": "5.4.1-pre.1548",
|
|
44
|
+
"@openmrs/esm-extensions": "5.4.1-pre.1548",
|
|
45
|
+
"@openmrs/esm-feature-flags": "5.4.1-pre.1548",
|
|
46
|
+
"@openmrs/esm-globals": "5.4.1-pre.1548",
|
|
47
|
+
"@openmrs/esm-navigation": "5.4.1-pre.1548",
|
|
48
|
+
"@openmrs/esm-offline": "5.4.1-pre.1548",
|
|
49
|
+
"@openmrs/esm-react-utils": "5.4.1-pre.1548",
|
|
50
|
+
"@openmrs/esm-routes": "5.4.1-pre.1548",
|
|
51
|
+
"@openmrs/esm-state": "5.4.1-pre.1548",
|
|
52
|
+
"@openmrs/esm-styleguide": "5.4.1-pre.1548",
|
|
53
|
+
"@openmrs/esm-utils": "5.4.1-pre.1548",
|
|
54
54
|
"dayjs": "^1.10.7"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|