@fundamental-ngx/core 0.58.0-rc.20 → 0.58.0-rc.21
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.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.21",
|
|
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.21",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.21",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -119,14 +119,14 @@
|
|
|
119
119
|
"types": "./datetime-picker/index.d.ts",
|
|
120
120
|
"default": "./fesm2022/fundamental-ngx-core-datetime-picker.mjs"
|
|
121
121
|
},
|
|
122
|
-
"./dialog": {
|
|
123
|
-
"types": "./dialog/index.d.ts",
|
|
124
|
-
"default": "./fesm2022/fundamental-ngx-core-dialog.mjs"
|
|
125
|
-
},
|
|
126
122
|
"./dynamic-page": {
|
|
127
123
|
"types": "./dynamic-page/index.d.ts",
|
|
128
124
|
"default": "./fesm2022/fundamental-ngx-core-dynamic-page.mjs"
|
|
129
125
|
},
|
|
126
|
+
"./dialog": {
|
|
127
|
+
"types": "./dialog/index.d.ts",
|
|
128
|
+
"default": "./fesm2022/fundamental-ngx-core-dialog.mjs"
|
|
129
|
+
},
|
|
130
130
|
"./dynamic-side-content": {
|
|
131
131
|
"types": "./dynamic-side-content/index.d.ts",
|
|
132
132
|
"default": "./fesm2022/fundamental-ngx-core-dynamic-side-content.mjs"
|
|
@@ -163,14 +163,14 @@
|
|
|
163
163
|
"types": "./formatted-text/index.d.ts",
|
|
164
164
|
"default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
|
|
165
165
|
},
|
|
166
|
-
"./generic-tag": {
|
|
167
|
-
"types": "./generic-tag/index.d.ts",
|
|
168
|
-
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
169
|
-
},
|
|
170
166
|
"./grid-list": {
|
|
171
167
|
"types": "./grid-list/index.d.ts",
|
|
172
168
|
"default": "./fesm2022/fundamental-ngx-core-grid-list.mjs"
|
|
173
169
|
},
|
|
170
|
+
"./generic-tag": {
|
|
171
|
+
"types": "./generic-tag/index.d.ts",
|
|
172
|
+
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
173
|
+
},
|
|
174
174
|
"./icon": {
|
|
175
175
|
"types": "./icon/index.d.ts",
|
|
176
176
|
"default": "./fesm2022/fundamental-ngx-core-icon.mjs"
|
|
@@ -183,14 +183,14 @@
|
|
|
183
183
|
"types": "./infinite-scroll/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
185
185
|
},
|
|
186
|
-
"./info-label": {
|
|
187
|
-
"types": "./info-label/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/fundamental-ngx-core-info-label.mjs"
|
|
189
|
-
},
|
|
190
186
|
"./inline-help": {
|
|
191
187
|
"types": "./inline-help/index.d.ts",
|
|
192
188
|
"default": "./fesm2022/fundamental-ngx-core-inline-help.mjs"
|
|
193
189
|
},
|
|
190
|
+
"./info-label": {
|
|
191
|
+
"types": "./info-label/index.d.ts",
|
|
192
|
+
"default": "./fesm2022/fundamental-ngx-core-info-label.mjs"
|
|
193
|
+
},
|
|
194
194
|
"./input-group": {
|
|
195
195
|
"types": "./input-group/index.d.ts",
|
|
196
196
|
"default": "./fesm2022/fundamental-ngx-core-input-group.mjs"
|