@acorex/modules 20.8.16 → 20.8.18
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/modules",
|
|
3
|
-
"version": "20.8.
|
|
3
|
+
"version": "20.8.18",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/platform": "20.8.
|
|
5
|
+
"@acorex/platform": "20.8.18",
|
|
6
6
|
"@angular/service-worker": "^20.0.0",
|
|
7
7
|
"d3": "^7.0.0",
|
|
8
8
|
"html2canvas": "^1.0.0",
|
|
@@ -83,18 +83,14 @@
|
|
|
83
83
|
"types": "./financial-core/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/acorex-modules-financial-core.mjs"
|
|
85
85
|
},
|
|
86
|
-
"./form-template-management": {
|
|
87
|
-
"types": "./form-template-management/index.d.ts",
|
|
88
|
-
"default": "./fesm2022/acorex-modules-form-template-management.mjs"
|
|
89
|
-
},
|
|
90
|
-
"./health-core": {
|
|
91
|
-
"types": "./health-core/index.d.ts",
|
|
92
|
-
"default": "./fesm2022/acorex-modules-health-core.mjs"
|
|
93
|
-
},
|
|
94
86
|
"./help-desk": {
|
|
95
87
|
"types": "./help-desk/index.d.ts",
|
|
96
88
|
"default": "./fesm2022/acorex-modules-help-desk.mjs"
|
|
97
89
|
},
|
|
90
|
+
"./form-template-management": {
|
|
91
|
+
"types": "./form-template-management/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/acorex-modules-form-template-management.mjs"
|
|
93
|
+
},
|
|
98
94
|
"./human-capital-management": {
|
|
99
95
|
"types": "./human-capital-management/index.d.ts",
|
|
100
96
|
"default": "./fesm2022/acorex-modules-human-capital-management.mjs"
|
|
@@ -103,10 +99,18 @@
|
|
|
103
99
|
"types": "./identifier-management/index.d.ts",
|
|
104
100
|
"default": "./fesm2022/acorex-modules-identifier-management.mjs"
|
|
105
101
|
},
|
|
102
|
+
"./health-core": {
|
|
103
|
+
"types": "./health-core/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/acorex-modules-health-core.mjs"
|
|
105
|
+
},
|
|
106
106
|
"./locale-management": {
|
|
107
107
|
"types": "./locale-management/index.d.ts",
|
|
108
108
|
"default": "./fesm2022/acorex-modules-locale-management.mjs"
|
|
109
109
|
},
|
|
110
|
+
"./learning-management": {
|
|
111
|
+
"types": "./learning-management/index.d.ts",
|
|
112
|
+
"default": "./fesm2022/acorex-modules-learning-management.mjs"
|
|
113
|
+
},
|
|
110
114
|
"./location-management": {
|
|
111
115
|
"types": "./location-management/index.d.ts",
|
|
112
116
|
"default": "./fesm2022/acorex-modules-location-management.mjs"
|
|
@@ -123,9 +127,9 @@
|
|
|
123
127
|
"types": "./meeting-management/index.d.ts",
|
|
124
128
|
"default": "./fesm2022/acorex-modules-meeting-management.mjs"
|
|
125
129
|
},
|
|
126
|
-
"./
|
|
127
|
-
"types": "./
|
|
128
|
-
"default": "./fesm2022/acorex-modules-
|
|
130
|
+
"./notification-management": {
|
|
131
|
+
"types": "./notification-management/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/acorex-modules-notification-management.mjs"
|
|
129
133
|
},
|
|
130
134
|
"./order-management": {
|
|
131
135
|
"types": "./order-management/index.d.ts",
|
|
@@ -135,10 +139,6 @@
|
|
|
135
139
|
"types": "./organization-management/index.d.ts",
|
|
136
140
|
"default": "./fesm2022/acorex-modules-organization-management.mjs"
|
|
137
141
|
},
|
|
138
|
-
"./notification-management": {
|
|
139
|
-
"types": "./notification-management/index.d.ts",
|
|
140
|
-
"default": "./fesm2022/acorex-modules-notification-management.mjs"
|
|
141
|
-
},
|
|
142
142
|
"./person-core": {
|
|
143
143
|
"types": "./person-core/index.d.ts",
|
|
144
144
|
"default": "./fesm2022/acorex-modules-person-core.mjs"
|