@fundamental-ngx/core 0.58.0-rc.28 → 0.58.0-rc.29
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 +15 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.29",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@angular/forms": "^20.0.0",
|
|
24
24
|
"@angular/platform-browser": "^20.0.0",
|
|
25
25
|
"@angular/router": "^20.0.0",
|
|
26
|
-
"@fundamental-ngx/cdk": "0.58.0-rc.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.58.0-rc.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.58.0-rc.29",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.29",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -159,14 +159,14 @@
|
|
|
159
159
|
"types": "./form/index.d.ts",
|
|
160
160
|
"default": "./fesm2022/fundamental-ngx-core-form.mjs"
|
|
161
161
|
},
|
|
162
|
-
"./generic-tag": {
|
|
163
|
-
"types": "./generic-tag/index.d.ts",
|
|
164
|
-
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
165
|
-
},
|
|
166
162
|
"./formatted-text": {
|
|
167
163
|
"types": "./formatted-text/index.d.ts",
|
|
168
164
|
"default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
|
|
169
165
|
},
|
|
166
|
+
"./generic-tag": {
|
|
167
|
+
"types": "./generic-tag/index.d.ts",
|
|
168
|
+
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
169
|
+
},
|
|
170
170
|
"./grid-list": {
|
|
171
171
|
"types": "./grid-list/index.d.ts",
|
|
172
172
|
"default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
|
|
@@ -175,14 +175,14 @@
|
|
|
175
175
|
"types": "./icon/index.d.ts",
|
|
176
176
|
"default": "./fesm2022/fundamental-ngx-core-icon.mjs"
|
|
177
177
|
},
|
|
178
|
-
"./infinite-scroll": {
|
|
179
|
-
"types": "./infinite-scroll/index.d.ts",
|
|
180
|
-
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
181
|
-
},
|
|
182
178
|
"./illustrated-message": {
|
|
183
179
|
"types": "./illustrated-message/index.d.ts",
|
|
184
180
|
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
185
181
|
},
|
|
182
|
+
"./infinite-scroll": {
|
|
183
|
+
"types": "./infinite-scroll/index.d.ts",
|
|
184
|
+
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
185
|
+
},
|
|
186
186
|
"./info-label": {
|
|
187
187
|
"types": "./info-label/index.d.ts",
|
|
188
188
|
"default": "./fesm2022/fundamental-ngx-core-info-label.mjs"
|
|
@@ -423,14 +423,14 @@
|
|
|
423
423
|
"types": "./tree/index.d.ts",
|
|
424
424
|
"default": "./fesm2022/fundamental-ngx-core-tree.mjs"
|
|
425
425
|
},
|
|
426
|
-
"./upload-collection": {
|
|
427
|
-
"types": "./upload-collection/index.d.ts",
|
|
428
|
-
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
429
|
-
},
|
|
430
426
|
"./user-menu": {
|
|
431
427
|
"types": "./user-menu/index.d.ts",
|
|
432
428
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"
|
|
433
429
|
},
|
|
430
|
+
"./upload-collection": {
|
|
431
|
+
"types": "./upload-collection/index.d.ts",
|
|
432
|
+
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
433
|
+
},
|
|
434
434
|
"./vertical-navigation": {
|
|
435
435
|
"types": "./vertical-navigation/index.d.ts",
|
|
436
436
|
"default": "./fesm2022/fundamental-ngx-core-vertical-navigation.mjs"
|