@acorex/modules 20.6.0-next.14 → 20.6.0-next.15

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.
Files changed (1) hide show
  1. package/package.json +18 -18
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/modules",
3
- "version": "20.6.0-next.14",
3
+ "version": "20.6.0-next.15",
4
4
  "peerDependencies": {
5
- "@acorex/platform": "20.6.0-next.14",
5
+ "@acorex/platform": "20.6.0-next.15",
6
6
  "@angular/service-worker": "^20.0.0",
7
7
  "angular-oauth2-oidc": "^15.0.0",
8
8
  "d3": "^7.0.0",
@@ -20,10 +20,6 @@
20
20
  "types": "./index.d.ts",
21
21
  "default": "./fesm2022/acorex-modules.mjs"
22
22
  },
23
- "./application-management": {
24
- "types": "./application-management/index.d.ts",
25
- "default": "./fesm2022/acorex-modules-application-management.mjs"
26
- },
27
23
  "./assessment-management": {
28
24
  "types": "./assessment-management/index.d.ts",
29
25
  "default": "./fesm2022/acorex-modules-assessment-management.mjs"
@@ -32,14 +28,14 @@
32
28
  "types": "./asset-management/index.d.ts",
33
29
  "default": "./fesm2022/acorex-modules-asset-management.mjs"
34
30
  },
31
+ "./application-management": {
32
+ "types": "./application-management/index.d.ts",
33
+ "default": "./fesm2022/acorex-modules-application-management.mjs"
34
+ },
35
35
  "./auth": {
36
36
  "types": "./auth/index.d.ts",
37
37
  "default": "./fesm2022/acorex-modules-auth.mjs"
38
38
  },
39
- "./calendar-management": {
40
- "types": "./calendar-management/index.d.ts",
41
- "default": "./fesm2022/acorex-modules-calendar-management.mjs"
42
- },
43
39
  "./common": {
44
40
  "types": "./common/index.d.ts",
45
41
  "default": "./fesm2022/acorex-modules-common.mjs"
@@ -52,6 +48,10 @@
52
48
  "types": "./content-management/index.d.ts",
53
49
  "default": "./fesm2022/acorex-modules-content-management.mjs"
54
50
  },
51
+ "./calendar-management": {
52
+ "types": "./calendar-management/index.d.ts",
53
+ "default": "./fesm2022/acorex-modules-calendar-management.mjs"
54
+ },
55
55
  "./conversation": {
56
56
  "types": "./conversation/index.d.ts",
57
57
  "default": "./fesm2022/acorex-modules-conversation.mjs"
@@ -76,10 +76,6 @@
76
76
  "types": "./financial-core/index.d.ts",
77
77
  "default": "./fesm2022/acorex-modules-financial-core.mjs"
78
78
  },
79
- "./form-template-management": {
80
- "types": "./form-template-management/index.d.ts",
81
- "default": "./fesm2022/acorex-modules-form-template-management.mjs"
82
- },
83
79
  "./help-desk": {
84
80
  "types": "./help-desk/index.d.ts",
85
81
  "default": "./fesm2022/acorex-modules-help-desk.mjs"
@@ -88,6 +84,10 @@
88
84
  "types": "./human-capital-management/index.d.ts",
89
85
  "default": "./fesm2022/acorex-modules-human-capital-management.mjs"
90
86
  },
87
+ "./form-template-management": {
88
+ "types": "./form-template-management/index.d.ts",
89
+ "default": "./fesm2022/acorex-modules-form-template-management.mjs"
90
+ },
91
91
  "./identifier-management": {
92
92
  "types": "./identifier-management/index.d.ts",
93
93
  "default": "./fesm2022/acorex-modules-identifier-management.mjs"
@@ -116,6 +116,10 @@
116
116
  "types": "./notification-management/index.d.ts",
117
117
  "default": "./fesm2022/acorex-modules-notification-management.mjs"
118
118
  },
119
+ "./organization-management": {
120
+ "types": "./organization-management/index.d.ts",
121
+ "default": "./fesm2022/acorex-modules-organization-management.mjs"
122
+ },
119
123
  "./party-management": {
120
124
  "types": "./party-management/index.d.ts",
121
125
  "default": "./fesm2022/acorex-modules-party-management.mjs"
@@ -156,10 +160,6 @@
156
160
  "types": "./training-management/index.d.ts",
157
161
  "default": "./fesm2022/acorex-modules-training-management.mjs"
158
162
  },
159
- "./organization-management": {
160
- "types": "./organization-management/index.d.ts",
161
- "default": "./fesm2022/acorex-modules-organization-management.mjs"
162
- },
163
163
  "./workflow-management": {
164
164
  "types": "./workflow-management/index.d.ts",
165
165
  "default": "./fesm2022/acorex-modules-workflow-management.mjs"