@fundamental-ngx/ui5-webcomponents 0.58.0-rc.40 → 0.58.0-rc.42
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 +17 -17
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.42",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"types": "./avatar/index.d.ts",
|
|
48
48
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
49
49
|
},
|
|
50
|
-
"./bar": {
|
|
51
|
-
"types": "./bar/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
53
|
-
},
|
|
54
50
|
"./avatar-group": {
|
|
55
51
|
"types": "./avatar-group/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
57
53
|
},
|
|
54
|
+
"./bar": {
|
|
55
|
+
"types": "./bar/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
57
|
+
},
|
|
58
58
|
"./breadcrumbs": {
|
|
59
59
|
"types": "./breadcrumbs/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
@@ -307,10 +307,6 @@
|
|
|
307
307
|
"types": "./split-button/index.d.ts",
|
|
308
308
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-split-button.mjs"
|
|
309
309
|
},
|
|
310
|
-
"./step-input": {
|
|
311
|
-
"types": "./step-input/index.d.ts",
|
|
312
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs"
|
|
313
|
-
},
|
|
314
310
|
"./suggestion-item": {
|
|
315
311
|
"types": "./suggestion-item/index.d.ts",
|
|
316
312
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item.mjs"
|
|
@@ -323,6 +319,10 @@
|
|
|
323
319
|
"types": "./suggestion-item-group/index.d.ts",
|
|
324
320
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-suggestion-item-group.mjs"
|
|
325
321
|
},
|
|
322
|
+
"./step-input": {
|
|
323
|
+
"types": "./step-input/index.d.ts",
|
|
324
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-step-input.mjs"
|
|
325
|
+
},
|
|
326
326
|
"./switch": {
|
|
327
327
|
"types": "./switch/index.d.ts",
|
|
328
328
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs"
|
|
@@ -363,14 +363,14 @@
|
|
|
363
363
|
"types": "./table-header-row/index.d.ts",
|
|
364
364
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-header-row.mjs"
|
|
365
365
|
},
|
|
366
|
-
"./table-row-action": {
|
|
367
|
-
"types": "./table-row-action/index.d.ts",
|
|
368
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"
|
|
369
|
-
},
|
|
370
366
|
"./table-row": {
|
|
371
367
|
"types": "./table-row/index.d.ts",
|
|
372
368
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row.mjs"
|
|
373
369
|
},
|
|
370
|
+
"./table-row-action": {
|
|
371
|
+
"types": "./table-row-action/index.d.ts",
|
|
372
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action.mjs"
|
|
373
|
+
},
|
|
374
374
|
"./table-row-action-navigation": {
|
|
375
375
|
"types": "./table-row-action-navigation/index.d.ts",
|
|
376
376
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table-row-action-navigation.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"
|