@fundamental-ngx/ui5-webcomponents 0.58.0-rc.62 → 0.58.0-rc.64
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 +13 -13
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.64",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -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-header": {
|
|
99
|
-
"types": "./card-header/index.d.ts",
|
|
100
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
101
|
-
},
|
|
102
98
|
"./card": {
|
|
103
99
|
"types": "./card/index.d.ts",
|
|
104
100
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs"
|
|
105
101
|
},
|
|
102
|
+
"./card-header": {
|
|
103
|
+
"types": "./card-header/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
105
|
+
},
|
|
106
106
|
"./carousel": {
|
|
107
107
|
"types": "./carousel/index.d.ts",
|
|
108
108
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
|
|
@@ -123,14 +123,14 @@
|
|
|
123
123
|
"types": "./color-palette-popover/index.d.ts",
|
|
124
124
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette-popover.mjs"
|
|
125
125
|
},
|
|
126
|
-
"./combo-box": {
|
|
127
|
-
"types": "./combo-box/index.d.ts",
|
|
128
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
|
|
129
|
-
},
|
|
130
126
|
"./color-picker": {
|
|
131
127
|
"types": "./color-picker/index.d.ts",
|
|
132
128
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-picker.mjs"
|
|
133
129
|
},
|
|
130
|
+
"./combo-box": {
|
|
131
|
+
"types": "./combo-box/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
|
|
133
|
+
},
|
|
134
134
|
"./combo-box-item": {
|
|
135
135
|
"types": "./combo-box-item/index.d.ts",
|
|
136
136
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
|
|
@@ -191,14 +191,14 @@
|
|
|
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
|
},
|
|
198
|
+
"./list": {
|
|
199
|
+
"types": "./list/index.d.ts",
|
|
200
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list.mjs"
|
|
201
|
+
},
|
|
202
202
|
"./list-item-custom": {
|
|
203
203
|
"types": "./list-item-custom/index.d.ts",
|
|
204
204
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-list-item-custom.mjs"
|