@fundamental-ngx/ui5-webcomponents 0.58.0-rc.83 → 0.58.0-rc.85
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 +39 -39
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.85",
|
|
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"
|
|
@@ -63,6 +63,10 @@
|
|
|
63
63
|
"types": "./breadcrumbs-item/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
65
65
|
},
|
|
66
|
+
"./button": {
|
|
67
|
+
"types": "./button/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
|
|
69
|
+
},
|
|
66
70
|
"./busy-indicator": {
|
|
67
71
|
"types": "./busy-indicator/index.d.ts",
|
|
68
72
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
|
|
@@ -75,10 +79,6 @@
|
|
|
75
79
|
"types": "./calendar/index.d.ts",
|
|
76
80
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar.mjs"
|
|
77
81
|
},
|
|
78
|
-
"./button": {
|
|
79
|
-
"types": "./button/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
|
|
81
|
-
},
|
|
82
82
|
"./calendar-date": {
|
|
83
83
|
"types": "./calendar-date/index.d.ts",
|
|
84
84
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date.mjs"
|
|
@@ -171,14 +171,14 @@
|
|
|
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"
|
|
@@ -191,22 +191,22 @@
|
|
|
191
191
|
"types": "./label/index.d.ts",
|
|
192
192
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
|
|
193
193
|
},
|
|
194
|
-
"./list": {
|
|
195
|
-
"types": "./list/index.d.ts",
|
|
196
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs"
|
|
197
|
-
},
|
|
198
194
|
"./link": {
|
|
199
195
|
"types": "./link/index.d.ts",
|
|
200
196
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
|
|
201
197
|
},
|
|
202
|
-
"./list
|
|
203
|
-
"types": "./list
|
|
204
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list
|
|
198
|
+
"./list": {
|
|
199
|
+
"types": "./list/index.d.ts",
|
|
200
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs"
|
|
205
201
|
},
|
|
206
202
|
"./list-item-custom": {
|
|
207
203
|
"types": "./list-item-custom/index.d.ts",
|
|
208
204
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs"
|
|
209
205
|
},
|
|
206
|
+
"./list-item-group": {
|
|
207
|
+
"types": "./list-item-group/index.d.ts",
|
|
208
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-group.mjs"
|
|
209
|
+
},
|
|
210
210
|
"./list-item-standard": {
|
|
211
211
|
"types": "./list-item-standard/index.d.ts",
|
|
212
212
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-standard.mjs"
|
|
@@ -243,14 +243,14 @@
|
|
|
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"
|
|
@@ -327,9 +327,9 @@
|
|
|
327
327
|
"types": "./switch/index.d.ts",
|
|
328
328
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs"
|
|
329
329
|
},
|
|
330
|
-
"./tab": {
|
|
331
|
-
"types": "./tab/index.d.ts",
|
|
332
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs"
|
|
330
|
+
"./tab-separator": {
|
|
331
|
+
"types": "./tab-separator/index.d.ts",
|
|
332
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
|
|
333
333
|
},
|
|
334
334
|
"./tab-container": {
|
|
335
335
|
"types": "./tab-container/index.d.ts",
|
|
@@ -343,10 +343,6 @@
|
|
|
343
343
|
"types": "./table-cell/index.d.ts",
|
|
344
344
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-cell.mjs"
|
|
345
345
|
},
|
|
346
|
-
"./tab-separator": {
|
|
347
|
-
"types": "./tab-separator/index.d.ts",
|
|
348
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
|
|
349
|
-
},
|
|
350
346
|
"./table-growing": {
|
|
351
347
|
"types": "./table-growing/index.d.ts",
|
|
352
348
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-growing.mjs"
|
|
@@ -391,14 +387,14 @@
|
|
|
391
387
|
"types": "./table-virtualizer/index.d.ts",
|
|
392
388
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-virtualizer.mjs"
|
|
393
389
|
},
|
|
394
|
-
"./text": {
|
|
395
|
-
"types": "./text/index.d.ts",
|
|
396
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
|
|
397
|
-
},
|
|
398
390
|
"./tag": {
|
|
399
391
|
"types": "./tag/index.d.ts",
|
|
400
392
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tag.mjs"
|
|
401
393
|
},
|
|
394
|
+
"./text": {
|
|
395
|
+
"types": "./text/index.d.ts",
|
|
396
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
|
|
397
|
+
},
|
|
402
398
|
"./text-area": {
|
|
403
399
|
"types": "./text-area/index.d.ts",
|
|
404
400
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
@@ -451,6 +447,10 @@
|
|
|
451
447
|
"types": "./toolbar-separator/index.d.ts",
|
|
452
448
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
453
449
|
},
|
|
450
|
+
"./tab": {
|
|
451
|
+
"types": "./tab/index.d.ts",
|
|
452
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.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"
|
|
@@ -467,13 +467,13 @@
|
|
|
467
467
|
"types": "./tree-item-custom/index.d.ts",
|
|
468
468
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree-item-custom.mjs"
|
|
469
469
|
},
|
|
470
|
-
"./utils": {
|
|
471
|
-
"types": "./utils/index.d.ts",
|
|
472
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs"
|
|
473
|
-
},
|
|
474
470
|
"./types": {
|
|
475
471
|
"types": "./types/index.d.ts",
|
|
476
472
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-types.mjs"
|
|
473
|
+
},
|
|
474
|
+
"./utils": {
|
|
475
|
+
"types": "./utils/index.d.ts",
|
|
476
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs"
|
|
477
477
|
}
|
|
478
478
|
},
|
|
479
479
|
"sideEffects": false
|