@fundamental-ngx/ui5-webcomponents 0.58.0-rc.38 → 0.58.0-rc.39

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.38",
3
+ "version": "0.58.0-rc.39",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -43,14 +43,14 @@
43
43
  "types": "./index.d.ts",
44
44
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents.mjs"
45
45
  },
46
- "./avatar": {
47
- "types": "./avatar/index.d.ts",
48
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
49
- },
50
46
  "./bar": {
51
47
  "types": "./bar/index.d.ts",
52
48
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
53
49
  },
50
+ "./avatar": {
51
+ "types": "./avatar/index.d.ts",
52
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
53
+ },
54
54
  "./avatar-group": {
55
55
  "types": "./avatar-group/index.d.ts",
56
56
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
@@ -83,14 +83,14 @@
83
83
  "types": "./calendar-date/index.d.ts",
84
84
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs"
85
85
  },
86
- "./calendar-legend": {
87
- "types": "./calendar-legend/index.d.ts",
88
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
89
- },
90
86
  "./calendar-date-range": {
91
87
  "types": "./calendar-date-range/index.d.ts",
92
88
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
93
89
  },
90
+ "./calendar-legend": {
91
+ "types": "./calendar-legend/index.d.ts",
92
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
93
+ },
94
94
  "./calendar-legend-item": {
95
95
  "types": "./calendar-legend-item/index.d.ts",
96
96
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs"
@@ -343,6 +343,10 @@
343
343
  "types": "./table/index.d.ts",
344
344
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs"
345
345
  },
346
+ "./table-cell": {
347
+ "types": "./table-cell/index.d.ts",
348
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs"
349
+ },
346
350
  "./table-growing": {
347
351
  "types": "./table-growing/index.d.ts",
348
352
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
@@ -355,10 +359,6 @@
355
359
  "types": "./table-header-cell-action-a-i/index.d.ts",
356
360
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs"
357
361
  },
358
- "./table-cell": {
359
- "types": "./table-cell/index.d.ts",
360
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs"
361
- },
362
362
  "./table-header-row": {
363
363
  "types": "./table-header-row/index.d.ts",
364
364
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs"