@fundamental-ngx/ui5-webcomponents 0.58.0-rc.4 → 0.58.0-rc.6
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 +17 -17
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.6",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -47,10 +47,6 @@
|
|
|
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
|
-
},
|
|
54
50
|
"./bar": {
|
|
55
51
|
"types": "./bar/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
@@ -59,6 +55,10 @@
|
|
|
59
55
|
"types": "./breadcrumbs/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
61
57
|
},
|
|
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"
|
|
@@ -275,14 +275,14 @@
|
|
|
275
275
|
"types": "./rating-indicator/index.d.ts",
|
|
276
276
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-rating-indicator.mjs"
|
|
277
277
|
},
|
|
278
|
-
"./range-slider": {
|
|
279
|
-
"types": "./range-slider/index.d.ts",
|
|
280
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.mjs"
|
|
281
|
-
},
|
|
282
278
|
"./responsive-popover": {
|
|
283
279
|
"types": "./responsive-popover/index.d.ts",
|
|
284
280
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-responsive-popover.mjs"
|
|
285
281
|
},
|
|
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"
|
|
@@ -407,14 +407,14 @@
|
|
|
407
407
|
"types": "./theming/index.d.ts",
|
|
408
408
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|
|
409
409
|
},
|
|
410
|
-
"./title": {
|
|
411
|
-
"types": "./title/index.d.ts",
|
|
412
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
413
|
-
},
|
|
414
410
|
"./time-picker": {
|
|
415
411
|
"types": "./time-picker/index.d.ts",
|
|
416
412
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
417
413
|
},
|
|
414
|
+
"./title": {
|
|
415
|
+
"types": "./title/index.d.ts",
|
|
416
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
417
|
+
},
|
|
418
418
|
"./toast": {
|
|
419
419
|
"types": "./toast/index.d.ts",
|
|
420
420
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.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": {
|
|
435
|
-
"types": "./toolbar/index.d.ts",
|
|
436
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.mjs"
|
|
437
|
-
},
|
|
438
434
|
"./toolbar-button": {
|
|
439
435
|
"types": "./toolbar-button/index.d.ts",
|
|
440
436
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-button.mjs"
|
|
441
437
|
},
|
|
438
|
+
"./toolbar": {
|
|
439
|
+
"types": "./toolbar/index.d.ts",
|
|
440
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar.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"
|