@fundamental-ngx/core 0.55.4-rc.7 → 0.55.4
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 +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.55.4
|
|
3
|
+
"version": "0.55.4",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@angular/forms": "^19.0.0",
|
|
24
24
|
"@angular/platform-browser": "^19.0.0",
|
|
25
25
|
"@angular/router": "^19.0.0",
|
|
26
|
-
"@fundamental-ngx/cdk": "0.55.4
|
|
27
|
-
"@fundamental-ngx/i18n": "0.55.4
|
|
26
|
+
"@fundamental-ngx/cdk": "0.55.4",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.55.4",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.24.0",
|
|
29
29
|
"fundamental-styles": "0.38.0",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -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,14 +319,14 @@
|
|
|
319
319
|
"types": "./scroll-spy/index.d.ts",
|
|
320
320
|
"default": "./fesm2022/fundamental-ngx-core-scroll-spy.mjs"
|
|
321
321
|
},
|
|
322
|
-
"./segmented-button": {
|
|
323
|
-
"types": "./segmented-button/index.d.ts",
|
|
324
|
-
"default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
|
|
325
|
-
},
|
|
326
322
|
"./scrollbar": {
|
|
327
323
|
"types": "./scrollbar/index.d.ts",
|
|
328
324
|
"default": "./fesm2022/fundamental-ngx-core-scrollbar.mjs"
|
|
329
325
|
},
|
|
326
|
+
"./segmented-button": {
|
|
327
|
+
"types": "./segmented-button/index.d.ts",
|
|
328
|
+
"default": "./fesm2022/fundamental-ngx-core-segmented-button.mjs"
|
|
329
|
+
},
|
|
330
330
|
"./select": {
|
|
331
331
|
"types": "./select/index.d.ts",
|
|
332
332
|
"default": "./fesm2022/fundamental-ngx-core-select.mjs"
|