@fundamental-ngx/ui5-webcomponents 0.58.0-rc.71 → 0.58.0-rc.73
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 +35 -35
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.73",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
"types": "./index.d.ts",
|
|
44
44
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents.mjs"
|
|
45
45
|
},
|
|
46
|
-
"./avatar": {
|
|
47
|
-
"types": "./avatar/index.d.ts",
|
|
48
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
49
|
-
},
|
|
50
46
|
"./avatar-group": {
|
|
51
47
|
"types": "./avatar-group/index.d.ts",
|
|
52
48
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
53
49
|
},
|
|
54
|
-
"./
|
|
55
|
-
"types": "./
|
|
56
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
50
|
+
"./avatar": {
|
|
51
|
+
"types": "./avatar/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
57
53
|
},
|
|
58
54
|
"./breadcrumbs": {
|
|
59
55
|
"types": "./breadcrumbs/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
61
57
|
},
|
|
58
|
+
"./bar": {
|
|
59
|
+
"types": "./bar/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.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"
|
|
@@ -75,14 +75,18 @@
|
|
|
75
75
|
"types": "./button-badge/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs"
|
|
77
77
|
},
|
|
78
|
-
"./calendar
|
|
79
|
-
"types": "./calendar
|
|
80
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar
|
|
78
|
+
"./calendar": {
|
|
79
|
+
"types": "./calendar/index.d.ts",
|
|
80
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs"
|
|
81
81
|
},
|
|
82
82
|
"./calendar-date": {
|
|
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,10 +99,6 @@
|
|
|
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"
|
|
@@ -107,6 +107,10 @@
|
|
|
107
107
|
"types": "./check-box/index.d.ts",
|
|
108
108
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs"
|
|
109
109
|
},
|
|
110
|
+
"./card-header": {
|
|
111
|
+
"types": "./card-header/index.d.ts",
|
|
112
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
113
|
+
},
|
|
110
114
|
"./color-palette": {
|
|
111
115
|
"types": "./color-palette/index.d.ts",
|
|
112
116
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs"
|
|
@@ -215,10 +219,6 @@
|
|
|
215
219
|
"types": "./menu-item/index.d.ts",
|
|
216
220
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item.mjs"
|
|
217
221
|
},
|
|
218
|
-
"./calendar": {
|
|
219
|
-
"types": "./calendar/index.d.ts",
|
|
220
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs"
|
|
221
|
-
},
|
|
222
222
|
"./menu-item-group": {
|
|
223
223
|
"types": "./menu-item-group/index.d.ts",
|
|
224
224
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs"
|
|
@@ -243,6 +243,10 @@
|
|
|
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
|
+
},
|
|
246
250
|
"./option": {
|
|
247
251
|
"types": "./option/index.d.ts",
|
|
248
252
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option.mjs"
|
|
@@ -251,10 +255,6 @@
|
|
|
251
255
|
"types": "./option-custom/index.d.ts",
|
|
252
256
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-option-custom.mjs"
|
|
253
257
|
},
|
|
254
|
-
"./multi-input": {
|
|
255
|
-
"types": "./multi-input/index.d.ts",
|
|
256
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs"
|
|
257
|
-
},
|
|
258
258
|
"./panel": {
|
|
259
259
|
"types": "./panel/index.d.ts",
|
|
260
260
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-panel.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
|
-
"./progress-indicator": {
|
|
267
|
-
"types": "./progress-indicator/index.d.ts",
|
|
268
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs"
|
|
269
|
-
},
|
|
270
266
|
"./radio-button": {
|
|
271
267
|
"types": "./radio-button/index.d.ts",
|
|
272
268
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
273
269
|
},
|
|
270
|
+
"./progress-indicator": {
|
|
271
|
+
"types": "./progress-indicator/index.d.ts",
|
|
272
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.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"
|
|
@@ -379,6 +379,10 @@
|
|
|
379
379
|
"types": "./table-selection/index.d.ts",
|
|
380
380
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-selection.mjs"
|
|
381
381
|
},
|
|
382
|
+
"./table-selection-multi": {
|
|
383
|
+
"types": "./table-selection-multi/index.d.ts",
|
|
384
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs"
|
|
385
|
+
},
|
|
382
386
|
"./table-selection-single": {
|
|
383
387
|
"types": "./table-selection-single/index.d.ts",
|
|
384
388
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-single.mjs"
|
|
@@ -391,10 +395,6 @@
|
|
|
391
395
|
"types": "./tag/index.d.ts",
|
|
392
396
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs"
|
|
393
397
|
},
|
|
394
|
-
"./table-selection-multi": {
|
|
395
|
-
"types": "./table-selection-multi/index.d.ts",
|
|
396
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-selection-multi.mjs"
|
|
397
|
-
},
|
|
398
398
|
"./text": {
|
|
399
399
|
"types": "./text/index.d.ts",
|
|
400
400
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
|
|
@@ -403,10 +403,6 @@
|
|
|
403
403
|
"types": "./text-area/index.d.ts",
|
|
404
404
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
405
405
|
},
|
|
406
|
-
"./time-picker": {
|
|
407
|
-
"types": "./time-picker/index.d.ts",
|
|
408
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
409
|
-
},
|
|
410
406
|
"./theming": {
|
|
411
407
|
"types": "./theming/index.d.ts",
|
|
412
408
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|
|
@@ -415,6 +411,10 @@
|
|
|
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"
|