@fundamental-ngx/ui5-webcomponents 0.58.0-rc.23 → 0.58.0-rc.25

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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.23",
3
+ "version": "0.58.0-rc.25",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -219,22 +219,18 @@
219
219
  "types": "./menu-item/index.d.ts",
220
220
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs"
221
221
  },
222
- "./menu-item-group": {
223
- "types": "./menu-item-group/index.d.ts",
224
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs"
225
- },
226
222
  "./menu-separator": {
227
223
  "types": "./menu-separator/index.d.ts",
228
224
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs"
229
225
  },
230
- "./message-strip": {
231
- "types": "./message-strip/index.d.ts",
232
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs"
233
- },
234
226
  "./multi-combo-box": {
235
227
  "types": "./multi-combo-box/index.d.ts",
236
228
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs"
237
229
  },
230
+ "./message-strip": {
231
+ "types": "./message-strip/index.d.ts",
232
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs"
233
+ },
238
234
  "./multi-combo-box-item": {
239
235
  "types": "./multi-combo-box-item/index.d.ts",
240
236
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs"
@@ -259,14 +255,14 @@
259
255
  "types": "./panel/index.d.ts",
260
256
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-panel.mjs"
261
257
  },
262
- "./popover": {
263
- "types": "./popover/index.d.ts",
264
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs"
265
- },
266
258
  "./progress-indicator": {
267
259
  "types": "./progress-indicator/index.d.ts",
268
260
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs"
269
261
  },
262
+ "./popover": {
263
+ "types": "./popover/index.d.ts",
264
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs"
265
+ },
270
266
  "./radio-button": {
271
267
  "types": "./radio-button/index.d.ts",
272
268
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
@@ -323,6 +319,10 @@
323
319
  "types": "./suggestion-item-group/index.d.ts",
324
320
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs"
325
321
  },
322
+ "./menu-item-group": {
323
+ "types": "./menu-item-group/index.d.ts",
324
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs"
325
+ },
326
326
  "./switch": {
327
327
  "types": "./switch/index.d.ts",
328
328
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs"
@@ -399,10 +399,6 @@
399
399
  "types": "./text/index.d.ts",
400
400
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
401
401
  },
402
- "./text-area": {
403
- "types": "./text-area/index.d.ts",
404
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
405
- },
406
402
  "./theming": {
407
403
  "types": "./theming/index.d.ts",
408
404
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
@@ -411,6 +407,10 @@
411
407
  "types": "./time-picker/index.d.ts",
412
408
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
413
409
  },
410
+ "./text-area": {
411
+ "types": "./text-area/index.d.ts",
412
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
413
+ },
414
414
  "./title": {
415
415
  "types": "./title/index.d.ts",
416
416
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"