@fundamental-ngx/core 0.58.0-rc.35 → 0.58.0-rc.36
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 +19 -19
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.36",
|
|
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.36",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.36",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -47,10 +47,6 @@
|
|
|
47
47
|
"types": "./index.d.ts",
|
|
48
48
|
"default": "./fesm2022/fundamental-ngx-core.mjs"
|
|
49
49
|
},
|
|
50
|
-
"./action-bar": {
|
|
51
|
-
"types": "./action-bar/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
53
|
-
},
|
|
54
50
|
"./action-sheet": {
|
|
55
51
|
"types": "./action-sheet/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/fundamental-ngx-core-action-sheet.mjs"
|
|
@@ -59,6 +55,10 @@
|
|
|
59
55
|
"types": "./avatar/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/fundamental-ngx-core-avatar.mjs"
|
|
61
57
|
},
|
|
58
|
+
"./action-bar": {
|
|
59
|
+
"types": "./action-bar/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/fundamental-ngx-core-action-bar.mjs"
|
|
61
|
+
},
|
|
62
62
|
"./avatar-group": {
|
|
63
63
|
"types": "./avatar-group/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/fundamental-ngx-core-avatar-group.mjs"
|
|
@@ -75,10 +75,6 @@
|
|
|
75
75
|
"types": "./breadcrumb/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/fundamental-ngx-core-breadcrumb.mjs"
|
|
77
77
|
},
|
|
78
|
-
"./busy-indicator": {
|
|
79
|
-
"types": "./busy-indicator/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
|
|
81
|
-
},
|
|
82
78
|
"./button": {
|
|
83
79
|
"types": "./button/index.d.ts",
|
|
84
80
|
"default": "./fesm2022/fundamental-ngx-core-button.mjs"
|
|
@@ -99,6 +95,10 @@
|
|
|
99
95
|
"types": "./checkbox/index.d.ts",
|
|
100
96
|
"default": "./fesm2022/fundamental-ngx-core-checkbox.mjs"
|
|
101
97
|
},
|
|
98
|
+
"./busy-indicator": {
|
|
99
|
+
"types": "./busy-indicator/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/fundamental-ngx-core-busy-indicator.mjs"
|
|
101
|
+
},
|
|
102
102
|
"./combobox": {
|
|
103
103
|
"types": "./combobox/index.d.ts",
|
|
104
104
|
"default": "./fesm2022/fundamental-ngx-core-combobox.mjs"
|
|
@@ -191,10 +191,6 @@
|
|
|
191
191
|
"types": "./inline-help/index.d.ts",
|
|
192
192
|
"default": "./fesm2022/fundamental-ngx-core-inline-help.mjs"
|
|
193
193
|
},
|
|
194
|
-
"./input-group": {
|
|
195
|
-
"types": "./input-group/index.d.ts",
|
|
196
|
-
"default": "./fesm2022/fundamental-ngx-core-input-group.mjs"
|
|
197
|
-
},
|
|
198
194
|
"./layout-grid": {
|
|
199
195
|
"types": "./layout-grid/index.d.ts",
|
|
200
196
|
"default": "./fesm2022/fundamental-ngx-core-layout-grid.mjs"
|
|
@@ -331,6 +327,10 @@
|
|
|
331
327
|
"types": "./select/index.d.ts",
|
|
332
328
|
"default": "./fesm2022/fundamental-ngx-core-select.mjs"
|
|
333
329
|
},
|
|
330
|
+
"./input-group": {
|
|
331
|
+
"types": "./input-group/index.d.ts",
|
|
332
|
+
"default": "./fesm2022/fundamental-ngx-core-input-group.mjs"
|
|
333
|
+
},
|
|
334
334
|
"./settings": {
|
|
335
335
|
"types": "./settings/index.d.ts",
|
|
336
336
|
"default": "./fesm2022/fundamental-ngx-core-settings.mjs"
|
|
@@ -339,14 +339,14 @@
|
|
|
339
339
|
"types": "./shared/index.d.ts",
|
|
340
340
|
"default": "./fesm2022/fundamental-ngx-core-shared.mjs"
|
|
341
341
|
},
|
|
342
|
-
"./shellbar": {
|
|
343
|
-
"types": "./shellbar/index.d.ts",
|
|
344
|
-
"default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
|
|
345
|
-
},
|
|
346
342
|
"./side-navigation": {
|
|
347
343
|
"types": "./side-navigation/index.d.ts",
|
|
348
344
|
"default": "./fesm2022/fundamental-ngx-core-side-navigation.mjs"
|
|
349
345
|
},
|
|
346
|
+
"./shellbar": {
|
|
347
|
+
"types": "./shellbar/index.d.ts",
|
|
348
|
+
"default": "./fesm2022/fundamental-ngx-core-shellbar.mjs"
|
|
349
|
+
},
|
|
350
350
|
"./skeleton": {
|
|
351
351
|
"types": "./skeleton/index.d.ts",
|
|
352
352
|
"default": "./fesm2022/fundamental-ngx-core-skeleton.mjs"
|