@fundamental-ngx/ui5-webcomponents 0.58.0-rc.15 → 0.58.0-rc.16

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.
Files changed (1) hide show
  1. package/package.json +22 -22
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.15",
3
+ "version": "0.58.0-rc.16",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -13,21 +13,21 @@
13
13
  "node": ">= 10"
14
14
  },
15
15
  "peerDependencies": {
16
- "@angular/animations": "^20.0.0",
17
- "@angular/cdk": "^20.0.0",
18
- "@angular/common": "^20.0.0",
19
- "@angular/core": "^20.0.0",
20
- "@angular/forms": "^20.0.0",
21
- "@angular/platform-browser": "^20.0.0",
22
- "@angular/router": "^20.0.0",
23
- "fundamental-styles": "0.40.1",
24
- "rxjs": "^7.8.0"
16
+ "@angular/animations": "ANGULAR_VER_PLACEHOLDER",
17
+ "@angular/cdk": "ANGULAR_VER_PLACEHOLDER",
18
+ "@angular/common": "ANGULAR_VER_PLACEHOLDER",
19
+ "@angular/core": "ANGULAR_VER_PLACEHOLDER",
20
+ "@angular/forms": "ANGULAR_VER_PLACEHOLDER",
21
+ "@angular/platform-browser": "ANGULAR_VER_PLACEHOLDER",
22
+ "@angular/router": "ANGULAR_VER_PLACEHOLDER",
23
+ "fundamental-styles": "FDSTYLES_VER_PLACEHOLDER",
24
+ "rxjs": "RXJS_VER_PLACEHOLDER"
25
25
  },
26
26
  "dependencies": {
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",
27
+ "@sap-theming/theming-base-content": "THEMING_VER_PLACEHOLDER",
28
+ "compare-versions": "COMPARE_VERSIONS_VER_PLACEHOLDER",
29
+ "fast-deep-equal": "FAST_DEEP_EQUAL_VER_PLACEHOLDER",
30
+ "lodash-es": "LODASH_ES_VER_PLACEHOLDER",
31
31
  "tslib": "^2.0.0"
32
32
  },
33
33
  "ng-add": {
@@ -111,14 +111,14 @@
111
111
  "types": "./check-box/index.d.ts",
112
112
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs"
113
113
  },
114
- "./color-palette-item": {
115
- "types": "./color-palette-item/index.d.ts",
116
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs"
117
- },
118
114
  "./color-palette": {
119
115
  "types": "./color-palette/index.d.ts",
120
116
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs"
121
117
  },
118
+ "./color-palette-item": {
119
+ "types": "./color-palette-item/index.d.ts",
120
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs"
121
+ },
122
122
  "./color-palette-popover": {
123
123
  "types": "./color-palette-popover/index.d.ts",
124
124
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs"
@@ -131,6 +131,10 @@
131
131
  "types": "./combo-box/index.d.ts",
132
132
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
133
133
  },
134
+ "./combo-box-item": {
135
+ "types": "./combo-box-item/index.d.ts",
136
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
137
+ },
134
138
  "./combo-box-item-group": {
135
139
  "types": "./combo-box-item-group/index.d.ts",
136
140
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs"
@@ -139,10 +143,6 @@
139
143
  "types": "./date-picker/index.d.ts",
140
144
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs"
141
145
  },
142
- "./combo-box-item": {
143
- "types": "./combo-box-item/index.d.ts",
144
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
145
- },
146
146
  "./date-range-picker": {
147
147
  "types": "./date-range-picker/index.d.ts",
148
148
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs"