@fundamental-ngx/core 0.58.0-rc.47 → 0.58.0-rc.48
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 +17 -17
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.48",
|
|
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.48",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.48",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.31.0",
|
|
29
29
|
"fundamental-styles": "0.40.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -155,17 +155,17 @@
|
|
|
155
155
|
"types": "./flexible-column-layout/index.d.ts",
|
|
156
156
|
"default": "./fesm2022/fundamental-ngx-core-flexible-column-layout.mjs"
|
|
157
157
|
},
|
|
158
|
-
"./
|
|
159
|
-
"types": "./
|
|
160
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
158
|
+
"./form": {
|
|
159
|
+
"types": "./form/index.d.ts",
|
|
160
|
+
"default": "./fesm2022/fundamental-ngx-core-form.mjs"
|
|
161
161
|
},
|
|
162
162
|
"./formatted-text": {
|
|
163
163
|
"types": "./formatted-text/index.d.ts",
|
|
164
164
|
"default": "./fesm2022/fundamental-ngx-core-formatted-text.mjs"
|
|
165
165
|
},
|
|
166
|
-
"./
|
|
167
|
-
"types": "./
|
|
168
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
166
|
+
"./generic-tag": {
|
|
167
|
+
"types": "./generic-tag/index.d.ts",
|
|
168
|
+
"default": "./fesm2022/fundamental-ngx-core-generic-tag.mjs"
|
|
169
169
|
},
|
|
170
170
|
"./grid-list": {
|
|
171
171
|
"types": "./grid-list/index.d.ts",
|
|
@@ -287,6 +287,10 @@
|
|
|
287
287
|
"types": "./panel/index.d.ts",
|
|
288
288
|
"default": "./fesm2022/fundamental-ngx-core-panel.mjs"
|
|
289
289
|
},
|
|
290
|
+
"./popover": {
|
|
291
|
+
"types": "./popover/index.d.ts",
|
|
292
|
+
"default": "./fesm2022/fundamental-ngx-core-popover.mjs"
|
|
293
|
+
},
|
|
290
294
|
"./product-switch": {
|
|
291
295
|
"types": "./product-switch/index.d.ts",
|
|
292
296
|
"default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
|
|
@@ -295,10 +299,6 @@
|
|
|
295
299
|
"types": "./progress-indicator/index.d.ts",
|
|
296
300
|
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
297
301
|
},
|
|
298
|
-
"./popover": {
|
|
299
|
-
"types": "./popover/index.d.ts",
|
|
300
|
-
"default": "./fesm2022/fundamental-ngx-core-popover.mjs"
|
|
301
|
-
},
|
|
302
302
|
"./quick-view": {
|
|
303
303
|
"types": "./quick-view/index.d.ts",
|
|
304
304
|
"default": "./fesm2022/fundamental-ngx-core-quick-view.mjs"
|
|
@@ -403,14 +403,14 @@
|
|
|
403
403
|
"types": "./time-picker/index.d.ts",
|
|
404
404
|
"default": "./fesm2022/fundamental-ngx-core-time-picker.mjs"
|
|
405
405
|
},
|
|
406
|
-
"./timeline": {
|
|
407
|
-
"types": "./timeline/index.d.ts",
|
|
408
|
-
"default": "./fesm2022/fundamental-ngx-core-timeline.mjs"
|
|
409
|
-
},
|
|
410
406
|
"./title": {
|
|
411
407
|
"types": "./title/index.d.ts",
|
|
412
408
|
"default": "./fesm2022/fundamental-ngx-core-title.mjs"
|
|
413
409
|
},
|
|
410
|
+
"./timeline": {
|
|
411
|
+
"types": "./timeline/index.d.ts",
|
|
412
|
+
"default": "./fesm2022/fundamental-ngx-core-timeline.mjs"
|
|
413
|
+
},
|
|
414
414
|
"./token": {
|
|
415
415
|
"types": "./token/index.d.ts",
|
|
416
416
|
"default": "./fesm2022/fundamental-ngx-core-token.mjs"
|