@fundamental-ngx/core 0.58.0-rc.49 → 0.58.0-rc.50
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 +25 -25
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.50",
|
|
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.50",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.50",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -95,6 +95,10 @@
|
|
|
95
95
|
"types": "./carousel/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
|
|
97
97
|
},
|
|
98
|
+
"./checkbox": {
|
|
99
|
+
"types": "./checkbox/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
|
|
101
|
+
},
|
|
98
102
|
"./combobox": {
|
|
99
103
|
"types": "./combobox/index.d.ts",
|
|
100
104
|
"default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
|
|
@@ -127,14 +131,14 @@
|
|
|
127
131
|
"types": "./dynamic-side-content/index.d.ts",
|
|
128
132
|
"default": "./fesm2022/fundamental-ngx-core-dynamic-side-content.mjs"
|
|
129
133
|
},
|
|
130
|
-
"./facets": {
|
|
131
|
-
"types": "./facets/index.d.ts",
|
|
132
|
-
"default": "./fesm2022/fundamental-ngx-core-facets.mjs"
|
|
133
|
-
},
|
|
134
134
|
"./feed-input": {
|
|
135
135
|
"types": "./feed-input/index.d.ts",
|
|
136
136
|
"default": "./fesm2022/fundamental-ngx-core-feed-input.mjs"
|
|
137
137
|
},
|
|
138
|
+
"./facets": {
|
|
139
|
+
"types": "./facets/index.d.ts",
|
|
140
|
+
"default": "./fesm2022/fundamental-ngx-core-facets.mjs"
|
|
141
|
+
},
|
|
138
142
|
"./feed-list-item": {
|
|
139
143
|
"types": "./feed-list-item/index.d.ts",
|
|
140
144
|
"default": "./fesm2022/fundamental-ngx-core-feed-list-item.mjs"
|
|
@@ -175,10 +179,6 @@
|
|
|
175
179
|
"types": "./illustrated-message/index.d.ts",
|
|
176
180
|
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
177
181
|
},
|
|
178
|
-
"./checkbox": {
|
|
179
|
-
"types": "./checkbox/index.d.ts",
|
|
180
|
-
"default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
|
|
181
|
-
},
|
|
182
182
|
"./infinite-scroll": {
|
|
183
183
|
"types": "./infinite-scroll/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
@@ -271,30 +271,30 @@
|
|
|
271
271
|
"types": "./object-number/index.d.ts",
|
|
272
272
|
"default": "./fesm2022/fundamental-ngx-core-object-number.mjs"
|
|
273
273
|
},
|
|
274
|
-
"./overflow-layout": {
|
|
275
|
-
"types": "./overflow-layout/index.d.ts",
|
|
276
|
-
"default": "./fesm2022/fundamental-ngx-core-overflow-layout.mjs"
|
|
277
|
-
},
|
|
278
274
|
"./object-status": {
|
|
279
275
|
"types": "./object-status/index.d.ts",
|
|
280
276
|
"default": "./fesm2022/fundamental-ngx-core-object-status.mjs"
|
|
281
277
|
},
|
|
282
|
-
"./
|
|
283
|
-
"types": "./
|
|
284
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
278
|
+
"./overflow-layout": {
|
|
279
|
+
"types": "./overflow-layout/index.d.ts",
|
|
280
|
+
"default": "./fesm2022/fundamental-ngx-core-overflow-layout.mjs"
|
|
285
281
|
},
|
|
286
282
|
"./pagination": {
|
|
287
283
|
"types": "./pagination/index.d.ts",
|
|
288
284
|
"default": "./fesm2022/fundamental-ngx-core-pagination.mjs"
|
|
289
285
|
},
|
|
290
|
-
"./
|
|
291
|
-
"types": "./
|
|
292
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
286
|
+
"./panel": {
|
|
287
|
+
"types": "./panel/index.d.ts",
|
|
288
|
+
"default": "./fesm2022/fundamental-ngx-core-panel.mjs"
|
|
293
289
|
},
|
|
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"
|
|
@@ -339,14 +339,14 @@
|
|
|
339
339
|
"types": "./shared/index.d.ts",
|
|
340
340
|
"default": "./fesm2022/fundamental-ngx-core-shared.mjs"
|
|
341
341
|
},
|
|
342
|
-
"./side-navigation": {
|
|
343
|
-
"types": "./side-navigation/index.d.ts",
|
|
344
|
-
"default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
|
|
345
|
-
},
|
|
346
342
|
"./shellbar": {
|
|
347
343
|
"types": "./shellbar/index.d.ts",
|
|
348
344
|
"default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
|
|
349
345
|
},
|
|
346
|
+
"./side-navigation": {
|
|
347
|
+
"types": "./side-navigation/index.d.ts",
|
|
348
|
+
"default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
|
|
349
|
+
},
|
|
350
350
|
"./skeleton": {
|
|
351
351
|
"types": "./skeleton/index.d.ts",
|
|
352
352
|
"default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
|