@fundamental-ngx/ui5-webcomponents 0.58.0-rc.108 → 0.58.0-rc.109
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 +12 -12
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.109",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,6 +43,10 @@
|
|
|
43
43
|
"types": "./index.d.ts",
|
|
44
44
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents.mjs"
|
|
45
45
|
},
|
|
46
|
+
"./avatar": {
|
|
47
|
+
"types": "./avatar/index.d.ts",
|
|
48
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
49
|
+
},
|
|
46
50
|
"./avatar-group": {
|
|
47
51
|
"types": "./avatar-group/index.d.ts",
|
|
48
52
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
@@ -55,10 +59,6 @@
|
|
|
55
59
|
"types": "./breadcrumbs/index.d.ts",
|
|
56
60
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
57
61
|
},
|
|
58
|
-
"./avatar": {
|
|
59
|
-
"types": "./avatar/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
61
|
-
},
|
|
62
62
|
"./breadcrumbs-item": {
|
|
63
63
|
"types": "./breadcrumbs-item/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
@@ -223,13 +223,17 @@
|
|
|
223
223
|
"types": "./menu-item-group/index.d.ts",
|
|
224
224
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-item-group.mjs"
|
|
225
225
|
},
|
|
226
|
+
"./menu-separator": {
|
|
227
|
+
"types": "./menu-separator/index.d.ts",
|
|
228
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-menu-separator.mjs"
|
|
229
|
+
},
|
|
226
230
|
"./message-strip": {
|
|
227
231
|
"types": "./message-strip/index.d.ts",
|
|
228
232
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-message-strip.mjs"
|
|
229
233
|
},
|
|
230
|
-
"./
|
|
231
|
-
"types": "./
|
|
232
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
234
|
+
"./multi-combo-box": {
|
|
235
|
+
"types": "./multi-combo-box/index.d.ts",
|
|
236
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs"
|
|
233
237
|
},
|
|
234
238
|
"./multi-combo-box-item": {
|
|
235
239
|
"types": "./multi-combo-box-item/index.d.ts",
|
|
@@ -239,10 +243,6 @@
|
|
|
239
243
|
"types": "./multi-combo-box-item-group/index.d.ts",
|
|
240
244
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box-item-group.mjs"
|
|
241
245
|
},
|
|
242
|
-
"./multi-combo-box": {
|
|
243
|
-
"types": "./multi-combo-box/index.d.ts",
|
|
244
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-combo-box.mjs"
|
|
245
|
-
},
|
|
246
246
|
"./multi-input": {
|
|
247
247
|
"types": "./multi-input/index.d.ts",
|
|
248
248
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-multi-input.mjs"
|