@fundamental-ngx/core 0.56.2-rc.2 → 0.56.2-rc.3
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.56.2-rc.
|
|
3
|
+
"version": "0.56.2-rc.3",
|
|
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.56.2-rc.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.56.2-rc.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.56.2-rc.3",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.56.2-rc.3",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.29.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -75,14 +75,14 @@
|
|
|
75
75
|
"types": "./breadcrumb/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/fundamental-ngx-core-breadcrumb.mjs"
|
|
77
77
|
},
|
|
78
|
-
"./button": {
|
|
79
|
-
"types": "./button/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
81
|
-
},
|
|
82
78
|
"./busy-indicator": {
|
|
83
79
|
"types": "./busy-indicator/index.d.ts",
|
|
84
80
|
"default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
|
|
85
81
|
},
|
|
82
|
+
"./button": {
|
|
83
|
+
"types": "./button/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
85
|
+
},
|
|
86
86
|
"./calendar": {
|
|
87
87
|
"types": "./calendar/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
|
|
@@ -283,10 +283,6 @@
|
|
|
283
283
|
"types": "./pagination/index.d.ts",
|
|
284
284
|
"default": "./fesm2022/fundamental-ngx-core-pagination.mjs"
|
|
285
285
|
},
|
|
286
|
-
"./panel": {
|
|
287
|
-
"types": "./panel/index.d.ts",
|
|
288
|
-
"default": "./fesm2022/fundamental-ngx-core-panel.mjs"
|
|
289
|
-
},
|
|
290
286
|
"./popover": {
|
|
291
287
|
"types": "./popover/index.d.ts",
|
|
292
288
|
"default": "./fesm2022/fundamental-ngx-core-popover.mjs"
|
|
@@ -295,6 +291,10 @@
|
|
|
295
291
|
"types": "./product-switch/index.d.ts",
|
|
296
292
|
"default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
|
|
297
293
|
},
|
|
294
|
+
"./panel": {
|
|
295
|
+
"types": "./panel/index.d.ts",
|
|
296
|
+
"default": "./fesm2022/fundamental-ngx-core-panel.mjs"
|
|
297
|
+
},
|
|
298
298
|
"./progress-indicator": {
|
|
299
299
|
"types": "./progress-indicator/index.d.ts",
|
|
300
300
|
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
@@ -375,6 +375,10 @@
|
|
|
375
375
|
"types": "./table/index.d.ts",
|
|
376
376
|
"default": "./fesm2022/fundamental-ngx-core-table.mjs"
|
|
377
377
|
},
|
|
378
|
+
"./tabs": {
|
|
379
|
+
"types": "./tabs/index.d.ts",
|
|
380
|
+
"default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
|
|
381
|
+
},
|
|
378
382
|
"./tests": {
|
|
379
383
|
"types": "./tests/index.d.ts",
|
|
380
384
|
"default": "./fesm2022/fundamental-ngx-core-tests.mjs"
|
|
@@ -387,10 +391,6 @@
|
|
|
387
391
|
"types": "./theming/index.d.ts",
|
|
388
392
|
"default": "./fesm2022/fundamental-ngx-core-theming.mjs"
|
|
389
393
|
},
|
|
390
|
-
"./tabs": {
|
|
391
|
-
"types": "./tabs/index.d.ts",
|
|
392
|
-
"default": "./fesm2022/fundamental-ngx-core-tabs.mjs"
|
|
393
|
-
},
|
|
394
394
|
"./tile": {
|
|
395
395
|
"types": "./tile/index.d.ts",
|
|
396
396
|
"default": "./fesm2022/fundamental-ngx-core-tile.mjs"
|