@fundamental-ngx/ui5-webcomponents 0.58.0-rc.61 → 0.58.0-rc.63
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 +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/ui5-webcomponents",
|
|
3
|
-
"version": "0.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.63",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -203,14 +203,14 @@
|
|
|
203
203
|
"types": "./list-item-custom/index.d.ts",
|
|
204
204
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs"
|
|
205
205
|
},
|
|
206
|
-
"./list-item-standard": {
|
|
207
|
-
"types": "./list-item-standard/index.d.ts",
|
|
208
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs"
|
|
209
|
-
},
|
|
210
206
|
"./list-item-group": {
|
|
211
207
|
"types": "./list-item-group/index.d.ts",
|
|
212
208
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs"
|
|
213
209
|
},
|
|
210
|
+
"./list-item-standard": {
|
|
211
|
+
"types": "./list-item-standard/index.d.ts",
|
|
212
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs"
|
|
213
|
+
},
|
|
214
214
|
"./menu": {
|
|
215
215
|
"types": "./menu/index.d.ts",
|
|
216
216
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu.mjs"
|
|
@@ -263,14 +263,14 @@
|
|
|
263
263
|
"types": "./popover/index.d.ts",
|
|
264
264
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs"
|
|
265
265
|
},
|
|
266
|
-
"./radio-button": {
|
|
267
|
-
"types": "./radio-button/index.d.ts",
|
|
268
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
269
|
-
},
|
|
270
266
|
"./progress-indicator": {
|
|
271
267
|
"types": "./progress-indicator/index.d.ts",
|
|
272
268
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs"
|
|
273
269
|
},
|
|
270
|
+
"./radio-button": {
|
|
271
|
+
"types": "./radio-button/index.d.ts",
|
|
272
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
273
|
+
},
|
|
274
274
|
"./range-slider": {
|
|
275
275
|
"types": "./range-slider/index.d.ts",
|
|
276
276
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
|