@fundamental-ngx/ui5-webcomponents 0.58.0-rc.4 → 0.58.0-rc.41
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 +16 -16
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/ui5-webcomponents",
|
|
3
|
-
"version": "0.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.41",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"homepage": "https://sap.github.io/fundamental-ngx",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "https://github.com/SAP/fundamental-ngx"
|
|
10
|
+
"url": "git+https://github.com/SAP/fundamental-ngx.git"
|
|
11
11
|
},
|
|
12
12
|
"engine": {
|
|
13
13
|
"node": ">= 10"
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"@angular/forms": "ANGULAR_VER_PLACEHOLDER",
|
|
21
21
|
"@angular/platform-browser": "ANGULAR_VER_PLACEHOLDER",
|
|
22
22
|
"@angular/router": "ANGULAR_VER_PLACEHOLDER",
|
|
23
|
-
"fundamental-styles": "
|
|
24
|
-
"rxjs": "
|
|
23
|
+
"fundamental-styles": "0.40.1",
|
|
24
|
+
"rxjs": "^7.8.0"
|
|
25
25
|
},
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@sap-theming/theming-base-content": "
|
|
28
|
-
"compare-versions": "
|
|
29
|
-
"fast-deep-equal": "
|
|
30
|
-
"lodash-es": "
|
|
27
|
+
"@sap-theming/theming-base-content": "^11.31.0",
|
|
28
|
+
"compare-versions": "^6.1.0",
|
|
29
|
+
"fast-deep-equal": "3.1.3",
|
|
30
|
+
"lodash-es": "^4.17.0",
|
|
31
31
|
"tslib": "^2.0.0"
|
|
32
32
|
},
|
|
33
33
|
"ng-add": {
|
|
@@ -271,14 +271,14 @@
|
|
|
271
271
|
"types": "./radio-button/index.d.ts",
|
|
272
272
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
273
273
|
},
|
|
274
|
-
"./rating-indicator": {
|
|
275
|
-
"types": "./rating-indicator/index.d.ts",
|
|
276
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs"
|
|
277
|
-
},
|
|
278
274
|
"./range-slider": {
|
|
279
275
|
"types": "./range-slider/index.d.ts",
|
|
280
276
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
|
|
281
277
|
},
|
|
278
|
+
"./rating-indicator": {
|
|
279
|
+
"types": "./rating-indicator/index.d.ts",
|
|
280
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs"
|
|
281
|
+
},
|
|
282
282
|
"./responsive-popover": {
|
|
283
283
|
"types": "./responsive-popover/index.d.ts",
|
|
284
284
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs"
|
|
@@ -407,14 +407,14 @@
|
|
|
407
407
|
"types": "./theming/index.d.ts",
|
|
408
408
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|
|
409
409
|
},
|
|
410
|
-
"./title": {
|
|
411
|
-
"types": "./title/index.d.ts",
|
|
412
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
413
|
-
},
|
|
414
410
|
"./time-picker": {
|
|
415
411
|
"types": "./time-picker/index.d.ts",
|
|
416
412
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
417
413
|
},
|
|
414
|
+
"./title": {
|
|
415
|
+
"types": "./title/index.d.ts",
|
|
416
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
417
|
+
},
|
|
418
418
|
"./toast": {
|
|
419
419
|
"types": "./toast/index.d.ts",
|
|
420
420
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
|