@acorex/components 21.0.2-next.23 → 21.0.2-next.24
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 +15 -15
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "21.0.2-next.
|
|
3
|
+
"version": "21.0.2-next.24",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.2-next.
|
|
6
|
-
"@acorex/cdk": "21.0.2-next.
|
|
5
|
+
"@acorex/core": "21.0.2-next.24",
|
|
6
|
+
"@acorex/cdk": "21.0.2-next.24",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -152,6 +152,14 @@
|
|
|
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
|
+
"./data-list": {
|
|
160
|
+
"types": "./data-list/index.d.ts",
|
|
161
|
+
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
162
|
+
},
|
|
155
163
|
"./data-pager": {
|
|
156
164
|
"types": "./data-pager/index.d.ts",
|
|
157
165
|
"default": "./fesm2022/acorex-components-data-pager.mjs"
|
|
@@ -160,10 +168,6 @@
|
|
|
160
168
|
"types": "./data-table/index.d.ts",
|
|
161
169
|
"default": "./fesm2022/acorex-components-data-table.mjs"
|
|
162
170
|
},
|
|
163
|
-
"./data-list": {
|
|
164
|
-
"types": "./data-list/index.d.ts",
|
|
165
|
-
"default": "./fesm2022/acorex-components-data-list.mjs"
|
|
166
|
-
},
|
|
167
171
|
"./datetime-box": {
|
|
168
172
|
"types": "./datetime-box/index.d.ts",
|
|
169
173
|
"default": "./fesm2022/acorex-components-datetime-box.mjs"
|
|
@@ -172,14 +176,6 @@
|
|
|
172
176
|
"types": "./datetime-input/index.d.ts",
|
|
173
177
|
"default": "./fesm2022/acorex-components-datetime-input.mjs"
|
|
174
178
|
},
|
|
175
|
-
"./cron-job": {
|
|
176
|
-
"types": "./cron-job/index.d.ts",
|
|
177
|
-
"default": "./fesm2022/acorex-components-cron-job.mjs"
|
|
178
|
-
},
|
|
179
|
-
"./datetime-picker": {
|
|
180
|
-
"types": "./datetime-picker/index.d.ts",
|
|
181
|
-
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
182
|
-
},
|
|
183
179
|
"./decorators": {
|
|
184
180
|
"types": "./decorators/index.d.ts",
|
|
185
181
|
"default": "./fesm2022/acorex-components-decorators.mjs"
|
|
@@ -188,6 +184,10 @@
|
|
|
188
184
|
"types": "./dialog/index.d.ts",
|
|
189
185
|
"default": "./fesm2022/acorex-components-dialog.mjs"
|
|
190
186
|
},
|
|
187
|
+
"./datetime-picker": {
|
|
188
|
+
"types": "./datetime-picker/index.d.ts",
|
|
189
|
+
"default": "./fesm2022/acorex-components-datetime-picker.mjs"
|
|
190
|
+
},
|
|
191
191
|
"./drawer": {
|
|
192
192
|
"types": "./drawer/index.d.ts",
|
|
193
193
|
"default": "./fesm2022/acorex-components-drawer.mjs"
|