@fundamental-ngx/ui5-webcomponents 0.58.0-rc.74 → 0.58.0-rc.76
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 +66 -66
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.76",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -87,10 +87,6 @@
|
|
|
87
87
|
"types": "./calendar-date-range/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
|
|
89
89
|
},
|
|
90
|
-
"./calendar-legend": {
|
|
91
|
-
"types": "./calendar-legend/index.d.ts",
|
|
92
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
|
|
93
|
-
},
|
|
94
90
|
"./calendar-legend-item": {
|
|
95
91
|
"types": "./calendar-legend-item/index.d.ts",
|
|
96
92
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs"
|
|
@@ -99,37 +95,41 @@
|
|
|
99
95
|
"types": "./card/index.d.ts",
|
|
100
96
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs"
|
|
101
97
|
},
|
|
102
|
-
"./carousel": {
|
|
103
|
-
"types": "./carousel/index.d.ts",
|
|
104
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
|
|
105
|
-
},
|
|
106
98
|
"./card-header": {
|
|
107
99
|
"types": "./card-header/index.d.ts",
|
|
108
100
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
109
101
|
},
|
|
102
|
+
"./carousel": {
|
|
103
|
+
"types": "./carousel/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
|
|
105
|
+
},
|
|
110
106
|
"./check-box": {
|
|
111
107
|
"types": "./check-box/index.d.ts",
|
|
112
108
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs"
|
|
113
109
|
},
|
|
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
110
|
"./color-palette": {
|
|
119
111
|
"types": "./color-palette/index.d.ts",
|
|
120
112
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs"
|
|
121
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
|
+
},
|
|
122
118
|
"./color-palette-popover": {
|
|
123
119
|
"types": "./color-palette-popover/index.d.ts",
|
|
124
120
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs"
|
|
125
121
|
},
|
|
122
|
+
"./color-picker": {
|
|
123
|
+
"types": "./color-picker/index.d.ts",
|
|
124
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs"
|
|
125
|
+
},
|
|
126
126
|
"./combo-box": {
|
|
127
127
|
"types": "./combo-box/index.d.ts",
|
|
128
128
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
|
|
129
129
|
},
|
|
130
|
-
"./
|
|
131
|
-
"types": "./
|
|
132
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
130
|
+
"./calendar-legend": {
|
|
131
|
+
"types": "./calendar-legend/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
|
|
133
133
|
},
|
|
134
134
|
"./combo-box-item": {
|
|
135
135
|
"types": "./combo-box-item/index.d.ts",
|
|
@@ -151,58 +151,54 @@
|
|
|
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"
|
|
157
|
-
},
|
|
158
154
|
"./dynamic-date-range": {
|
|
159
155
|
"types": "./dynamic-date-range/index.d.ts",
|
|
160
156
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs"
|
|
161
157
|
},
|
|
162
|
-
"./file-uploader": {
|
|
163
|
-
"types": "./file-uploader/index.d.ts",
|
|
164
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs"
|
|
165
|
-
},
|
|
166
158
|
"./expandable-text": {
|
|
167
159
|
"types": "./expandable-text/index.d.ts",
|
|
168
160
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-expandable-text.mjs"
|
|
169
161
|
},
|
|
162
|
+
"./file-uploader": {
|
|
163
|
+
"types": "./file-uploader/index.d.ts",
|
|
164
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs"
|
|
165
|
+
},
|
|
170
166
|
"./form": {
|
|
171
167
|
"types": "./form/index.d.ts",
|
|
172
168
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs"
|
|
173
169
|
},
|
|
174
|
-
"./form-item": {
|
|
175
|
-
"types": "./form-item/index.d.ts",
|
|
176
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs"
|
|
177
|
-
},
|
|
178
170
|
"./form-group": {
|
|
179
171
|
"types": "./form-group/index.d.ts",
|
|
180
172
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs"
|
|
181
173
|
},
|
|
174
|
+
"./form-item": {
|
|
175
|
+
"types": "./form-item/index.d.ts",
|
|
176
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs"
|
|
177
|
+
},
|
|
182
178
|
"./icon": {
|
|
183
179
|
"types": "./icon/index.d.ts",
|
|
184
180
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs"
|
|
185
181
|
},
|
|
186
|
-
"./label": {
|
|
187
|
-
"types": "./label/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
|
|
189
|
-
},
|
|
190
182
|
"./input": {
|
|
191
183
|
"types": "./input/index.d.ts",
|
|
192
184
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs"
|
|
193
185
|
},
|
|
186
|
+
"./label": {
|
|
187
|
+
"types": "./label/index.d.ts",
|
|
188
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
|
|
189
|
+
},
|
|
194
190
|
"./link": {
|
|
195
191
|
"types": "./link/index.d.ts",
|
|
196
192
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
|
|
197
193
|
},
|
|
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
194
|
"./list": {
|
|
203
195
|
"types": "./list/index.d.ts",
|
|
204
196
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs"
|
|
205
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
|
+
},
|
|
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"
|
|
@@ -219,38 +215,38 @@
|
|
|
219
215
|
"types": "./menu-item/index.d.ts",
|
|
220
216
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs"
|
|
221
217
|
},
|
|
222
|
-
"./menu-separator": {
|
|
223
|
-
"types": "./menu-separator/index.d.ts",
|
|
224
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs"
|
|
225
|
-
},
|
|
226
218
|
"./menu-item-group": {
|
|
227
219
|
"types": "./menu-item-group/index.d.ts",
|
|
228
220
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs"
|
|
229
221
|
},
|
|
222
|
+
"./menu-separator": {
|
|
223
|
+
"types": "./menu-separator/index.d.ts",
|
|
224
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs"
|
|
225
|
+
},
|
|
230
226
|
"./message-strip": {
|
|
231
227
|
"types": "./message-strip/index.d.ts",
|
|
232
228
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs"
|
|
233
229
|
},
|
|
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
230
|
"./multi-combo-box": {
|
|
239
231
|
"types": "./multi-combo-box/index.d.ts",
|
|
240
232
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs"
|
|
241
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
|
+
},
|
|
242
238
|
"./multi-combo-box-item-group": {
|
|
243
239
|
"types": "./multi-combo-box-item-group/index.d.ts",
|
|
244
240
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs"
|
|
245
241
|
},
|
|
246
|
-
"./option": {
|
|
247
|
-
"types": "./option/index.d.ts",
|
|
248
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs"
|
|
249
|
-
},
|
|
250
242
|
"./multi-input": {
|
|
251
243
|
"types": "./multi-input/index.d.ts",
|
|
252
244
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs"
|
|
253
245
|
},
|
|
246
|
+
"./option": {
|
|
247
|
+
"types": "./option/index.d.ts",
|
|
248
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs"
|
|
249
|
+
},
|
|
254
250
|
"./option-custom": {
|
|
255
251
|
"types": "./option-custom/index.d.ts",
|
|
256
252
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs"
|
|
@@ -399,22 +395,22 @@
|
|
|
399
395
|
"types": "./text/index.d.ts",
|
|
400
396
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
|
|
401
397
|
},
|
|
402
|
-
"./theming": {
|
|
403
|
-
"types": "./theming/index.d.ts",
|
|
404
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|
|
405
|
-
},
|
|
406
398
|
"./text-area": {
|
|
407
399
|
"types": "./text-area/index.d.ts",
|
|
408
400
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
409
401
|
},
|
|
410
|
-
"./
|
|
411
|
-
"types": "./
|
|
412
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
402
|
+
"./theming": {
|
|
403
|
+
"types": "./theming/index.d.ts",
|
|
404
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|
|
413
405
|
},
|
|
414
406
|
"./time-picker": {
|
|
415
407
|
"types": "./time-picker/index.d.ts",
|
|
416
408
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
417
409
|
},
|
|
410
|
+
"./title": {
|
|
411
|
+
"types": "./title/index.d.ts",
|
|
412
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
413
|
+
},
|
|
418
414
|
"./toast": {
|
|
419
415
|
"types": "./toast/index.d.ts",
|
|
420
416
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
|
|
@@ -423,34 +419,34 @@
|
|
|
423
419
|
"types": "./toggle-button/index.d.ts",
|
|
424
420
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs"
|
|
425
421
|
},
|
|
426
|
-
"./tokenizer": {
|
|
427
|
-
"types": "./tokenizer/index.d.ts",
|
|
428
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
|
|
429
|
-
},
|
|
430
422
|
"./token": {
|
|
431
423
|
"types": "./token/index.d.ts",
|
|
432
424
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-token.mjs"
|
|
433
425
|
},
|
|
434
|
-
"./
|
|
435
|
-
"types": "./
|
|
436
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
426
|
+
"./tokenizer": {
|
|
427
|
+
"types": "./tokenizer/index.d.ts",
|
|
428
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
|
|
437
429
|
},
|
|
438
430
|
"./toolbar": {
|
|
439
431
|
"types": "./toolbar/index.d.ts",
|
|
440
432
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
|
|
441
433
|
},
|
|
434
|
+
"./toolbar-button": {
|
|
435
|
+
"types": "./toolbar-button/index.d.ts",
|
|
436
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
|
|
437
|
+
},
|
|
442
438
|
"./toolbar-select": {
|
|
443
439
|
"types": "./toolbar-select/index.d.ts",
|
|
444
440
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs"
|
|
445
441
|
},
|
|
446
|
-
"./toolbar-separator": {
|
|
447
|
-
"types": "./toolbar-separator/index.d.ts",
|
|
448
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
449
|
-
},
|
|
450
442
|
"./toolbar-select-option": {
|
|
451
443
|
"types": "./toolbar-select-option/index.d.ts",
|
|
452
444
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
|
|
453
445
|
},
|
|
446
|
+
"./toolbar-separator": {
|
|
447
|
+
"types": "./toolbar-separator/index.d.ts",
|
|
448
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
449
|
+
},
|
|
454
450
|
"./toolbar-spacer": {
|
|
455
451
|
"types": "./toolbar-spacer/index.d.ts",
|
|
456
452
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
|
|
@@ -474,6 +470,10 @@
|
|
|
474
470
|
"./utils": {
|
|
475
471
|
"types": "./utils/index.d.ts",
|
|
476
472
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs"
|
|
473
|
+
},
|
|
474
|
+
"./date-time-picker": {
|
|
475
|
+
"types": "./date-time-picker/index.d.ts",
|
|
476
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
|
|
477
477
|
}
|
|
478
478
|
},
|
|
479
479
|
"sideEffects": false
|