@fundamental-ngx/ui5-webcomponents 0.58.0-rc.72 → 0.58.0-rc.74
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.
- package/package.json +75 -75
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/ui5-webcomponents",
|
|
3
|
-
"version": "0.58.0-rc.
|
|
3
|
+
"version": "0.58.0-rc.74",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -83,6 +83,10 @@
|
|
|
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
|
+
},
|
|
86
90
|
"./calendar-legend": {
|
|
87
91
|
"types": "./calendar-legend/index.d.ts",
|
|
88
92
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
|
|
@@ -95,42 +99,38 @@
|
|
|
95
99
|
"types": "./card/index.d.ts",
|
|
96
100
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs"
|
|
97
101
|
},
|
|
98
|
-
"./card-header": {
|
|
99
|
-
"types": "./card-header/index.d.ts",
|
|
100
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
101
|
-
},
|
|
102
102
|
"./carousel": {
|
|
103
103
|
"types": "./carousel/index.d.ts",
|
|
104
104
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
|
|
105
105
|
},
|
|
106
|
+
"./card-header": {
|
|
107
|
+
"types": "./card-header/index.d.ts",
|
|
108
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
109
|
+
},
|
|
106
110
|
"./check-box": {
|
|
107
111
|
"types": "./check-box/index.d.ts",
|
|
108
112
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs"
|
|
109
113
|
},
|
|
110
|
-
"./color-palette": {
|
|
111
|
-
"types": "./color-palette/index.d.ts",
|
|
112
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs"
|
|
113
|
-
},
|
|
114
|
-
"./calendar-date-range": {
|
|
115
|
-
"types": "./calendar-date-range/index.d.ts",
|
|
116
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
|
|
117
|
-
},
|
|
118
114
|
"./color-palette-item": {
|
|
119
115
|
"types": "./color-palette-item/index.d.ts",
|
|
120
116
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-item.mjs"
|
|
121
117
|
},
|
|
118
|
+
"./color-palette": {
|
|
119
|
+
"types": "./color-palette/index.d.ts",
|
|
120
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.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
|
-
"./color-picker": {
|
|
127
|
-
"types": "./color-picker/index.d.ts",
|
|
128
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs"
|
|
129
|
-
},
|
|
130
126
|
"./combo-box": {
|
|
131
127
|
"types": "./combo-box/index.d.ts",
|
|
132
128
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
|
|
133
129
|
},
|
|
130
|
+
"./color-picker": {
|
|
131
|
+
"types": "./color-picker/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.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
|
-
"./date-time-picker": {
|
|
151
|
-
"types": "./date-time-picker/index.d.ts",
|
|
152
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
|
|
153
|
-
},
|
|
154
150
|
"./dialog": {
|
|
155
151
|
"types": "./dialog/index.d.ts",
|
|
156
152
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
|
|
157
153
|
},
|
|
154
|
+
"./date-time-picker": {
|
|
155
|
+
"types": "./date-time-picker/index.d.ts",
|
|
156
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.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
|
-
"./expandable-text": {
|
|
163
|
-
"types": "./expandable-text/index.d.ts",
|
|
164
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs"
|
|
165
|
-
},
|
|
166
162
|
"./file-uploader": {
|
|
167
163
|
"types": "./file-uploader/index.d.ts",
|
|
168
164
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs"
|
|
169
165
|
},
|
|
166
|
+
"./expandable-text": {
|
|
167
|
+
"types": "./expandable-text/index.d.ts",
|
|
168
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.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-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"
|
|
185
185
|
},
|
|
186
|
-
"./input": {
|
|
187
|
-
"types": "./input/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs"
|
|
189
|
-
},
|
|
190
186
|
"./label": {
|
|
191
187
|
"types": "./label/index.d.ts",
|
|
192
188
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
|
|
193
189
|
},
|
|
190
|
+
"./input": {
|
|
191
|
+
"types": "./input/index.d.ts",
|
|
192
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-input.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": {
|
|
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"
|
|
@@ -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-item-group": {
|
|
223
|
-
"types": "./menu-item-group/index.d.ts",
|
|
224
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs"
|
|
225
|
-
},
|
|
226
222
|
"./menu-separator": {
|
|
227
223
|
"types": "./menu-separator/index.d.ts",
|
|
228
224
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs"
|
|
229
225
|
},
|
|
226
|
+
"./menu-item-group": {
|
|
227
|
+
"types": "./menu-item-group/index.d.ts",
|
|
228
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.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": {
|
|
235
|
-
"types": "./multi-combo-box/index.d.ts",
|
|
236
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs"
|
|
237
|
-
},
|
|
238
234
|
"./multi-combo-box-item": {
|
|
239
235
|
"types": "./multi-combo-box-item/index.d.ts",
|
|
240
236
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item.mjs"
|
|
241
237
|
},
|
|
238
|
+
"./multi-combo-box": {
|
|
239
|
+
"types": "./multi-combo-box/index.d.ts",
|
|
240
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.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
|
-
"./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"
|
|
@@ -307,14 +307,14 @@
|
|
|
307
307
|
"types": "./split-button/index.d.ts",
|
|
308
308
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs"
|
|
309
309
|
},
|
|
310
|
-
"./suggestion-item": {
|
|
311
|
-
"types": "./suggestion-item/index.d.ts",
|
|
312
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs"
|
|
313
|
-
},
|
|
314
310
|
"./step-input": {
|
|
315
311
|
"types": "./step-input/index.d.ts",
|
|
316
312
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs"
|
|
317
313
|
},
|
|
314
|
+
"./suggestion-item": {
|
|
315
|
+
"types": "./suggestion-item/index.d.ts",
|
|
316
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs"
|
|
317
|
+
},
|
|
318
318
|
"./suggestion-item-custom": {
|
|
319
319
|
"types": "./suggestion-item-custom/index.d.ts",
|
|
320
320
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs"
|
|
@@ -367,14 +367,14 @@
|
|
|
367
367
|
"types": "./table-row/index.d.ts",
|
|
368
368
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs"
|
|
369
369
|
},
|
|
370
|
-
"./table-row-action-navigation": {
|
|
371
|
-
"types": "./table-row-action-navigation/index.d.ts",
|
|
372
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs"
|
|
373
|
-
},
|
|
374
370
|
"./table-row-action": {
|
|
375
371
|
"types": "./table-row-action/index.d.ts",
|
|
376
372
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"
|
|
377
373
|
},
|
|
374
|
+
"./table-row-action-navigation": {
|
|
375
|
+
"types": "./table-row-action-navigation/index.d.ts",
|
|
376
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.mjs"
|
|
377
|
+
},
|
|
378
378
|
"./table-selection": {
|
|
379
379
|
"types": "./table-selection/index.d.ts",
|
|
380
380
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.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
|
-
"./text-area": {
|
|
403
|
-
"types": "./text-area/index.d.ts",
|
|
404
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
405
|
-
},
|
|
406
402
|
"./theming": {
|
|
407
403
|
"types": "./theming/index.d.ts",
|
|
408
404
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|
|
409
405
|
},
|
|
410
|
-
"./
|
|
411
|
-
"types": "./
|
|
412
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
406
|
+
"./text-area": {
|
|
407
|
+
"types": "./text-area/index.d.ts",
|
|
408
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
413
409
|
},
|
|
414
410
|
"./title": {
|
|
415
411
|
"types": "./title/index.d.ts",
|
|
416
412
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
417
413
|
},
|
|
414
|
+
"./time-picker": {
|
|
415
|
+
"types": "./time-picker/index.d.ts",
|
|
416
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.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
|
-
"./token": {
|
|
427
|
-
"types": "./token/index.d.ts",
|
|
428
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs"
|
|
429
|
-
},
|
|
430
426
|
"./tokenizer": {
|
|
431
427
|
"types": "./tokenizer/index.d.ts",
|
|
432
428
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
|
|
433
429
|
},
|
|
434
|
-
"./
|
|
435
|
-
"types": "./
|
|
436
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
430
|
+
"./token": {
|
|
431
|
+
"types": "./token/index.d.ts",
|
|
432
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs"
|
|
437
433
|
},
|
|
438
434
|
"./toolbar-button": {
|
|
439
435
|
"types": "./toolbar-button/index.d.ts",
|
|
440
436
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
|
|
441
437
|
},
|
|
438
|
+
"./toolbar": {
|
|
439
|
+
"types": "./toolbar/index.d.ts",
|
|
440
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.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-select-option": {
|
|
447
|
-
"types": "./toolbar-select-option/index.d.ts",
|
|
448
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
|
|
449
|
-
},
|
|
450
446
|
"./toolbar-separator": {
|
|
451
447
|
"types": "./toolbar-separator/index.d.ts",
|
|
452
448
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
453
449
|
},
|
|
450
|
+
"./toolbar-select-option": {
|
|
451
|
+
"types": "./toolbar-select-option/index.d.ts",
|
|
452
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.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"
|