@fundamental-ngx/core 0.58.0-rc.3 → 0.58.0-rc.5
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.5",
|
|
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.5",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.5",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -51,10 +51,6 @@
|
|
|
51
51
|
"types": "./action-bar/index.d.ts",
|
|
52
52
|
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
53
53
|
},
|
|
54
|
-
"./action-sheet": {
|
|
55
|
-
"types": "./action-sheet/index.d.ts",
|
|
56
|
-
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
57
|
-
},
|
|
58
54
|
"./avatar": {
|
|
59
55
|
"types": "./avatar/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
|
|
@@ -79,6 +75,10 @@
|
|
|
79
75
|
"types": "./busy-indicator/index.d.ts",
|
|
80
76
|
"default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
|
|
81
77
|
},
|
|
78
|
+
"./action-sheet": {
|
|
79
|
+
"types": "./action-sheet/index.d.ts",
|
|
80
|
+
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
81
|
+
},
|
|
82
82
|
"./button": {
|
|
83
83
|
"types": "./button/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
@@ -87,6 +87,10 @@
|
|
|
87
87
|
"types": "./calendar/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
|
|
89
89
|
},
|
|
90
|
+
"./card": {
|
|
91
|
+
"types": "./card/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/fundamental-ngx-core-card.mjs"
|
|
93
|
+
},
|
|
90
94
|
"./carousel": {
|
|
91
95
|
"types": "./carousel/index.d.ts",
|
|
92
96
|
"default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
|
|
@@ -95,10 +99,6 @@
|
|
|
95
99
|
"types": "./checkbox/index.d.ts",
|
|
96
100
|
"default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
|
|
97
101
|
},
|
|
98
|
-
"./combobox": {
|
|
99
|
-
"types": "./combobox/index.d.ts",
|
|
100
|
-
"default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
|
|
101
|
-
},
|
|
102
102
|
"./content-density": {
|
|
103
103
|
"types": "./content-density/index.d.ts",
|
|
104
104
|
"default": "./fesm2022/fundamental-ngx-core-content-density.mjs"
|
|
@@ -147,6 +147,10 @@
|
|
|
147
147
|
"types": "./fixed-card-layout/index.d.ts",
|
|
148
148
|
"default": "./fesm2022/fundamental-ngx-core-fixed-card-layout.mjs"
|
|
149
149
|
},
|
|
150
|
+
"./flexible-column-layout": {
|
|
151
|
+
"types": "./flexible-column-layout/index.d.ts",
|
|
152
|
+
"default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
|
|
153
|
+
},
|
|
150
154
|
"./form": {
|
|
151
155
|
"types": "./form/index.d.ts",
|
|
152
156
|
"default": "./fesm2022/fundamental-ngx-core-form.mjs"
|
|
@@ -171,6 +175,10 @@
|
|
|
171
175
|
"types": "./illustrated-message/index.d.ts",
|
|
172
176
|
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
173
177
|
},
|
|
178
|
+
"./combobox": {
|
|
179
|
+
"types": "./combobox/index.d.ts",
|
|
180
|
+
"default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
|
|
181
|
+
},
|
|
174
182
|
"./infinite-scroll": {
|
|
175
183
|
"types": "./infinite-scroll/index.d.ts",
|
|
176
184
|
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
@@ -215,10 +223,6 @@
|
|
|
215
223
|
"types": "./message-page/index.d.ts",
|
|
216
224
|
"default": "./fesm2022/fundamental-ngx-core-message-page.mjs"
|
|
217
225
|
},
|
|
218
|
-
"./flexible-column-layout": {
|
|
219
|
-
"types": "./flexible-column-layout/index.d.ts",
|
|
220
|
-
"default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
|
|
221
|
-
},
|
|
222
226
|
"./message-strip": {
|
|
223
227
|
"types": "./message-strip/index.d.ts",
|
|
224
228
|
"default": "./fesm2022/fundamental-ngx-core-message-strip.mjs"
|
|
@@ -239,10 +243,6 @@
|
|
|
239
243
|
"types": "./multi-combobox/index.d.ts",
|
|
240
244
|
"default": "./fesm2022/fundamental-ngx-core-multi-combobox.mjs"
|
|
241
245
|
},
|
|
242
|
-
"./card": {
|
|
243
|
-
"types": "./card/index.d.ts",
|
|
244
|
-
"default": "./fesm2022/fundamental-ngx-core-card.mjs"
|
|
245
|
-
},
|
|
246
246
|
"./multi-input": {
|
|
247
247
|
"types": "./multi-input/index.d.ts",
|
|
248
248
|
"default": "./fesm2022/fundamental-ngx-core-multi-input.mjs"
|
|
@@ -251,14 +251,14 @@
|
|
|
251
251
|
"types": "./nested-list/index.d.ts",
|
|
252
252
|
"default": "./fesm2022/fundamental-ngx-core-nested-list.mjs"
|
|
253
253
|
},
|
|
254
|
-
"./object-attribute": {
|
|
255
|
-
"types": "./object-attribute/index.d.ts",
|
|
256
|
-
"default": "./fesm2022/fundamental-ngx-core-object-attribute.mjs"
|
|
257
|
-
},
|
|
258
254
|
"./notification": {
|
|
259
255
|
"types": "./notification/index.d.ts",
|
|
260
256
|
"default": "./fesm2022/fundamental-ngx-core-notification.mjs"
|
|
261
257
|
},
|
|
258
|
+
"./object-attribute": {
|
|
259
|
+
"types": "./object-attribute/index.d.ts",
|
|
260
|
+
"default": "./fesm2022/fundamental-ngx-core-object-attribute.mjs"
|
|
261
|
+
},
|
|
262
262
|
"./object-identifier": {
|
|
263
263
|
"types": "./object-identifier/index.d.ts",
|
|
264
264
|
"default": "./fesm2022/fundamental-ngx-core-object-identifier.mjs"
|
|
@@ -287,14 +287,14 @@
|
|
|
287
287
|
"types": "./panel/index.d.ts",
|
|
288
288
|
"default": "./fesm2022/fundamental-ngx-core-panel.mjs"
|
|
289
289
|
},
|
|
290
|
-
"./product-switch": {
|
|
291
|
-
"types": "./product-switch/index.d.ts",
|
|
292
|
-
"default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
|
|
293
|
-
},
|
|
294
290
|
"./popover": {
|
|
295
291
|
"types": "./popover/index.d.ts",
|
|
296
292
|
"default": "./fesm2022/fundamental-ngx-core-popover.mjs"
|
|
297
293
|
},
|
|
294
|
+
"./product-switch": {
|
|
295
|
+
"types": "./product-switch/index.d.ts",
|
|
296
|
+
"default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
|
|
297
|
+
},
|
|
298
298
|
"./progress-indicator": {
|
|
299
299
|
"types": "./progress-indicator/index.d.ts",
|
|
300
300
|
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
@@ -319,6 +319,10 @@
|
|
|
319
319
|
"types": "./scroll-spy/index.d.ts",
|
|
320
320
|
"default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
|
|
321
321
|
},
|
|
322
|
+
"./scrollbar": {
|
|
323
|
+
"types": "./scrollbar/index.d.ts",
|
|
324
|
+
"default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
|
|
325
|
+
},
|
|
322
326
|
"./segmented-button": {
|
|
323
327
|
"types": "./segmented-button/index.d.ts",
|
|
324
328
|
"default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
|
|
@@ -327,10 +331,6 @@
|
|
|
327
331
|
"types": "./select/index.d.ts",
|
|
328
332
|
"default": "./fesm2022/fundamental-ngx-core-select.mjs"
|
|
329
333
|
},
|
|
330
|
-
"./scrollbar": {
|
|
331
|
-
"types": "./scrollbar/index.d.ts",
|
|
332
|
-
"default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
|
|
333
|
-
},
|
|
334
334
|
"./settings": {
|
|
335
335
|
"types": "./settings/index.d.ts",
|
|
336
336
|
"default": "./fesm2022/fundamental-ngx-core-settings.mjs"
|
|
@@ -415,14 +415,14 @@
|
|
|
415
415
|
"types": "./token/index.d.ts",
|
|
416
416
|
"default": "./fesm2022/fundamental-ngx-core-token.mjs"
|
|
417
417
|
},
|
|
418
|
+
"./toolbar": {
|
|
419
|
+
"types": "./toolbar/index.d.ts",
|
|
420
|
+
"default": "./fesm2022/fundamental-ngx-core-toolbar.mjs"
|
|
421
|
+
},
|
|
418
422
|
"./tree": {
|
|
419
423
|
"types": "./tree/index.d.ts",
|
|
420
424
|
"default": "./fesm2022/fundamental-ngx-core-tree.mjs"
|
|
421
425
|
},
|
|
422
|
-
"./upload-collection": {
|
|
423
|
-
"types": "./upload-collection/index.d.ts",
|
|
424
|
-
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
425
|
-
},
|
|
426
426
|
"./user-menu": {
|
|
427
427
|
"types": "./user-menu/index.d.ts",
|
|
428
428
|
"default": "./fesm2022/fundamental-ngx-core-user-menu.mjs"
|
|
@@ -435,9 +435,9 @@
|
|
|
435
435
|
"types": "./wizard/index.d.ts",
|
|
436
436
|
"default": "./fesm2022/fundamental-ngx-core-wizard.mjs"
|
|
437
437
|
},
|
|
438
|
-
"./
|
|
439
|
-
"types": "./
|
|
440
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
438
|
+
"./upload-collection": {
|
|
439
|
+
"types": "./upload-collection/index.d.ts",
|
|
440
|
+
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"module": "fesm2022/fundamental-ngx-core.mjs",
|