@fundamental-ngx/ui5-webcomponents 0.58.0-rc.51 → 0.58.0-rc.52
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 +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.
|
|
3
|
+
"version": "0.58.0-rc.52",
|
|
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-group": {
|
|
47
|
-
"types": "./avatar-group/index.d.ts",
|
|
48
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
49
|
-
},
|
|
50
46
|
"./avatar": {
|
|
51
47
|
"types": "./avatar/index.d.ts",
|
|
52
48
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
53
49
|
},
|
|
50
|
+
"./avatar-group": {
|
|
51
|
+
"types": "./avatar-group/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
53
|
+
},
|
|
54
54
|
"./bar": {
|
|
55
55
|
"types": "./bar/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
@@ -59,10 +59,6 @@
|
|
|
59
59
|
"types": "./breadcrumbs/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./breadcrumbs-item": {
|
|
63
|
-
"types": "./breadcrumbs-item/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
65
|
-
},
|
|
66
62
|
"./busy-indicator": {
|
|
67
63
|
"types": "./busy-indicator/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
|
|
@@ -71,18 +67,18 @@
|
|
|
71
67
|
"types": "./button/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
|
|
73
69
|
},
|
|
74
|
-
"./
|
|
75
|
-
"types": "./
|
|
76
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
77
|
-
},
|
|
78
|
-
"./calendar-date": {
|
|
79
|
-
"types": "./calendar-date/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs"
|
|
70
|
+
"./breadcrumbs-item": {
|
|
71
|
+
"types": "./breadcrumbs-item/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
81
73
|
},
|
|
82
74
|
"./calendar": {
|
|
83
75
|
"types": "./calendar/index.d.ts",
|
|
84
76
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs"
|
|
85
77
|
},
|
|
78
|
+
"./button-badge": {
|
|
79
|
+
"types": "./button-badge/index.d.ts",
|
|
80
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs"
|
|
81
|
+
},
|
|
86
82
|
"./calendar-date-range": {
|
|
87
83
|
"types": "./calendar-date-range/index.d.ts",
|
|
88
84
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
|
|
@@ -91,6 +87,10 @@
|
|
|
91
87
|
"types": "./calendar-legend/index.d.ts",
|
|
92
88
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
|
|
93
89
|
},
|
|
90
|
+
"./calendar-date": {
|
|
91
|
+
"types": "./calendar-date/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs"
|
|
93
|
+
},
|
|
94
94
|
"./calendar-legend-item": {
|
|
95
95
|
"types": "./calendar-legend-item/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs"
|
|
@@ -191,14 +191,14 @@
|
|
|
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
|
},
|
|
198
|
+
"./link": {
|
|
199
|
+
"types": "./link/index.d.ts",
|
|
200
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
|
|
201
|
+
},
|
|
202
202
|
"./list-item-custom": {
|
|
203
203
|
"types": "./list-item-custom/index.d.ts",
|
|
204
204
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs"
|
|
@@ -263,14 +263,14 @@
|
|
|
263
263
|
"types": "./popover/index.d.ts",
|
|
264
264
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs"
|
|
265
265
|
},
|
|
266
|
-
"./radio-button": {
|
|
267
|
-
"types": "./radio-button/index.d.ts",
|
|
268
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
269
|
-
},
|
|
270
266
|
"./progress-indicator": {
|
|
271
267
|
"types": "./progress-indicator/index.d.ts",
|
|
272
268
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs"
|
|
273
269
|
},
|
|
270
|
+
"./radio-button": {
|
|
271
|
+
"types": "./radio-button/index.d.ts",
|
|
272
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
273
|
+
},
|
|
274
274
|
"./range-slider": {
|
|
275
275
|
"types": "./range-slider/index.d.ts",
|
|
276
276
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
|
|
@@ -319,14 +319,14 @@
|
|
|
319
319
|
"types": "./suggestion-item-custom/index.d.ts",
|
|
320
320
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-custom.mjs"
|
|
321
321
|
},
|
|
322
|
-
"./switch": {
|
|
323
|
-
"types": "./switch/index.d.ts",
|
|
324
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs"
|
|
325
|
-
},
|
|
326
322
|
"./suggestion-item-group": {
|
|
327
323
|
"types": "./suggestion-item-group/index.d.ts",
|
|
328
324
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs"
|
|
329
325
|
},
|
|
326
|
+
"./switch": {
|
|
327
|
+
"types": "./switch/index.d.ts",
|
|
328
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs"
|
|
329
|
+
},
|
|
330
330
|
"./tab": {
|
|
331
331
|
"types": "./tab/index.d.ts",
|
|
332
332
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs"
|
|
@@ -351,6 +351,10 @@
|
|
|
351
351
|
"types": "./table-growing/index.d.ts",
|
|
352
352
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
|
|
353
353
|
},
|
|
354
|
+
"./table-header-cell": {
|
|
355
|
+
"types": "./table-header-cell/index.d.ts",
|
|
356
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs"
|
|
357
|
+
},
|
|
354
358
|
"./table-header-cell-action-a-i": {
|
|
355
359
|
"types": "./table-header-cell-action-a-i/index.d.ts",
|
|
356
360
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell-action-a-i.mjs"
|
|
@@ -363,10 +367,6 @@
|
|
|
363
367
|
"types": "./table-row/index.d.ts",
|
|
364
368
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs"
|
|
365
369
|
},
|
|
366
|
-
"./table-header-cell": {
|
|
367
|
-
"types": "./table-header-cell/index.d.ts",
|
|
368
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-cell.mjs"
|
|
369
|
-
},
|
|
370
370
|
"./table-row-action": {
|
|
371
371
|
"types": "./table-row-action/index.d.ts",
|
|
372
372
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"
|
|
@@ -443,10 +443,6 @@
|
|
|
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"
|
|
@@ -455,6 +451,10 @@
|
|
|
455
451
|
"types": "./toolbar-spacer/index.d.ts",
|
|
456
452
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
|
|
457
453
|
},
|
|
454
|
+
"./toolbar-select-option": {
|
|
455
|
+
"types": "./toolbar-select-option/index.d.ts",
|
|
456
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
|
|
457
|
+
},
|
|
458
458
|
"./tree": {
|
|
459
459
|
"types": "./tree/index.d.ts",
|
|
460
460
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs"
|