@fundamental-ngx/ui5-webcomponents 0.58.0-rc.70 → 0.58.0-rc.72

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 +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.70",
3
+ "version": "0.58.0-rc.72",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -83,10 +83,6 @@
83
83
  "types": "./calendar-date/index.d.ts",
84
84
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs"
85
85
  },
86
- "./calendar-date-range": {
87
- "types": "./calendar-date-range/index.d.ts",
88
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
89
- },
90
86
  "./calendar-legend": {
91
87
  "types": "./calendar-legend/index.d.ts",
92
88
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
@@ -115,6 +111,10 @@
115
111
  "types": "./color-palette/index.d.ts",
116
112
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs"
117
113
  },
114
+ "./calendar-date-range": {
115
+ "types": "./calendar-date-range/index.d.ts",
116
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
117
+ },
118
118
  "./color-palette-item": {
119
119
  "types": "./color-palette-item/index.d.ts",
120
120
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs"
@@ -307,14 +307,14 @@
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
- },
314
310
  "./suggestion-item": {
315
311
  "types": "./suggestion-item/index.d.ts",
316
312
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs"
317
313
  },
314
+ "./step-input": {
315
+ "types": "./step-input/index.d.ts",
316
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs"
317
+ },
318
318
  "./suggestion-item-custom": {
319
319
  "types": "./suggestion-item-custom/index.d.ts",
320
320
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs"
@@ -367,14 +367,14 @@
367
367
  "types": "./table-row/index.d.ts",
368
368
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs"
369
369
  },
370
- "./table-row-action": {
371
- "types": "./table-row-action/index.d.ts",
372
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"
373
- },
374
370
  "./table-row-action-navigation": {
375
371
  "types": "./table-row-action-navigation/index.d.ts",
376
372
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs"
377
373
  },
374
+ "./table-row-action": {
375
+ "types": "./table-row-action/index.d.ts",
376
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"
377
+ },
378
378
  "./table-selection": {
379
379
  "types": "./table-selection/index.d.ts",
380
380
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs"