@acorex/components 20.3.7 → 20.3.8
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.3.
|
|
3
|
+
"version": "20.3.8",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "20.3.
|
|
6
|
-
"@acorex/cdk": "20.3.
|
|
5
|
+
"@acorex/core": "20.3.8",
|
|
6
|
+
"@acorex/cdk": "20.3.8",
|
|
7
7
|
"@angular/common": "^20.0.0",
|
|
8
8
|
"@angular/core": "^20.0.0",
|
|
9
9
|
"@angular/cdk": "^20.0.0",
|
|
@@ -69,10 +69,6 @@
|
|
|
69
69
|
"types": "./accordion/index.d.ts",
|
|
70
70
|
"default": "./fesm2022/acorex-components-accordion.mjs"
|
|
71
71
|
},
|
|
72
|
-
"./action-sheet": {
|
|
73
|
-
"types": "./action-sheet/index.d.ts",
|
|
74
|
-
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
75
|
-
},
|
|
76
72
|
"./alert": {
|
|
77
73
|
"types": "./alert/index.d.ts",
|
|
78
74
|
"default": "./fesm2022/acorex-components-alert.mjs"
|
|
@@ -81,6 +77,10 @@
|
|
|
81
77
|
"types": "./aspect-ratio/index.d.ts",
|
|
82
78
|
"default": "./fesm2022/acorex-components-aspect-ratio.mjs"
|
|
83
79
|
},
|
|
80
|
+
"./action-sheet": {
|
|
81
|
+
"types": "./action-sheet/index.d.ts",
|
|
82
|
+
"default": "./fesm2022/acorex-components-action-sheet.mjs"
|
|
83
|
+
},
|
|
84
84
|
"./audio-wave": {
|
|
85
85
|
"types": "./audio-wave/index.d.ts",
|
|
86
86
|
"default": "./fesm2022/acorex-components-audio-wave.mjs"
|
|
@@ -117,14 +117,14 @@
|
|
|
117
117
|
"types": "./calendar/index.d.ts",
|
|
118
118
|
"default": "./fesm2022/acorex-components-calendar.mjs"
|
|
119
119
|
},
|
|
120
|
-
"./chips": {
|
|
121
|
-
"types": "./chips/index.d.ts",
|
|
122
|
-
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
123
|
-
},
|
|
124
120
|
"./check-box": {
|
|
125
121
|
"types": "./check-box/index.d.ts",
|
|
126
122
|
"default": "./fesm2022/acorex-components-check-box.mjs"
|
|
127
123
|
},
|
|
124
|
+
"./chips": {
|
|
125
|
+
"types": "./chips/index.d.ts",
|
|
126
|
+
"default": "./fesm2022/acorex-components-chips.mjs"
|
|
127
|
+
},
|
|
128
128
|
"./circular-progress": {
|
|
129
129
|
"types": "./circular-progress/index.d.ts",
|
|
130
130
|
"default": "./fesm2022/acorex-components-circular-progress.mjs"
|
|
@@ -473,10 +473,6 @@
|
|
|
473
473
|
"types": "./tooltip/index.d.ts",
|
|
474
474
|
"default": "./fesm2022/acorex-components-tooltip.mjs"
|
|
475
475
|
},
|
|
476
|
-
"./tree-view": {
|
|
477
|
-
"types": "./tree-view/index.d.ts",
|
|
478
|
-
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
479
|
-
},
|
|
480
476
|
"./tree-view-legacy": {
|
|
481
477
|
"types": "./tree-view-legacy/index.d.ts",
|
|
482
478
|
"default": "./fesm2022/acorex-components-tree-view-legacy.mjs"
|
|
@@ -492,6 +488,10 @@
|
|
|
492
488
|
"./wysiwyg": {
|
|
493
489
|
"types": "./wysiwyg/index.d.ts",
|
|
494
490
|
"default": "./fesm2022/acorex-components-wysiwyg.mjs"
|
|
491
|
+
},
|
|
492
|
+
"./tree-view": {
|
|
493
|
+
"types": "./tree-view/index.d.ts",
|
|
494
|
+
"default": "./fesm2022/acorex-components-tree-view.mjs"
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
497
|
}
|