@acorex/components 20.6.30 → 20.6.31
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 +38 -38
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/components",
|
|
3
|
-
"version": "20.6.
|
|
3
|
+
"version": "20.6.31",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.6.
|
|
6
|
-
"@acorex/cdk": "20.6.
|
|
5
|
+
"@acorex/core": "20.6.31",
|
|
6
|
+
"@acorex/cdk": "20.6.31",
|
|
7
7
|
"polytype": ">=0.17.0",
|
|
8
8
|
"angular-imask": ">=7.6.1",
|
|
9
9
|
"gridstack": ">=12.0.0",
|
|
@@ -56,18 +56,14 @@
|
|
|
56
56
|
"types": "./index.d.ts",
|
|
57
57
|
"default": "./fesm2022/acorex-components.mjs"
|
|
58
58
|
},
|
|
59
|
-
"./
|
|
60
|
-
"types": "./
|
|
61
|
-
"default": "./fesm2022/acorex-components-
|
|
59
|
+
"./accordion": {
|
|
60
|
+
"types": "./accordion/index.d.ts",
|
|
61
|
+
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
62
62
|
},
|
|
63
63
|
"./alert": {
|
|
64
64
|
"types": "./alert/index.d.ts",
|
|
65
65
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
66
66
|
},
|
|
67
|
-
"./accordion": {
|
|
68
|
-
"types": "./accordion/index.d.ts",
|
|
69
|
-
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
70
|
-
},
|
|
71
67
|
"./aspect-ratio": {
|
|
72
68
|
"types": "./aspect-ratio/index.d.ts",
|
|
73
69
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
@@ -76,18 +72,22 @@
|
|
|
76
72
|
"types": "./audio-wave/index.d.ts",
|
|
77
73
|
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
|
78
74
|
},
|
|
75
|
+
"./action-sheet": {
|
|
76
|
+
"types": "./action-sheet/index.d.ts",
|
|
77
|
+
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
78
|
+
},
|
|
79
79
|
"./autocomplete": {
|
|
80
80
|
"types": "./autocomplete/index.d.ts",
|
|
81
81
|
"default": "./fesm2022/acorex-components-autocomplete.mjs"
|
|
82
82
|
},
|
|
83
|
-
"./avatar": {
|
|
84
|
-
"types": "./avatar/index.d.ts",
|
|
85
|
-
"default": "./fesm2022/acorex-components-avatar.mjs"
|
|
86
|
-
},
|
|
87
83
|
"./badge": {
|
|
88
84
|
"types": "./badge/index.d.ts",
|
|
89
85
|
"default": "./fesm2022/acorex-components-badge.mjs"
|
|
90
86
|
},
|
|
87
|
+
"./avatar": {
|
|
88
|
+
"types": "./avatar/index.d.ts",
|
|
89
|
+
"default": "./fesm2022/acorex-components-avatar.mjs"
|
|
90
|
+
},
|
|
91
91
|
"./bottom-navigation": {
|
|
92
92
|
"types": "./bottom-navigation/index.d.ts",
|
|
93
93
|
"default": "./fesm2022/acorex-components-bottom-navigation.mjs"
|
|
@@ -200,14 +200,14 @@
|
|
|
200
200
|
"types": "./dropdown/index.d.ts",
|
|
201
201
|
"default": "./fesm2022/acorex-components-dropdown.mjs"
|
|
202
202
|
},
|
|
203
|
-
"./editor": {
|
|
204
|
-
"types": "./editor/index.d.ts",
|
|
205
|
-
"default": "./fesm2022/acorex-components-editor.mjs"
|
|
206
|
-
},
|
|
207
203
|
"./dropdown-button": {
|
|
208
204
|
"types": "./dropdown-button/index.d.ts",
|
|
209
205
|
"default": "./fesm2022/acorex-components-dropdown-button.mjs"
|
|
210
206
|
},
|
|
207
|
+
"./editor": {
|
|
208
|
+
"types": "./editor/index.d.ts",
|
|
209
|
+
"default": "./fesm2022/acorex-components-editor.mjs"
|
|
210
|
+
},
|
|
211
211
|
"./fab": {
|
|
212
212
|
"types": "./fab/index.d.ts",
|
|
213
213
|
"default": "./fesm2022/acorex-components-fab.mjs"
|
|
@@ -240,14 +240,14 @@
|
|
|
240
240
|
"types": "./json-viewer/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/acorex-components-json-viewer.mjs"
|
|
242
242
|
},
|
|
243
|
-
"./kbd": {
|
|
244
|
-
"types": "./kbd/index.d.ts",
|
|
245
|
-
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
246
|
-
},
|
|
247
243
|
"./kanban": {
|
|
248
244
|
"types": "./kanban/index.d.ts",
|
|
249
245
|
"default": "./fesm2022/acorex-components-kanban.mjs"
|
|
250
246
|
},
|
|
247
|
+
"./kbd": {
|
|
248
|
+
"types": "./kbd/index.d.ts",
|
|
249
|
+
"default": "./fesm2022/acorex-components-kbd.mjs"
|
|
250
|
+
},
|
|
251
251
|
"./label": {
|
|
252
252
|
"types": "./label/index.d.ts",
|
|
253
253
|
"default": "./fesm2022/acorex-components-label.mjs"
|
|
@@ -372,14 +372,14 @@
|
|
|
372
372
|
"types": "./routing-progress/index.d.ts",
|
|
373
373
|
"default": "./fesm2022/acorex-components-routing-progress.mjs"
|
|
374
374
|
},
|
|
375
|
-
"./scheduler": {
|
|
376
|
-
"types": "./scheduler/index.d.ts",
|
|
377
|
-
"default": "./fesm2022/acorex-components-scheduler.mjs"
|
|
378
|
-
},
|
|
379
375
|
"./rrule": {
|
|
380
376
|
"types": "./rrule/index.d.ts",
|
|
381
377
|
"default": "./fesm2022/acorex-components-rrule.mjs"
|
|
382
378
|
},
|
|
379
|
+
"./scheduler": {
|
|
380
|
+
"types": "./scheduler/index.d.ts",
|
|
381
|
+
"default": "./fesm2022/acorex-components-scheduler.mjs"
|
|
382
|
+
},
|
|
383
383
|
"./scheduler-picker": {
|
|
384
384
|
"types": "./scheduler-picker/index.d.ts",
|
|
385
385
|
"default": "./fesm2022/acorex-components-scheduler-picker.mjs"
|
|
@@ -412,14 +412,14 @@
|
|
|
412
412
|
"types": "./skeleton/index.d.ts",
|
|
413
413
|
"default": "./fesm2022/acorex-components-skeleton.mjs"
|
|
414
414
|
},
|
|
415
|
-
"./slider": {
|
|
416
|
-
"types": "./slider/index.d.ts",
|
|
417
|
-
"default": "./fesm2022/acorex-components-slider.mjs"
|
|
418
|
-
},
|
|
419
415
|
"./sliding-item": {
|
|
420
416
|
"types": "./sliding-item/index.d.ts",
|
|
421
417
|
"default": "./fesm2022/acorex-components-sliding-item.mjs"
|
|
422
418
|
},
|
|
419
|
+
"./slider": {
|
|
420
|
+
"types": "./slider/index.d.ts",
|
|
421
|
+
"default": "./fesm2022/acorex-components-slider.mjs"
|
|
422
|
+
},
|
|
423
423
|
"./step-wizard": {
|
|
424
424
|
"types": "./step-wizard/index.d.ts",
|
|
425
425
|
"default": "./fesm2022/acorex-components-step-wizard.mjs"
|
|
@@ -444,6 +444,10 @@
|
|
|
444
444
|
"types": "./text-area/index.d.ts",
|
|
445
445
|
"default": "./fesm2022/acorex-components-text-area.mjs"
|
|
446
446
|
},
|
|
447
|
+
"./text-box": {
|
|
448
|
+
"types": "./text-box/index.d.ts",
|
|
449
|
+
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
450
|
+
},
|
|
447
451
|
"./time-duration": {
|
|
448
452
|
"types": "./time-duration/index.d.ts",
|
|
449
453
|
"default": "./fesm2022/acorex-components-time-duration.mjs"
|
|
@@ -452,10 +456,6 @@
|
|
|
452
456
|
"types": "./time-line/index.d.ts",
|
|
453
457
|
"default": "./fesm2022/acorex-components-time-line.mjs"
|
|
454
458
|
},
|
|
455
|
-
"./text-box": {
|
|
456
|
-
"types": "./text-box/index.d.ts",
|
|
457
|
-
"default": "./fesm2022/acorex-components-text-box.mjs"
|
|
458
|
-
},
|
|
459
459
|
"./toast": {
|
|
460
460
|
"types": "./toast/index.d.ts",
|
|
461
461
|
"default": "./fesm2022/acorex-components-toast.mjs"
|
|
@@ -468,14 +468,14 @@
|
|
|
468
468
|
"types": "./tooltip/index.d.ts",
|
|
469
469
|
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
470
470
|
},
|
|
471
|
-
"./tree-view": {
|
|
472
|
-
"types": "./tree-view/index.d.ts",
|
|
473
|
-
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
474
|
-
},
|
|
475
471
|
"./tree-view-legacy": {
|
|
476
472
|
"types": "./tree-view-legacy/index.d.ts",
|
|
477
473
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
478
474
|
},
|
|
475
|
+
"./tree-view": {
|
|
476
|
+
"types": "./tree-view/index.d.ts",
|
|
477
|
+
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
478
|
+
},
|
|
479
479
|
"./uploader": {
|
|
480
480
|
"types": "./uploader/index.d.ts",
|
|
481
481
|
"default": "./fesm2022/acorex-components-uploader.mjs"
|