@acorex/modules 19.4.5 → 19.4.6
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/common/lib/widgets-names-list.d.ts +1 -0
- package/dashboard-management/lib/features/home-dashboard/dashboard-home/home-dashboard.store.d.ts +11 -12
- package/fesm2022/acorex-modules-common.mjs +1 -0
- package/fesm2022/acorex-modules-common.mjs.map +1 -1
- package/fesm2022/acorex-modules-conversation.mjs +4 -4
- package/fesm2022/acorex-modules-conversation.mjs.map +1 -1
- package/fesm2022/acorex-modules-dashboard-management.mjs +22 -4
- package/fesm2022/acorex-modules-dashboard-management.mjs.map +1 -1
- package/fesm2022/acorex-modules-notification-management.mjs +2 -2
- package/fesm2022/acorex-modules-notification-management.mjs.map +1 -1
- package/package.json +13 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/modules",
|
|
3
|
-
"version": "19.4.
|
|
3
|
+
"version": "19.4.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=19.0.0",
|
|
6
6
|
"@angular/core": ">=19.0.0",
|
|
@@ -25,6 +25,14 @@
|
|
|
25
25
|
"types": "./application-management/index.d.ts",
|
|
26
26
|
"default": "./fesm2022/acorex-modules-application-management.mjs"
|
|
27
27
|
},
|
|
28
|
+
"./auth": {
|
|
29
|
+
"types": "./auth/index.d.ts",
|
|
30
|
+
"default": "./fesm2022/acorex-modules-auth.mjs"
|
|
31
|
+
},
|
|
32
|
+
"./common": {
|
|
33
|
+
"types": "./common/index.d.ts",
|
|
34
|
+
"default": "./fesm2022/acorex-modules-common.mjs"
|
|
35
|
+
},
|
|
28
36
|
"./conversation": {
|
|
29
37
|
"types": "./conversation/index.d.ts",
|
|
30
38
|
"default": "./fesm2022/acorex-modules-conversation.mjs"
|
|
@@ -41,14 +49,6 @@
|
|
|
41
49
|
"types": "./form-template-management/index.d.ts",
|
|
42
50
|
"default": "./fesm2022/acorex-modules-form-template-management.mjs"
|
|
43
51
|
},
|
|
44
|
-
"./auth": {
|
|
45
|
-
"types": "./auth/index.d.ts",
|
|
46
|
-
"default": "./fesm2022/acorex-modules-auth.mjs"
|
|
47
|
-
},
|
|
48
|
-
"./common": {
|
|
49
|
-
"types": "./common/index.d.ts",
|
|
50
|
-
"default": "./fesm2022/acorex-modules-common.mjs"
|
|
51
|
-
},
|
|
52
52
|
"./issue-management": {
|
|
53
53
|
"types": "./issue-management/index.d.ts",
|
|
54
54
|
"default": "./fesm2022/acorex-modules-issue-management.mjs"
|
|
@@ -77,14 +77,14 @@
|
|
|
77
77
|
"types": "./scheduler-job-management/index.d.ts",
|
|
78
78
|
"default": "./fesm2022/acorex-modules-scheduler-job-management.mjs"
|
|
79
79
|
},
|
|
80
|
-
"./settings-management": {
|
|
81
|
-
"types": "./settings-management/index.d.ts",
|
|
82
|
-
"default": "./fesm2022/acorex-modules-settings-management.mjs"
|
|
83
|
-
},
|
|
84
80
|
"./security-management": {
|
|
85
81
|
"types": "./security-management/index.d.ts",
|
|
86
82
|
"default": "./fesm2022/acorex-modules-security-management.mjs"
|
|
87
83
|
},
|
|
84
|
+
"./settings-management": {
|
|
85
|
+
"types": "./settings-management/index.d.ts",
|
|
86
|
+
"default": "./fesm2022/acorex-modules-settings-management.mjs"
|
|
87
|
+
},
|
|
88
88
|
"./text-template-management": {
|
|
89
89
|
"types": "./text-template-management/index.d.ts",
|
|
90
90
|
"default": "./fesm2022/acorex-modules-text-template-management.mjs"
|