@acorex/cdk 21.0.0-next.60 → 21.0.0-next.62
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 +6 -6
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/cdk",
|
|
3
|
-
"version": "21.0.0-next.
|
|
3
|
+
"version": "21.0.0-next.62",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/core": "21.0.0-next.
|
|
5
|
+
"@acorex/core": "21.0.0-next.62",
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
7
7
|
"@angular/core": "^20.0.0",
|
|
8
8
|
"quill": ">=2.0.2",
|
|
@@ -97,14 +97,14 @@
|
|
|
97
97
|
"types": "./sticky/index.d.ts",
|
|
98
98
|
"default": "./fesm2022/acorex-cdk-sticky.mjs"
|
|
99
99
|
},
|
|
100
|
-
"./virtual-scroll": {
|
|
101
|
-
"types": "./virtual-scroll/index.d.ts",
|
|
102
|
-
"default": "./fesm2022/acorex-cdk-virtual-scroll.mjs"
|
|
103
|
-
},
|
|
104
100
|
"./uploader": {
|
|
105
101
|
"types": "./uploader/index.d.ts",
|
|
106
102
|
"default": "./fesm2022/acorex-cdk-uploader.mjs"
|
|
107
103
|
},
|
|
104
|
+
"./virtual-scroll": {
|
|
105
|
+
"types": "./virtual-scroll/index.d.ts",
|
|
106
|
+
"default": "./fesm2022/acorex-cdk-virtual-scroll.mjs"
|
|
107
|
+
},
|
|
108
108
|
"./wysiwyg": {
|
|
109
109
|
"types": "./wysiwyg/index.d.ts",
|
|
110
110
|
"default": "./fesm2022/acorex-cdk-wysiwyg.mjs"
|