@fundamental-ngx/ui5-webcomponents 0.58.0-rc.6 → 0.58.0-rc.7
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.7",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,6 +47,10 @@
|
|
|
47
47
|
"types": "./avatar/index.d.ts",
|
|
48
48
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
49
49
|
},
|
|
50
|
+
"./avatar-group": {
|
|
51
|
+
"types": "./avatar-group/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
53
|
+
},
|
|
50
54
|
"./bar": {
|
|
51
55
|
"types": "./bar/index.d.ts",
|
|
52
56
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.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-group": {
|
|
59
|
-
"types": "./avatar-group/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.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"
|
|
@@ -271,6 +271,10 @@
|
|
|
271
271
|
"types": "./radio-button/index.d.ts",
|
|
272
272
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
273
273
|
},
|
|
274
|
+
"./range-slider": {
|
|
275
|
+
"types": "./range-slider/index.d.ts",
|
|
276
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
|
|
277
|
+
},
|
|
274
278
|
"./rating-indicator": {
|
|
275
279
|
"types": "./rating-indicator/index.d.ts",
|
|
276
280
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs"
|
|
@@ -279,10 +283,6 @@
|
|
|
279
283
|
"types": "./responsive-popover/index.d.ts",
|
|
280
284
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs"
|
|
281
285
|
},
|
|
282
|
-
"./range-slider": {
|
|
283
|
-
"types": "./range-slider/index.d.ts",
|
|
284
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
|
|
285
|
-
},
|
|
286
286
|
"./segmented-button": {
|
|
287
287
|
"types": "./segmented-button/index.d.ts",
|
|
288
288
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-segmented-button.mjs"
|
|
@@ -431,14 +431,14 @@
|
|
|
431
431
|
"types": "./tokenizer/index.d.ts",
|
|
432
432
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tokenizer.mjs"
|
|
433
433
|
},
|
|
434
|
-
"./toolbar-button": {
|
|
435
|
-
"types": "./toolbar-button/index.d.ts",
|
|
436
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
|
|
437
|
-
},
|
|
438
434
|
"./toolbar": {
|
|
439
435
|
"types": "./toolbar/index.d.ts",
|
|
440
436
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
|
|
441
437
|
},
|
|
438
|
+
"./toolbar-button": {
|
|
439
|
+
"types": "./toolbar-button/index.d.ts",
|
|
440
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
|
|
441
|
+
},
|
|
442
442
|
"./toolbar-select": {
|
|
443
443
|
"types": "./toolbar-select/index.d.ts",
|
|
444
444
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs"
|