@fundamental-ngx/ui5-webcomponents 0.58.0-rc.35 → 0.58.0-rc.37
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 +9 -9
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.37",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,10 +43,6 @@
|
|
|
43
43
|
"types": "./index.d.ts",
|
|
44
44
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents.mjs"
|
|
45
45
|
},
|
|
46
|
-
"./bar": {
|
|
47
|
-
"types": "./bar/index.d.ts",
|
|
48
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.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"
|
|
@@ -55,6 +51,10 @@
|
|
|
55
51
|
"types": "./avatar/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.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"
|
|
@@ -451,14 +451,14 @@
|
|
|
451
451
|
"types": "./toolbar-separator/index.d.ts",
|
|
452
452
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
453
453
|
},
|
|
454
|
-
"./toolbar-spacer": {
|
|
455
|
-
"types": "./toolbar-spacer/index.d.ts",
|
|
456
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
|
|
457
|
-
},
|
|
458
454
|
"./tree": {
|
|
459
455
|
"types": "./tree/index.d.ts",
|
|
460
456
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree.mjs"
|
|
461
457
|
},
|
|
458
|
+
"./toolbar-spacer": {
|
|
459
|
+
"types": "./toolbar-spacer/index.d.ts",
|
|
460
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
|
|
461
|
+
},
|
|
462
462
|
"./tree-item": {
|
|
463
463
|
"types": "./tree-item/index.d.ts",
|
|
464
464
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tree-item.mjs"
|