@fundamental-ngx/core 0.58.0-rc.46 → 0.58.0-rc.47
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 +31 -31
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.47",
|
|
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.47",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.58.0-rc.47",
|
|
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"
|
|
@@ -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
|
+
"./generic-tag": {
|
|
159
|
+
"types": "./generic-tag/index.d.ts",
|
|
160
|
+
"default": "./fesm2022/fundamental-ngx-core-generic-tag.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
|
+
"./form": {
|
|
167
|
+
"types": "./form/index.d.ts",
|
|
168
|
+
"default": "./fesm2022/fundamental-ngx-core-form.mjs"
|
|
169
169
|
},
|
|
170
170
|
"./grid-list": {
|
|
171
171
|
"types": "./grid-list/index.d.ts",
|
|
@@ -287,10 +287,6 @@
|
|
|
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
|
-
},
|
|
294
290
|
"./product-switch": {
|
|
295
291
|
"types": "./product-switch/index.d.ts",
|
|
296
292
|
"default": "./fesm2022/fundamental-ngx-core-product-switch.mjs"
|
|
@@ -299,6 +295,10 @@
|
|
|
299
295
|
"types": "./progress-indicator/index.d.ts",
|
|
300
296
|
"default": "./fesm2022/fundamental-ngx-core-progress-indicator.mjs"
|
|
301
297
|
},
|
|
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"
|
|
@@ -359,13 +359,17 @@
|
|
|
359
359
|
"types": "./split-button/index.d.ts",
|
|
360
360
|
"default": "./fesm2022/fundamental-ngx-core-split-button.mjs"
|
|
361
361
|
},
|
|
362
|
+
"./status-indicator": {
|
|
363
|
+
"types": "./status-indicator/index.d.ts",
|
|
364
|
+
"default": "./fesm2022/fundamental-ngx-core-status-indicator.mjs"
|
|
365
|
+
},
|
|
362
366
|
"./step-input": {
|
|
363
367
|
"types": "./step-input/index.d.ts",
|
|
364
368
|
"default": "./fesm2022/fundamental-ngx-core-step-input.mjs"
|
|
365
369
|
},
|
|
366
|
-
"./
|
|
367
|
-
"types": "./
|
|
368
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
370
|
+
"./switch": {
|
|
371
|
+
"types": "./switch/index.d.ts",
|
|
372
|
+
"default": "./fesm2022/fundamental-ngx-core-switch.mjs"
|
|
369
373
|
},
|
|
370
374
|
"./table": {
|
|
371
375
|
"types": "./table/index.d.ts",
|
|
@@ -383,22 +387,22 @@
|
|
|
383
387
|
"types": "./text/index.d.ts",
|
|
384
388
|
"default": "./fesm2022/fundamental-ngx-core-text.mjs"
|
|
385
389
|
},
|
|
386
|
-
"./tile": {
|
|
387
|
-
"types": "./tile/index.d.ts",
|
|
388
|
-
"default": "./fesm2022/fundamental-ngx-core-tile.mjs"
|
|
389
|
-
},
|
|
390
390
|
"./theming": {
|
|
391
391
|
"types": "./theming/index.d.ts",
|
|
392
392
|
"default": "./fesm2022/fundamental-ngx-core-theming.mjs"
|
|
393
393
|
},
|
|
394
|
-
"./
|
|
395
|
-
"types": "./
|
|
396
|
-
"default": "./fesm2022/fundamental-ngx-core-
|
|
394
|
+
"./tile": {
|
|
395
|
+
"types": "./tile/index.d.ts",
|
|
396
|
+
"default": "./fesm2022/fundamental-ngx-core-tile.mjs"
|
|
397
397
|
},
|
|
398
398
|
"./time": {
|
|
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"
|
|
@@ -411,10 +415,6 @@
|
|
|
411
415
|
"types": "./token/index.d.ts",
|
|
412
416
|
"default": "./fesm2022/fundamental-ngx-core-token.mjs"
|
|
413
417
|
},
|
|
414
|
-
"./switch": {
|
|
415
|
-
"types": "./switch/index.d.ts",
|
|
416
|
-
"default": "./fesm2022/fundamental-ngx-core-switch.mjs"
|
|
417
|
-
},
|
|
418
418
|
"./toolbar": {
|
|
419
419
|
"types": "./toolbar/index.d.ts",
|
|
420
420
|
"default": "./fesm2022/fundamental-ngx-core-toolbar.mjs"
|