@acorex/components 20.7.60 → 20.7.61
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
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.61",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.61",
|
|
6
|
+
"@acorex/cdk": "20.7.61",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -56,6 +56,10 @@
|
|
|
56
56
|
"types": "./index.d.ts",
|
|
57
57
|
"default": "./fesm2022/acorex-components.mjs"
|
|
58
58
|
},
|
|
59
|
+
"./accordion": {
|
|
60
|
+
"types": "./accordion/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
62
|
+
},
|
|
59
63
|
"./action-sheet": {
|
|
60
64
|
"types": "./action-sheet/index.d.ts",
|
|
61
65
|
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
@@ -64,10 +68,6 @@
|
|
|
64
68
|
"types": "./alert/index.d.ts",
|
|
65
69
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
66
70
|
},
|
|
67
|
-
"./accordion": {
|
|
68
|
-
"types": "./accordion/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
70
|
-
},
|
|
71
71
|
"./aspect-ratio": {
|
|
72
72
|
"types": "./aspect-ratio/index.d.ts",
|
|
73
73
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
@@ -140,38 +140,38 @@
|
|
|
140
140
|
"types": "./command/index.d.ts",
|
|
141
141
|
"default": "./fesm2022/acorex-components-command.mjs"
|
|
142
142
|
},
|
|
143
|
-
"./comment": {
|
|
144
|
-
"types": "./comment/index.d.ts",
|
|
145
|
-
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
146
|
-
},
|
|
147
143
|
"./conversation": {
|
|
148
144
|
"types": "./conversation/index.d.ts",
|
|
149
145
|
"default": "./fesm2022/acorex-components-conversation.mjs"
|
|
150
146
|
},
|
|
147
|
+
"./comment": {
|
|
148
|
+
"types": "./comment/index.d.ts",
|
|
149
|
+
"default": "./fesm2022/acorex-components-comment.mjs"
|
|
150
|
+
},
|
|
151
151
|
"./conversation2": {
|
|
152
152
|
"types": "./conversation2/index.d.ts",
|
|
153
153
|
"default": "./fesm2022/acorex-components-conversation2.mjs"
|
|
154
154
|
},
|
|
155
|
-
"./cron-job": {
|
|
156
|
-
"types": "./cron-job/index.d.ts",
|
|
157
|
-
"default": "./fesm2022/acorex-components-cron-job.mjs"
|
|
158
|
-
},
|
|
159
155
|
"./data-list": {
|
|
160
156
|
"types": "./data-list/index.d.ts",
|
|
161
157
|
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
162
158
|
},
|
|
159
|
+
"./cron-job": {
|
|
160
|
+
"types": "./cron-job/index.d.ts",
|
|
161
|
+
"default": "./fesm2022/acorex-components-cron-job.mjs"
|
|
162
|
+
},
|
|
163
163
|
"./data-pager": {
|
|
164
164
|
"types": "./data-pager/index.d.ts",
|
|
165
165
|
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
|
166
166
|
},
|
|
167
|
-
"./data-table": {
|
|
168
|
-
"types": "./data-table/index.d.ts",
|
|
169
|
-
"default": "./fesm2022/acorex-components-data-table.mjs"
|
|
170
|
-
},
|
|
171
167
|
"./datetime-box": {
|
|
172
168
|
"types": "./datetime-box/index.d.ts",
|
|
173
169
|
"default": "./fesm2022/acorex-components-datetime-box.mjs"
|
|
174
170
|
},
|
|
171
|
+
"./data-table": {
|
|
172
|
+
"types": "./data-table/index.d.ts",
|
|
173
|
+
"default": "./fesm2022/acorex-components-data-table.mjs"
|
|
174
|
+
},
|
|
175
175
|
"./datetime-input": {
|
|
176
176
|
"types": "./datetime-input/index.d.ts",
|
|
177
177
|
"default": "./fesm2022/acorex-components-datetime-input.mjs"
|