@fundamental-ngx/core 0.57.6 → 0.57.7
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.7",
|
|
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.57.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.57.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.57.7",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.57.7",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"types": "./index.d.ts",
|
|
48
48
|
"default": "./fesm2022/fundamental-ngx-core.mjs"
|
|
49
49
|
},
|
|
50
|
-
"./action-sheet": {
|
|
51
|
-
"types": "./action-sheet/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
53
|
-
},
|
|
54
50
|
"./action-bar": {
|
|
55
51
|
"types": "./action-bar/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
57
53
|
},
|
|
54
|
+
"./action-sheet": {
|
|
55
|
+
"types": "./action-sheet/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
57
|
+
},
|
|
58
58
|
"./avatar": {
|
|
59
59
|
"types": "./avatar/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
|
|
@@ -83,14 +83,14 @@
|
|
|
83
83
|
"types": "./button/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
85
85
|
},
|
|
86
|
-
"./calendar": {
|
|
87
|
-
"types": "./calendar/index.d.ts",
|
|
88
|
-
"default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
|
|
89
|
-
},
|
|
90
86
|
"./card": {
|
|
91
87
|
"types": "./card/index.d.ts",
|
|
92
88
|
"default": "./fesm2022/fundamental-ngx-core-card.mjs"
|
|
93
89
|
},
|
|
90
|
+
"./calendar": {
|
|
91
|
+
"types": "./calendar/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/fundamental-ngx-core-calendar.mjs"
|
|
93
|
+
},
|
|
94
94
|
"./carousel": {
|
|
95
95
|
"types": "./carousel/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/fundamental-ngx-core-carousel.mjs"
|
|
@@ -399,6 +399,10 @@
|
|
|
399
399
|
"types": "./time/index.d.ts",
|
|
400
400
|
"default": "./fesm2022/fundamental-ngx-core-time.mjs"
|
|
401
401
|
},
|
|
402
|
+
"./time-picker": {
|
|
403
|
+
"types": "./time-picker/index.d.ts",
|
|
404
|
+
"default": "./fesm2022/fundamental-ngx-core-time-picker.mjs"
|
|
405
|
+
},
|
|
402
406
|
"./timeline": {
|
|
403
407
|
"types": "./timeline/index.d.ts",
|
|
404
408
|
"default": "./fesm2022/fundamental-ngx-core-timeline.mjs"
|
|
@@ -419,10 +423,6 @@
|
|
|
419
423
|
"types": "./tree/index.d.ts",
|
|
420
424
|
"default": "./fesm2022/fundamental-ngx-core-tree.mjs"
|
|
421
425
|
},
|
|
422
|
-
"./time-picker": {
|
|
423
|
-
"types": "./time-picker/index.d.ts",
|
|
424
|
-
"default": "./fesm2022/fundamental-ngx-core-time-picker.mjs"
|
|
425
|
-
},
|
|
426
426
|
"./upload-collection": {
|
|
427
427
|
"types": "./upload-collection/index.d.ts",
|
|
428
428
|
"default": "./fesm2022/fundamental-ngx-core-upload-collection.mjs"
|