@fundamental-ngx/ui5-webcomponents 0.58.0-rc.82 → 0.58.0-rc.83

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 +36 -36
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.82",
3
+ "version": "0.58.0-rc.83",
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
  "./avatar-group": {
51
47
  "types": "./avatar-group/index.d.ts",
52
48
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
53
49
  },
50
+ "./avatar": {
51
+ "types": "./avatar/index.d.ts",
52
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
53
+ },
54
54
  "./bar": {
55
55
  "types": "./bar/index.d.ts",
56
56
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
@@ -67,10 +67,6 @@
67
67
  "types": "./busy-indicator/index.d.ts",
68
68
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
69
69
  },
70
- "./button": {
71
- "types": "./button/index.d.ts",
72
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
73
- },
74
70
  "./button-badge": {
75
71
  "types": "./button-badge/index.d.ts",
76
72
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs"
@@ -79,6 +75,10 @@
79
75
  "types": "./calendar/index.d.ts",
80
76
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs"
81
77
  },
78
+ "./button": {
79
+ "types": "./button/index.d.ts",
80
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
81
+ },
82
82
  "./calendar-date": {
83
83
  "types": "./calendar-date/index.d.ts",
84
84
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs"
@@ -171,14 +171,14 @@
171
171
  "types": "./form/index.d.ts",
172
172
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs"
173
173
  },
174
- "./form-group": {
175
- "types": "./form-group/index.d.ts",
176
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs"
177
- },
178
174
  "./form-item": {
179
175
  "types": "./form-item/index.d.ts",
180
176
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs"
181
177
  },
178
+ "./form-group": {
179
+ "types": "./form-group/index.d.ts",
180
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs"
181
+ },
182
182
  "./icon": {
183
183
  "types": "./icon/index.d.ts",
184
184
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs"
@@ -191,22 +191,22 @@
191
191
  "types": "./label/index.d.ts",
192
192
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
193
193
  },
194
- "./link": {
195
- "types": "./link/index.d.ts",
196
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
197
- },
198
194
  "./list": {
199
195
  "types": "./list/index.d.ts",
200
196
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs"
201
197
  },
202
- "./list-item-custom": {
203
- "types": "./list-item-custom/index.d.ts",
204
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs"
198
+ "./link": {
199
+ "types": "./link/index.d.ts",
200
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
205
201
  },
206
202
  "./list-item-group": {
207
203
  "types": "./list-item-group/index.d.ts",
208
204
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs"
209
205
  },
206
+ "./list-item-custom": {
207
+ "types": "./list-item-custom/index.d.ts",
208
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs"
209
+ },
210
210
  "./list-item-standard": {
211
211
  "types": "./list-item-standard/index.d.ts",
212
212
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs"
@@ -243,14 +243,14 @@
243
243
  "types": "./multi-combo-box-item-group/index.d.ts",
244
244
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs"
245
245
  },
246
- "./multi-input": {
247
- "types": "./multi-input/index.d.ts",
248
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs"
249
- },
250
246
  "./option": {
251
247
  "types": "./option/index.d.ts",
252
248
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs"
253
249
  },
250
+ "./multi-input": {
251
+ "types": "./multi-input/index.d.ts",
252
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs"
253
+ },
254
254
  "./option-custom": {
255
255
  "types": "./option-custom/index.d.ts",
256
256
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs"
@@ -335,10 +335,6 @@
335
335
  "types": "./tab-container/index.d.ts",
336
336
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs"
337
337
  },
338
- "./tab-separator": {
339
- "types": "./tab-separator/index.d.ts",
340
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
341
- },
342
338
  "./table": {
343
339
  "types": "./table/index.d.ts",
344
340
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs"
@@ -347,6 +343,10 @@
347
343
  "types": "./table-cell/index.d.ts",
348
344
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs"
349
345
  },
346
+ "./tab-separator": {
347
+ "types": "./tab-separator/index.d.ts",
348
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
349
+ },
350
350
  "./table-growing": {
351
351
  "types": "./table-growing/index.d.ts",
352
352
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
@@ -391,14 +391,14 @@
391
391
  "types": "./table-virtualizer/index.d.ts",
392
392
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs"
393
393
  },
394
- "./tag": {
395
- "types": "./tag/index.d.ts",
396
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs"
397
- },
398
394
  "./text": {
399
395
  "types": "./text/index.d.ts",
400
396
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
401
397
  },
398
+ "./tag": {
399
+ "types": "./tag/index.d.ts",
400
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs"
401
+ },
402
402
  "./text-area": {
403
403
  "types": "./text-area/index.d.ts",
404
404
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
@@ -467,13 +467,13 @@
467
467
  "types": "./tree-item-custom/index.d.ts",
468
468
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs"
469
469
  },
470
- "./types": {
471
- "types": "./types/index.d.ts",
472
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs"
473
- },
474
470
  "./utils": {
475
471
  "types": "./utils/index.d.ts",
476
472
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs"
473
+ },
474
+ "./types": {
475
+ "types": "./types/index.d.ts",
476
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs"
477
477
  }
478
478
  },
479
479
  "sideEffects": false