@fundamental-ngx/core 0.58.0-rc.22 → 0.58.0-rc.24
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 +26 -26
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.24",
|
|
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.24",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.24",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -47,10 +47,6 @@
|
|
|
47
47
|
"types": "./index.d.ts",
|
|
48
48
|
"default": "./fesm2022/fundamental-ngx-core.mjs"
|
|
49
49
|
},
|
|
50
|
-
"./action-bar": {
|
|
51
|
-
"types": "./action-bar/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
53
|
-
},
|
|
54
50
|
"./action-sheet": {
|
|
55
51
|
"types": "./action-sheet/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
@@ -63,6 +59,10 @@
|
|
|
63
59
|
"types": "./avatar-group/index.d.ts",
|
|
64
60
|
"default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
|
|
65
61
|
},
|
|
62
|
+
"./action-bar": {
|
|
63
|
+
"types": "./action-bar/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
65
|
+
},
|
|
66
66
|
"./avatar-group-legacy": {
|
|
67
67
|
"types": "./avatar-group-legacy/index.d.ts",
|
|
68
68
|
"default": "./fesm2022/fundamental-ngx-core-avatar-group-legacy.mjs"
|
|
@@ -175,10 +175,6 @@
|
|
|
175
175
|
"types": "./icon/index.d.ts",
|
|
176
176
|
"default": "./fesm2022/fundamental-ngx-core-icon.mjs"
|
|
177
177
|
},
|
|
178
|
-
"./illustrated-message": {
|
|
179
|
-
"types": "./illustrated-message/index.d.ts",
|
|
180
|
-
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
181
|
-
},
|
|
182
178
|
"./infinite-scroll": {
|
|
183
179
|
"types": "./infinite-scroll/index.d.ts",
|
|
184
180
|
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
@@ -195,9 +191,9 @@
|
|
|
195
191
|
"types": "./input-group/index.d.ts",
|
|
196
192
|
"default": "./fesm2022/fundamental-ngx-core-input-group.mjs"
|
|
197
193
|
},
|
|
198
|
-
"./
|
|
199
|
-
"types": "./
|
|
200
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
194
|
+
"./illustrated-message": {
|
|
195
|
+
"types": "./illustrated-message/index.d.ts",
|
|
196
|
+
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
201
197
|
},
|
|
202
198
|
"./layout-panel": {
|
|
203
199
|
"types": "./layout-panel/index.d.ts",
|
|
@@ -231,14 +227,14 @@
|
|
|
231
227
|
"types": "./message-toast/index.d.ts",
|
|
232
228
|
"default": "./fesm2022/fundamental-ngx-core-message-toast.mjs"
|
|
233
229
|
},
|
|
234
|
-
"./mobile-mode": {
|
|
235
|
-
"types": "./mobile-mode/index.d.ts",
|
|
236
|
-
"default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
|
|
237
|
-
},
|
|
238
230
|
"./micro-process-flow": {
|
|
239
231
|
"types": "./micro-process-flow/index.d.ts",
|
|
240
232
|
"default": "./fesm2022/fundamental-ngx-core-micro-process-flow.mjs"
|
|
241
233
|
},
|
|
234
|
+
"./mobile-mode": {
|
|
235
|
+
"types": "./mobile-mode/index.d.ts",
|
|
236
|
+
"default": "./fesm2022/fundamental-ngx-core-mobile-mode.mjs"
|
|
237
|
+
},
|
|
242
238
|
"./multi-combobox": {
|
|
243
239
|
"types": "./multi-combobox/index.d.ts",
|
|
244
240
|
"default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
|
|
@@ -283,6 +279,10 @@
|
|
|
283
279
|
"types": "./pagination/index.d.ts",
|
|
284
280
|
"default": "./fesm2022/fundamental-ngx-core-pagination.mjs"
|
|
285
281
|
},
|
|
282
|
+
"./layout-grid": {
|
|
283
|
+
"types": "./layout-grid/index.d.ts",
|
|
284
|
+
"default": "./fesm2022/fundamental-ngx-core-layout-grid.mjs"
|
|
285
|
+
},
|
|
286
286
|
"./panel": {
|
|
287
287
|
"types": "./panel/index.d.ts",
|
|
288
288
|
"default": "./fesm2022/fundamental-ngx-core-panel.mjs"
|
|
@@ -299,14 +299,14 @@
|
|
|
299
299
|
"types": "./progress-indicator/index.d.ts",
|
|
300
300
|
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
301
301
|
},
|
|
302
|
-
"./quick-view": {
|
|
303
|
-
"types": "./quick-view/index.d.ts",
|
|
304
|
-
"default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
|
|
305
|
-
},
|
|
306
302
|
"./radio": {
|
|
307
303
|
"types": "./radio/index.d.ts",
|
|
308
304
|
"default": "./fesm2022/fundamental-ngx-core-radio.mjs"
|
|
309
305
|
},
|
|
306
|
+
"./quick-view": {
|
|
307
|
+
"types": "./quick-view/index.d.ts",
|
|
308
|
+
"default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
|
|
309
|
+
},
|
|
310
310
|
"./rating-indicator": {
|
|
311
311
|
"types": "./rating-indicator/index.d.ts",
|
|
312
312
|
"default": "./fesm2022/fundamental-ngx-core-rating-indicator.mjs"
|
|
@@ -423,6 +423,10 @@
|
|
|
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
|
+
},
|
|
426
430
|
"./user-menu": {
|
|
427
431
|
"types": "./user-menu/index.d.ts",
|
|
428
432
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"
|
|
@@ -431,10 +435,6 @@
|
|
|
431
435
|
"types": "./vertical-navigation/index.d.ts",
|
|
432
436
|
"default": "./fesm2022/fundamental-ngx-core-vertical-navigation.mjs"
|
|
433
437
|
},
|
|
434
|
-
"./upload-collection": {
|
|
435
|
-
"types": "./upload-collection/index.d.ts",
|
|
436
|
-
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
437
|
-
},
|
|
438
438
|
"./wizard": {
|
|
439
439
|
"types": "./wizard/index.d.ts",
|
|
440
440
|
"default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
|