@fundamental-ngx/ui5-webcomponents 0.58.0-rc.113 → 0.58.0-rc.115

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.113",
3
+ "version": "0.58.0-rc.115",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -43,6 +43,10 @@
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
+ },
46
50
  "./avatar-group": {
47
51
  "types": "./avatar-group/index.d.ts",
48
52
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
@@ -55,10 +59,6 @@
55
59
  "types": "./breadcrumbs/index.d.ts",
56
60
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
57
61
  },
58
- "./avatar": {
59
- "types": "./avatar/index.d.ts",
60
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
61
- },
62
62
  "./breadcrumbs-item": {
63
63
  "types": "./breadcrumbs-item/index.d.ts",
64
64
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
@@ -131,10 +131,6 @@
131
131
  "types": "./combo-box/index.d.ts",
132
132
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
133
133
  },
134
- "./combo-box-item": {
135
- "types": "./combo-box-item/index.d.ts",
136
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
137
- },
138
134
  "./combo-box-item-group": {
139
135
  "types": "./combo-box-item-group/index.d.ts",
140
136
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs"
@@ -147,13 +143,17 @@
147
143
  "types": "./date-range-picker/index.d.ts",
148
144
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs"
149
145
  },
146
+ "./date-time-picker": {
147
+ "types": "./date-time-picker/index.d.ts",
148
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
149
+ },
150
150
  "./dialog": {
151
151
  "types": "./dialog/index.d.ts",
152
152
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
153
153
  },
154
- "./date-time-picker": {
155
- "types": "./date-time-picker/index.d.ts",
156
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
154
+ "./combo-box-item": {
155
+ "types": "./combo-box-item/index.d.ts",
156
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
157
157
  },
158
158
  "./dynamic-date-range": {
159
159
  "types": "./dynamic-date-range/index.d.ts",
@@ -331,14 +331,14 @@
331
331
  "types": "./tab/index.d.ts",
332
332
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs"
333
333
  },
334
- "./tab-container": {
335
- "types": "./tab-container/index.d.ts",
336
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs"
337
- },
338
334
  "./tab-separator": {
339
335
  "types": "./tab-separator/index.d.ts",
340
336
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
341
337
  },
338
+ "./tab-container": {
339
+ "types": "./tab-container/index.d.ts",
340
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs"
341
+ },
342
342
  "./table": {
343
343
  "types": "./table/index.d.ts",
344
344
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs"