@fundamental-ngx/core 0.48.0-rc.39 → 0.48.0-rc.40
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.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/core",
|
|
3
|
-
"version": "0.48.0-rc.
|
|
3
|
+
"version": "0.48.0-rc.40",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"ng-update": {
|
|
6
6
|
"migrations": "./schematics/migrations.json"
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"@angular/forms": "^17.0.0",
|
|
24
24
|
"@angular/platform-browser": "^17.0.0",
|
|
25
25
|
"@angular/router": "^17.0.0",
|
|
26
|
-
"@fundamental-ngx/cdk": "0.48.0-rc.
|
|
27
|
-
"@fundamental-ngx/i18n": "0.48.0-rc.
|
|
26
|
+
"@fundamental-ngx/cdk": "0.48.0-rc.40",
|
|
27
|
+
"@fundamental-ngx/i18n": "0.48.0-rc.40",
|
|
28
28
|
"@sap-theming/theming-base-content": "^11.9.0",
|
|
29
29
|
"fundamental-styles": "0.33.1",
|
|
30
30
|
"rxjs": "^7.8.0"
|
|
@@ -247,6 +247,12 @@
|
|
|
247
247
|
"esm": "./esm2022/illustrated-message/fundamental-ngx-core-illustrated-message.mjs",
|
|
248
248
|
"default": "./fesm2022/fundamental-ngx-core-illustrated-message.mjs"
|
|
249
249
|
},
|
|
250
|
+
"./infinite-scroll": {
|
|
251
|
+
"types": "./infinite-scroll/index.d.ts",
|
|
252
|
+
"esm2022": "./esm2022/infinite-scroll/fundamental-ngx-core-infinite-scroll.mjs",
|
|
253
|
+
"esm": "./esm2022/infinite-scroll/fundamental-ngx-core-infinite-scroll.mjs",
|
|
254
|
+
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
255
|
+
},
|
|
250
256
|
"./info-label": {
|
|
251
257
|
"types": "./info-label/index.d.ts",
|
|
252
258
|
"esm2022": "./esm2022/info-label/fundamental-ngx-core-info-label.mjs",
|
|
@@ -259,12 +265,6 @@
|
|
|
259
265
|
"esm": "./esm2022/inline-help/fundamental-ngx-core-inline-help.mjs",
|
|
260
266
|
"default": "./fesm2022/fundamental-ngx-core-inline-help.mjs"
|
|
261
267
|
},
|
|
262
|
-
"./infinite-scroll": {
|
|
263
|
-
"types": "./infinite-scroll/index.d.ts",
|
|
264
|
-
"esm2022": "./esm2022/infinite-scroll/fundamental-ngx-core-infinite-scroll.mjs",
|
|
265
|
-
"esm": "./esm2022/infinite-scroll/fundamental-ngx-core-infinite-scroll.mjs",
|
|
266
|
-
"default": "./fesm2022/fundamental-ngx-core-infinite-scroll.mjs"
|
|
267
|
-
},
|
|
268
268
|
"./input-group": {
|
|
269
269
|
"types": "./input-group/index.d.ts",
|
|
270
270
|
"esm2022": "./esm2022/input-group/fundamental-ngx-core-input-group.mjs",
|
|
@@ -9,8 +9,8 @@ const package_utils_1 = require("../utils/package-utils");
|
|
|
9
9
|
const desiredVersions = {
|
|
10
10
|
'fundamental-styles': process.env.FD_ENV_FDSTYLES_VER_PLACEHOLDER || '0.33.1',
|
|
11
11
|
'@sap-theming/theming-base-content': process.env.FD_ENV_THEMING_VER_PLACEHOLDER || '^11.9.0',
|
|
12
|
-
'@fundamental-ngx/i18n': process.env.FD_ENV_VERSION_PLACEHOLDER || '0.48.0-rc.
|
|
13
|
-
'@fundamental-ngx/cdk': process.env.FD_ENV_VERSION_PLACEHOLDER || '0.48.0-rc.
|
|
12
|
+
'@fundamental-ngx/i18n': process.env.FD_ENV_VERSION_PLACEHOLDER || '0.48.0-rc.40',
|
|
13
|
+
'@fundamental-ngx/cdk': process.env.FD_ENV_VERSION_PLACEHOLDER || '0.48.0-rc.40'
|
|
14
14
|
};
|
|
15
15
|
/**
|
|
16
16
|
* Adds dependencies to the project
|
|
Binary file
|