@fundamental-ngx/ui5-webcomponents 0.58.0-rc.74 → 0.58.0-rc.75

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 +63 -63
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fundamental-ngx/ui5-webcomponents",
3
- "version": "0.58.0-rc.74",
3
+ "version": "0.58.0-rc.75",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "description": "Fundamental Library for Angular - UI5 Webcomponents Base",
6
6
  "license": "Apache-2.0",
@@ -99,38 +99,38 @@
99
99
  "types": "./card/index.d.ts",
100
100
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs"
101
101
  },
102
- "./carousel": {
103
- "types": "./carousel/index.d.ts",
104
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
105
- },
106
102
  "./card-header": {
107
103
  "types": "./card-header/index.d.ts",
108
104
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
109
105
  },
106
+ "./carousel": {
107
+ "types": "./carousel/index.d.ts",
108
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
109
+ },
110
110
  "./check-box": {
111
111
  "types": "./check-box/index.d.ts",
112
112
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs"
113
113
  },
114
- "./color-palette-item": {
115
- "types": "./color-palette-item/index.d.ts",
116
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs"
117
- },
118
114
  "./color-palette": {
119
115
  "types": "./color-palette/index.d.ts",
120
116
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs"
121
117
  },
118
+ "./color-palette-item": {
119
+ "types": "./color-palette-item/index.d.ts",
120
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs"
121
+ },
122
122
  "./color-palette-popover": {
123
123
  "types": "./color-palette-popover/index.d.ts",
124
124
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs"
125
125
  },
126
- "./combo-box": {
127
- "types": "./combo-box/index.d.ts",
128
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
129
- },
130
126
  "./color-picker": {
131
127
  "types": "./color-picker/index.d.ts",
132
128
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs"
133
129
  },
130
+ "./combo-box": {
131
+ "types": "./combo-box/index.d.ts",
132
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
133
+ },
134
134
  "./combo-box-item": {
135
135
  "types": "./combo-box-item/index.d.ts",
136
136
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
@@ -147,62 +147,62 @@
147
147
  "types": "./date-range-picker/index.d.ts",
148
148
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs"
149
149
  },
150
- "./dialog": {
151
- "types": "./dialog/index.d.ts",
152
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
153
- },
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"
161
161
  },
162
- "./file-uploader": {
163
- "types": "./file-uploader/index.d.ts",
164
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs"
165
- },
166
162
  "./expandable-text": {
167
163
  "types": "./expandable-text/index.d.ts",
168
164
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs"
169
165
  },
166
+ "./file-uploader": {
167
+ "types": "./file-uploader/index.d.ts",
168
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs"
169
+ },
170
170
  "./form": {
171
171
  "types": "./form/index.d.ts",
172
172
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs"
173
173
  },
174
- "./form-item": {
175
- "types": "./form-item/index.d.ts",
176
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs"
177
- },
178
174
  "./form-group": {
179
175
  "types": "./form-group/index.d.ts",
180
176
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs"
181
177
  },
178
+ "./form-item": {
179
+ "types": "./form-item/index.d.ts",
180
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs"
181
+ },
182
182
  "./icon": {
183
183
  "types": "./icon/index.d.ts",
184
184
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs"
185
185
  },
186
- "./label": {
187
- "types": "./label/index.d.ts",
188
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
189
- },
190
186
  "./input": {
191
187
  "types": "./input/index.d.ts",
192
188
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs"
193
189
  },
190
+ "./label": {
191
+ "types": "./label/index.d.ts",
192
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
193
+ },
194
194
  "./link": {
195
195
  "types": "./link/index.d.ts",
196
196
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
197
197
  },
198
- "./list-item-custom": {
199
- "types": "./list-item-custom/index.d.ts",
200
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs"
201
- },
202
198
  "./list": {
203
199
  "types": "./list/index.d.ts",
204
200
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs"
205
201
  },
202
+ "./list-item-custom": {
203
+ "types": "./list-item-custom/index.d.ts",
204
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.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"
@@ -219,38 +219,38 @@
219
219
  "types": "./menu-item/index.d.ts",
220
220
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs"
221
221
  },
222
- "./menu-separator": {
223
- "types": "./menu-separator/index.d.ts",
224
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs"
225
- },
226
222
  "./menu-item-group": {
227
223
  "types": "./menu-item-group/index.d.ts",
228
224
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs"
229
225
  },
226
+ "./menu-separator": {
227
+ "types": "./menu-separator/index.d.ts",
228
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs"
229
+ },
230
230
  "./message-strip": {
231
231
  "types": "./message-strip/index.d.ts",
232
232
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs"
233
233
  },
234
- "./multi-combo-box-item": {
235
- "types": "./multi-combo-box-item/index.d.ts",
236
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs"
237
- },
238
234
  "./multi-combo-box": {
239
235
  "types": "./multi-combo-box/index.d.ts",
240
236
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs"
241
237
  },
238
+ "./multi-combo-box-item": {
239
+ "types": "./multi-combo-box-item/index.d.ts",
240
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs"
241
+ },
242
242
  "./multi-combo-box-item-group": {
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
- "./option": {
247
- "types": "./option/index.d.ts",
248
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs"
249
- },
250
246
  "./multi-input": {
251
247
  "types": "./multi-input/index.d.ts",
252
248
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs"
253
249
  },
250
+ "./option": {
251
+ "types": "./option/index.d.ts",
252
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option.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"
@@ -399,22 +399,22 @@
399
399
  "types": "./text/index.d.ts",
400
400
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
401
401
  },
402
- "./theming": {
403
- "types": "./theming/index.d.ts",
404
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
405
- },
406
402
  "./text-area": {
407
403
  "types": "./text-area/index.d.ts",
408
404
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
409
405
  },
410
- "./title": {
411
- "types": "./title/index.d.ts",
412
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
406
+ "./theming": {
407
+ "types": "./theming/index.d.ts",
408
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
413
409
  },
414
410
  "./time-picker": {
415
411
  "types": "./time-picker/index.d.ts",
416
412
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
417
413
  },
414
+ "./title": {
415
+ "types": "./title/index.d.ts",
416
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
417
+ },
418
418
  "./toast": {
419
419
  "types": "./toast/index.d.ts",
420
420
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
@@ -423,34 +423,34 @@
423
423
  "types": "./toggle-button/index.d.ts",
424
424
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs"
425
425
  },
426
- "./tokenizer": {
427
- "types": "./tokenizer/index.d.ts",
428
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
429
- },
430
426
  "./token": {
431
427
  "types": "./token/index.d.ts",
432
428
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs"
433
429
  },
434
- "./toolbar-button": {
435
- "types": "./toolbar-button/index.d.ts",
436
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
430
+ "./tokenizer": {
431
+ "types": "./tokenizer/index.d.ts",
432
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
437
433
  },
438
434
  "./toolbar": {
439
435
  "types": "./toolbar/index.d.ts",
440
436
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
441
437
  },
438
+ "./toolbar-button": {
439
+ "types": "./toolbar-button/index.d.ts",
440
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
441
+ },
442
442
  "./toolbar-select": {
443
443
  "types": "./toolbar-select/index.d.ts",
444
444
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs"
445
445
  },
446
- "./toolbar-separator": {
447
- "types": "./toolbar-separator/index.d.ts",
448
- "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
449
- },
450
446
  "./toolbar-select-option": {
451
447
  "types": "./toolbar-select-option/index.d.ts",
452
448
  "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
453
449
  },
450
+ "./toolbar-separator": {
451
+ "types": "./toolbar-separator/index.d.ts",
452
+ "default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.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"