@acorex/components 20.7.56 → 20.7.57
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 +23 -23
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.7.
|
|
3
|
+
"version": "20.7.57",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.7.
|
|
6
|
-
"@acorex/cdk": "20.7.
|
|
5
|
+
"@acorex/core": "20.7.57",
|
|
6
|
+
"@acorex/cdk": "20.7.57",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -108,14 +108,14 @@
|
|
|
108
108
|
"types": "./calendar/index.d.ts",
|
|
109
109
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
|
110
110
|
},
|
|
111
|
-
"./check-box": {
|
|
112
|
-
"types": "./check-box/index.d.ts",
|
|
113
|
-
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
114
|
-
},
|
|
115
111
|
"./chips": {
|
|
116
112
|
"types": "./chips/index.d.ts",
|
|
117
113
|
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
118
114
|
},
|
|
115
|
+
"./check-box": {
|
|
116
|
+
"types": "./check-box/index.d.ts",
|
|
117
|
+
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
118
|
+
},
|
|
119
119
|
"./circular-progress": {
|
|
120
120
|
"types": "./circular-progress/index.d.ts",
|
|
121
121
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
@@ -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"
|
|
@@ -428,10 +428,6 @@
|
|
|
428
428
|
"types": "./switch/index.d.ts",
|
|
429
429
|
"default": "./fesm2022/acorex-components-switch.mjs"
|
|
430
430
|
},
|
|
431
|
-
"./tabs": {
|
|
432
|
-
"types": "./tabs/index.d.ts",
|
|
433
|
-
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
434
|
-
},
|
|
435
431
|
"./tag": {
|
|
436
432
|
"types": "./tag/index.d.ts",
|
|
437
433
|
"default": "./fesm2022/acorex-components-tag.mjs"
|
|
@@ -440,18 +436,22 @@
|
|
|
440
436
|
"types": "./tag-box/index.d.ts",
|
|
441
437
|
"default": "./fesm2022/acorex-components-tag-box.mjs"
|
|
442
438
|
},
|
|
439
|
+
"./tabs": {
|
|
440
|
+
"types": "./tabs/index.d.ts",
|
|
441
|
+
"default": "./fesm2022/acorex-components-tabs.mjs"
|
|
442
|
+
},
|
|
443
443
|
"./text-box": {
|
|
444
444
|
"types": "./text-box/index.d.ts",
|
|
445
445
|
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
446
446
|
},
|
|
447
|
-
"./text-area": {
|
|
448
|
-
"types": "./text-area/index.d.ts",
|
|
449
|
-
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
450
|
-
},
|
|
451
447
|
"./time-duration": {
|
|
452
448
|
"types": "./time-duration/index.d.ts",
|
|
453
449
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
454
450
|
},
|
|
451
|
+
"./text-area": {
|
|
452
|
+
"types": "./text-area/index.d.ts",
|
|
453
|
+
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
454
|
+
},
|
|
455
455
|
"./time-line": {
|
|
456
456
|
"types": "./time-line/index.d.ts",
|
|
457
457
|
"default": "./fesm2022/acorex-components-time-line.mjs"
|