@acorex/components 20.7.56 → 20.7.58
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 +19 -19
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.58",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.58",
|
|
6
|
+
"@acorex/cdk": "20.7.58",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -280,26 +280,26 @@
|
|
|
280
280
|
"types": "./modal/index.d.ts",
|
|
281
281
|
"default": "./fesm2022/acorex-components-modal.mjs"
|
|
282
282
|
},
|
|
283
|
-
"./notification": {
|
|
284
|
-
"types": "./notification/index.d.ts",
|
|
285
|
-
"default": "./fesm2022/acorex-components-notification.mjs"
|
|
286
|
-
},
|
|
287
283
|
"./navbar": {
|
|
288
284
|
"types": "./navbar/index.d.ts",
|
|
289
285
|
"default": "./fesm2022/acorex-components-navbar.mjs"
|
|
290
286
|
},
|
|
287
|
+
"./notification": {
|
|
288
|
+
"types": "./notification/index.d.ts",
|
|
289
|
+
"default": "./fesm2022/acorex-components-notification.mjs"
|
|
290
|
+
},
|
|
291
291
|
"./number-box": {
|
|
292
292
|
"types": "./number-box/index.d.ts",
|
|
293
293
|
"default": "./fesm2022/acorex-components-number-box.mjs"
|
|
294
294
|
},
|
|
295
|
-
"./otp": {
|
|
296
|
-
"types": "./otp/index.d.ts",
|
|
297
|
-
"default": "./fesm2022/acorex-components-otp.mjs"
|
|
298
|
-
},
|
|
299
295
|
"./number-box-legacy": {
|
|
300
296
|
"types": "./number-box-legacy/index.d.ts",
|
|
301
297
|
"default": "./fesm2022/acorex-components-number-box-legacy.mjs"
|
|
302
298
|
},
|
|
299
|
+
"./otp": {
|
|
300
|
+
"types": "./otp/index.d.ts",
|
|
301
|
+
"default": "./fesm2022/acorex-components-otp.mjs"
|
|
302
|
+
},
|
|
303
303
|
"./page": {
|
|
304
304
|
"types": "./page/index.d.ts",
|
|
305
305
|
"default": "./fesm2022/acorex-components-page.mjs"
|
|
@@ -356,14 +356,14 @@
|
|
|
356
356
|
"types": "./range-slider/index.d.ts",
|
|
357
357
|
"default": "./fesm2022/acorex-components-range-slider.mjs"
|
|
358
358
|
},
|
|
359
|
-
"./rate-picker": {
|
|
360
|
-
"types": "./rate-picker/index.d.ts",
|
|
361
|
-
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
362
|
-
},
|
|
363
359
|
"./rest-api-generator": {
|
|
364
360
|
"types": "./rest-api-generator/index.d.ts",
|
|
365
361
|
"default": "./fesm2022/acorex-components-rest-api-generator.mjs"
|
|
366
362
|
},
|
|
363
|
+
"./rate-picker": {
|
|
364
|
+
"types": "./rate-picker/index.d.ts",
|
|
365
|
+
"default": "./fesm2022/acorex-components-rate-picker.mjs"
|
|
366
|
+
},
|
|
367
367
|
"./result": {
|
|
368
368
|
"types": "./result/index.d.ts",
|
|
369
369
|
"default": "./fesm2022/acorex-components-result.mjs"
|
|
@@ -440,14 +440,14 @@
|
|
|
440
440
|
"types": "./tag-box/index.d.ts",
|
|
441
441
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
442
442
|
},
|
|
443
|
-
"./text-box": {
|
|
444
|
-
"types": "./text-box/index.d.ts",
|
|
445
|
-
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
446
|
-
},
|
|
447
443
|
"./text-area": {
|
|
448
444
|
"types": "./text-area/index.d.ts",
|
|
449
445
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
450
446
|
},
|
|
447
|
+
"./text-box": {
|
|
448
|
+
"types": "./text-box/index.d.ts",
|
|
449
|
+
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
450
|
+
},
|
|
451
451
|
"./time-duration": {
|
|
452
452
|
"types": "./time-duration/index.d.ts",
|
|
453
453
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|