@fundamental-ngx/ui5-webcomponents 0.58.0-rc.43 → 0.58.0-rc.44

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 +20 -20
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.43",
3
+ "version": "0.58.0-rc.44",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -267,6 +267,10 @@
267
267
  "types": "./progress-indicator/index.d.ts",
268
268
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs"
269
269
  },
270
+ "./rating-indicator": {
271
+ "types": "./rating-indicator/index.d.ts",
272
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs"
273
+ },
270
274
  "./radio-button": {
271
275
  "types": "./radio-button/index.d.ts",
272
276
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
@@ -275,10 +279,6 @@
275
279
  "types": "./range-slider/index.d.ts",
276
280
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
277
281
  },
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"
@@ -287,26 +287,30 @@
287
287
  "types": "./segmented-button/index.d.ts",
288
288
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs"
289
289
  },
290
+ "./select": {
291
+ "types": "./select/index.d.ts",
292
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs"
293
+ },
290
294
  "./segmented-button-item": {
291
295
  "types": "./segmented-button-item/index.d.ts",
292
296
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button-item.mjs"
293
297
  },
294
- "./special-calendar-date": {
295
- "types": "./special-calendar-date/index.d.ts",
296
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs"
297
- },
298
298
  "./slider": {
299
299
  "types": "./slider/index.d.ts",
300
300
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-slider.mjs"
301
301
  },
302
- "./select": {
303
- "types": "./select/index.d.ts",
304
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs"
302
+ "./special-calendar-date": {
303
+ "types": "./special-calendar-date/index.d.ts",
304
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs"
305
305
  },
306
306
  "./split-button": {
307
307
  "types": "./split-button/index.d.ts",
308
308
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs"
309
309
  },
310
+ "./step-input": {
311
+ "types": "./step-input/index.d.ts",
312
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs"
313
+ },
310
314
  "./suggestion-item": {
311
315
  "types": "./suggestion-item/index.d.ts",
312
316
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs"
@@ -315,10 +319,6 @@
315
319
  "types": "./suggestion-item-custom/index.d.ts",
316
320
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs"
317
321
  },
318
- "./step-input": {
319
- "types": "./step-input/index.d.ts",
320
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs"
321
- },
322
322
  "./suggestion-item-group": {
323
323
  "types": "./suggestion-item-group/index.d.ts",
324
324
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs"
@@ -359,14 +359,14 @@
359
359
  "types": "./table-header-cell-action-a-i/index.d.ts",
360
360
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs"
361
361
  },
362
- "./table-header-row": {
363
- "types": "./table-header-row/index.d.ts",
364
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs"
365
- },
366
362
  "./table-row": {
367
363
  "types": "./table-row/index.d.ts",
368
364
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs"
369
365
  },
366
+ "./table-header-row": {
367
+ "types": "./table-header-row/index.d.ts",
368
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs"
369
+ },
370
370
  "./table-row-action": {
371
371
  "types": "./table-row-action/index.d.ts",
372
372
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"