@fundamental-ngx/ui5-webcomponents 0.58.0-rc.101 → 0.58.0-rc.103
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 +15 -15
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.103",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,17 +43,17 @@
|
|
|
43
43
|
"types": "./index.d.ts",
|
|
44
44
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents.mjs"
|
|
45
45
|
},
|
|
46
|
-
"./
|
|
47
|
-
"types": "./
|
|
48
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
46
|
+
"./bar": {
|
|
47
|
+
"types": "./bar/index.d.ts",
|
|
48
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
49
49
|
},
|
|
50
50
|
"./avatar-group": {
|
|
51
51
|
"types": "./avatar-group/index.d.ts",
|
|
52
52
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
53
53
|
},
|
|
54
|
-
"./
|
|
55
|
-
"types": "./
|
|
56
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
54
|
+
"./avatar": {
|
|
55
|
+
"types": "./avatar/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
57
57
|
},
|
|
58
58
|
"./breadcrumbs": {
|
|
59
59
|
"types": "./breadcrumbs/index.d.ts",
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
"types": "./calendar-legend-item/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs"
|
|
97
97
|
},
|
|
98
|
-
"./card": {
|
|
99
|
-
"types": "./card/index.d.ts",
|
|
100
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs"
|
|
101
|
-
},
|
|
102
98
|
"./card-header": {
|
|
103
99
|
"types": "./card-header/index.d.ts",
|
|
104
100
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
105
101
|
},
|
|
102
|
+
"./card": {
|
|
103
|
+
"types": "./card/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs"
|
|
105
|
+
},
|
|
106
106
|
"./carousel": {
|
|
107
107
|
"types": "./carousel/index.d.ts",
|
|
108
108
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
|
|
@@ -411,14 +411,14 @@
|
|
|
411
411
|
"types": "./time-picker/index.d.ts",
|
|
412
412
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
413
413
|
},
|
|
414
|
-
"./toast": {
|
|
415
|
-
"types": "./toast/index.d.ts",
|
|
416
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
|
|
417
|
-
},
|
|
418
414
|
"./title": {
|
|
419
415
|
"types": "./title/index.d.ts",
|
|
420
416
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
421
417
|
},
|
|
418
|
+
"./toast": {
|
|
419
|
+
"types": "./toast/index.d.ts",
|
|
420
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
|
|
421
|
+
},
|
|
422
422
|
"./toggle-button": {
|
|
423
423
|
"types": "./toggle-button/index.d.ts",
|
|
424
424
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toggle-button.mjs"
|