@kenyaemr/esm-admin-app 5.3.10-pre.1652 → 5.3.10-pre.1664
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 +64 -22
- package/dist/300.js +1 -1
- package/dist/355.js +2 -0
- package/dist/{357.js.LICENSE.txt → 355.js.LICENSE.txt} +11 -0
- package/dist/355.js.map +1 -0
- package/dist/649.js +1 -0
- package/dist/649.js.map +1 -0
- package/dist/kenyaemr-esm-admin-app.js +1 -1
- package/dist/kenyaemr-esm-admin-app.js.buildmanifest.json +32 -84
- package/dist/kenyaemr-esm-admin-app.js.map +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +10 -0
- package/dist/main.js.map +1 -1
- package/dist/routes.json +1 -1
- package/package.json +1 -1
- package/src/components/dashboard/etl-dashboard.component.tsx +11 -0
- package/src/components/hook/useSystemRoleSetting.tsx +33 -0
- package/src/components/side-menu/left-panel.scss +42 -0
- package/src/components/side-menu/left-pannel.component.tsx +22 -0
- package/src/components/users/header/header.scss +90 -0
- package/src/components/users/header/user-management-header.component.tsx +42 -0
- package/src/components/users/manage-users/manage-user.component.tsx +19 -0
- package/src/components/users/manage-users/manage-user.scss +31 -0
- package/src/components/users/manage-users/user-list/user-list.component.tsx +213 -0
- package/src/components/users/manage-users/user-list/user-list.scss +20 -0
- package/src/components/users/manage-users/user-management.workspace.scss +152 -0
- package/src/components/users/manage-users/user-management.workspace.tsx +589 -0
- package/src/components/users/userManagementFormSchema.tsx +38 -0
- package/src/config-schema.ts +56 -0
- package/src/constants.ts +1 -1
- package/src/index.ts +17 -2
- package/src/left-pannel-link.component.tsx +40 -0
- package/src/root.component.tsx +26 -7
- package/src/root.scss +6 -1
- package/src/routes.json +29 -3
- package/src/types/index.ts +6 -0
- package/src/user-management.resources.ts +57 -0
- package/translations/en.json +17 -1
- package/dist/345.js +0 -1
- package/dist/345.js.map +0 -1
- package/dist/357.js +0 -2
- package/dist/357.js.map +0 -1
- package/dist/454.js +0 -2
- package/dist/454.js.LICENSE.txt +0 -10
- package/dist/454.js.map +0 -1
- package/dist/814.js +0 -1
- package/dist/814.js.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,20 +1,18 @@
|
|
|
1
|
-
assets by path *.js
|
|
2
|
-
assets by chunk
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
assets by path *.js 3.25 MiB
|
|
2
|
+
assets by chunk 2.09 MiB (id hint: vendors)
|
|
3
|
+
assets by status 1.86 MiB [big]
|
|
4
|
+
asset 831.js 1.37 MiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
5
|
+
asset 355.js 505 KiB [emitted] [minimized] [big] (id hint: vendors) 2 related assets
|
|
6
6
|
+ 4 assets
|
|
7
|
-
+
|
|
8
|
-
assets by path *.json 8.
|
|
9
|
-
asset kenyaemr-esm-admin-app.js.buildmanifest.json
|
|
10
|
-
asset routes.json
|
|
11
|
-
orphan modules 8.
|
|
7
|
+
+ 7 assets
|
|
8
|
+
assets by path *.json 8.32 KiB
|
|
9
|
+
asset kenyaemr-esm-admin-app.js.buildmanifest.json 7.5 KiB [emitted]
|
|
10
|
+
asset routes.json 836 bytes [emitted] [from: src/routes.json] [copied]
|
|
11
|
+
orphan modules 8.05 MiB [orphan] 1031 modules
|
|
12
12
|
runtime modules 40.2 KiB 30 modules
|
|
13
|
-
built modules
|
|
14
|
-
modules by path ../../node_modules/
|
|
15
|
-
modules by path ./
|
|
16
|
-
modules by path ./src/ 107 KiB 7 modules
|
|
17
|
-
modules by path ./translations/ 1.09 KiB 2 modules
|
|
13
|
+
built modules 8.92 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-shared) [built]
|
|
14
|
+
modules by path ../../node_modules/ 8.6 MiB 73 modules
|
|
15
|
+
modules by path ./ 328 KiB 13 modules
|
|
18
16
|
provide-module modules 252 bytes
|
|
19
17
|
modules by path provide shared module (default) swr/ 84 bytes 2 modules
|
|
20
18
|
+ 4 modules
|
|
@@ -23,6 +21,34 @@ built modules 7.5 MiB (javascript) 252 bytes (share-init) 252 bytes (consume-sha
|
|
|
23
21
|
+ 4 modules
|
|
24
22
|
container entry 42 bytes [built] [code generated]
|
|
25
23
|
|
|
24
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/root.scss
|
|
25
|
+
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
26
|
+
<w>
|
|
27
|
+
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
28
|
+
<w>
|
|
29
|
+
<w> null
|
|
30
|
+
|
|
31
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/users/manage-users/user-management.workspace.scss
|
|
32
|
+
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
33
|
+
<w>
|
|
34
|
+
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
35
|
+
<w>
|
|
36
|
+
<w> null
|
|
37
|
+
|
|
38
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/users/manage-users/manage-user.scss
|
|
39
|
+
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
40
|
+
<w>
|
|
41
|
+
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
42
|
+
<w>
|
|
43
|
+
<w> null
|
|
44
|
+
|
|
45
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/side-menu/left-panel.scss
|
|
46
|
+
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
47
|
+
<w>
|
|
48
|
+
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
49
|
+
<w>
|
|
50
|
+
<w> null
|
|
51
|
+
|
|
26
52
|
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/dashboard/dashboard.scss
|
|
27
53
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
28
54
|
<w>
|
|
@@ -30,6 +56,20 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
|
|
|
30
56
|
<w>
|
|
31
57
|
<w> null
|
|
32
58
|
|
|
59
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/users/header/header.scss
|
|
60
|
+
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
61
|
+
<w>
|
|
62
|
+
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
63
|
+
<w>
|
|
64
|
+
<w> null
|
|
65
|
+
|
|
66
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/users/manage-users/user-list/user-list.scss
|
|
67
|
+
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
68
|
+
<w>
|
|
69
|
+
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
70
|
+
<w>
|
|
71
|
+
<w> null
|
|
72
|
+
|
|
33
73
|
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/components/header/header.scss
|
|
34
74
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
35
75
|
<w>
|
|
@@ -51,28 +91,28 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
|
|
|
51
91
|
<w>
|
|
52
92
|
<w> null
|
|
53
93
|
|
|
54
|
-
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/
|
|
94
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/error-state/error-state.scss
|
|
55
95
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
56
96
|
<w>
|
|
57
97
|
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
58
98
|
<w>
|
|
59
99
|
<w> null
|
|
60
100
|
|
|
61
|
-
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/
|
|
101
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/empty-state/empty-state.scss
|
|
62
102
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
63
103
|
<w>
|
|
64
104
|
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
65
105
|
<w>
|
|
66
106
|
<w> null
|
|
67
107
|
|
|
68
|
-
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/
|
|
108
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/pagination/pagination.scss
|
|
69
109
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
70
110
|
<w>
|
|
71
111
|
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
72
112
|
<w>
|
|
73
113
|
<w> null
|
|
74
114
|
|
|
75
|
-
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/
|
|
115
|
+
LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modules/@openmrs/webpack-config/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!../../node_modules/@openmrs/esm-patient-common-lib/src/cards/card-header.scss
|
|
76
116
|
<w> Deprecation The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.
|
|
77
117
|
<w>
|
|
78
118
|
<w> More info: https://sass-lang.com/d/legacy-js-api
|
|
@@ -82,12 +122,14 @@ LOG from ../../node_modules/sass-loader/dist/cjs.js sass-loader ../../node_modul
|
|
|
82
122
|
WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB).
|
|
83
123
|
This can impact web performance.
|
|
84
124
|
Assets:
|
|
85
|
-
main.js (
|
|
125
|
+
main.js (900 KiB)
|
|
86
126
|
831.js (1.37 MiB)
|
|
127
|
+
649.js (258 KiB)
|
|
128
|
+
355.js (505 KiB)
|
|
87
129
|
|
|
88
130
|
WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance.
|
|
89
131
|
Entrypoints:
|
|
90
|
-
main (
|
|
132
|
+
main (900 KiB)
|
|
91
133
|
main.js
|
|
92
134
|
|
|
93
|
-
webpack 5.95.0 compiled with 2 warnings in
|
|
135
|
+
webpack 5.95.0 compiled with 2 warnings in 149831 ms
|
package/dist/300.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";(globalThis.webpackChunk_kenyaemr_esm_admin_app=globalThis.webpackChunk_kenyaemr_esm_admin_app||[]).push([[300],{4300:e=>{e.exports=JSON.parse('{"completionStatus":"Completion status","confirmation":"Confirmation","endTime":"End time","etlAdministration":"ETL
|
|
1
|
+
"use strict";(globalThis.webpackChunk_kenyaemr_esm_admin_app=globalThis.webpackChunk_kenyaemr_esm_admin_app||[]).push([[300],{4300:e=>{e.exports=JSON.parse('{"actions":"Actions","addUser":"Add User","adminLeftPannel":"Admin left panel","clearSearch":"Clear search input","completionStatus":"Completion status","confirmation":"Confirmation","edit":"Edit","editUser":"Edit User","endTime":"End time","etlAdministration":"ETL Admin","etlOperation":"ETL operations","etlOperationLog":"ETL Operations Log","etlsOperationsLoading":"Please wait {{currentOperation}} is in progress...","familyName":"Family Name","given":"Given","home":"Home","noRecordsFound":"No ETL Operation logs found","noRespond":"No","noUsers":"No User Available","operationError":"{{operationName}} failed","operationErrorSubtitle":"An error occurred during the operation.","operationsConfirmationMessages":"Do you want to {{operationTypeOrName}}?","operationSuccess":"{{operationName}} successfully {{operationType}}","operationSuccessSubtitle":"The operation completed successfully.","procedure":"Procedure","recreated":"recreated","recreateDatatools":"Recreate datatools","recreateTables":"Recreate tables","refreshDwapi":"Refresh DWAPI tables","refreshed":"refreshed","refreshTables":"Refresh tables","roles":"Roles","searchLabel":"Search","searchUser":"Search user table","startTime":"Start time","systemId":"System ID","userManagement":"User Management","username":"Username","users":"Users","yesRespond":"Yes"}')}}]);
|