@fundamental-ngx/ui5-webcomponents 0.58.0-rc.78 → 0.58.0-rc.79

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 +44 -44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.78",
3
+ "version": "0.58.0-rc.79",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -47,6 +47,10 @@
47
47
  "types": "./avatar-group/index.d.ts",
48
48
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
49
49
  },
50
+ "./avatar": {
51
+ "types": "./avatar/index.d.ts",
52
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
53
+ },
50
54
  "./bar": {
51
55
  "types": "./bar/index.d.ts",
52
56
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.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"
@@ -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"
@@ -103,6 +99,10 @@
103
99
  "types": "./card-header/index.d.ts",
104
100
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
105
101
  },
102
+ "./calendar-date-range": {
103
+ "types": "./calendar-date-range/index.d.ts",
104
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
105
+ },
106
106
  "./carousel": {
107
107
  "types": "./carousel/index.d.ts",
108
108
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
@@ -119,14 +119,14 @@
119
119
  "types": "./color-palette-item/index.d.ts",
120
120
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs"
121
121
  },
122
- "./color-palette-popover": {
123
- "types": "./color-palette-popover/index.d.ts",
124
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs"
125
- },
126
122
  "./color-picker": {
127
123
  "types": "./color-picker/index.d.ts",
128
124
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs"
129
125
  },
126
+ "./color-palette-popover": {
127
+ "types": "./color-palette-popover/index.d.ts",
128
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs"
129
+ },
130
130
  "./combo-box": {
131
131
  "types": "./combo-box/index.d.ts",
132
132
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
@@ -135,10 +135,6 @@
135
135
  "types": "./combo-box-item/index.d.ts",
136
136
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
137
137
  },
138
- "./date-picker": {
139
- "types": "./date-picker/index.d.ts",
140
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs"
141
- },
142
138
  "./combo-box-item-group": {
143
139
  "types": "./combo-box-item-group/index.d.ts",
144
140
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs"
@@ -147,14 +143,18 @@
147
143
  "types": "./date-range-picker/index.d.ts",
148
144
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs"
149
145
  },
150
- "./dialog": {
151
- "types": "./dialog/index.d.ts",
152
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
146
+ "./date-picker": {
147
+ "types": "./date-picker/index.d.ts",
148
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-picker.mjs"
153
149
  },
154
150
  "./date-time-picker": {
155
151
  "types": "./date-time-picker/index.d.ts",
156
152
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
157
153
  },
154
+ "./dialog": {
155
+ "types": "./dialog/index.d.ts",
156
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
157
+ },
158
158
  "./dynamic-date-range": {
159
159
  "types": "./dynamic-date-range/index.d.ts",
160
160
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs"
@@ -195,14 +195,14 @@
195
195
  "types": "./link/index.d.ts",
196
196
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
197
197
  },
198
- "./list": {
199
- "types": "./list/index.d.ts",
200
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs"
201
- },
202
198
  "./list-item-custom": {
203
199
  "types": "./list-item-custom/index.d.ts",
204
200
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs"
205
201
  },
202
+ "./list": {
203
+ "types": "./list/index.d.ts",
204
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs"
205
+ },
206
206
  "./list-item-group": {
207
207
  "types": "./list-item-group/index.d.ts",
208
208
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs"
@@ -271,10 +271,6 @@
271
271
  "types": "./radio-button/index.d.ts",
272
272
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
273
273
  },
274
- "./range-slider": {
275
- "types": "./range-slider/index.d.ts",
276
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
277
- },
278
274
  "./rating-indicator": {
279
275
  "types": "./rating-indicator/index.d.ts",
280
276
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs"
@@ -295,18 +291,22 @@
295
291
  "types": "./select/index.d.ts",
296
292
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-select.mjs"
297
293
  },
294
+ "./range-slider": {
295
+ "types": "./range-slider/index.d.ts",
296
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.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
- "./split-button": {
303
- "types": "./split-button/index.d.ts",
304
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs"
305
- },
306
302
  "./special-calendar-date": {
307
303
  "types": "./special-calendar-date/index.d.ts",
308
304
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-special-calendar-date.mjs"
309
305
  },
306
+ "./split-button": {
307
+ "types": "./split-button/index.d.ts",
308
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs"
309
+ },
310
310
  "./step-input": {
311
311
  "types": "./step-input/index.d.ts",
312
312
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.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
- "./text": {
395
- "types": "./text/index.d.ts",
396
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
397
- },
398
394
  "./tag": {
399
395
  "types": "./tag/index.d.ts",
400
396
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs"
401
397
  },
398
+ "./text": {
399
+ "types": "./text/index.d.ts",
400
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.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"
@@ -431,10 +431,6 @@
431
431
  "types": "./tokenizer/index.d.ts",
432
432
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
433
433
  },
434
- "./toolbar": {
435
- "types": "./toolbar/index.d.ts",
436
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
437
- },
438
434
  "./toolbar-button": {
439
435
  "types": "./toolbar-button/index.d.ts",
440
436
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
@@ -451,14 +447,14 @@
451
447
  "types": "./toolbar-separator/index.d.ts",
452
448
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
453
449
  },
450
+ "./toolbar": {
451
+ "types": "./toolbar/index.d.ts",
452
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
453
+ },
454
454
  "./toolbar-spacer": {
455
455
  "types": "./toolbar-spacer/index.d.ts",
456
456
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
457
457
  },
458
- "./tree": {
459
- "types": "./tree/index.d.ts",
460
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs"
461
- },
462
458
  "./tree-item": {
463
459
  "types": "./tree-item/index.d.ts",
464
460
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs"
@@ -467,6 +463,10 @@
467
463
  "types": "./tree-item-custom/index.d.ts",
468
464
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs"
469
465
  },
466
+ "./tree": {
467
+ "types": "./tree/index.d.ts",
468
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs"
469
+ },
470
470
  "./types": {
471
471
  "types": "./types/index.d.ts",
472
472
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs"