@fundamental-ngx/ui5-webcomponents 0.58.0-rc.73 → 0.58.0-rc.75
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 +20 -20
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.75",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,22 +43,22 @@
|
|
|
43
43
|
"types": "./index.d.ts",
|
|
44
44
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents.mjs"
|
|
45
45
|
},
|
|
46
|
-
"./avatar-group": {
|
|
47
|
-
"types": "./avatar-group/index.d.ts",
|
|
48
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
49
|
-
},
|
|
50
46
|
"./avatar": {
|
|
51
47
|
"types": "./avatar/index.d.ts",
|
|
52
48
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar.mjs"
|
|
53
49
|
},
|
|
54
|
-
"./
|
|
55
|
-
"types": "./
|
|
56
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-
|
|
50
|
+
"./avatar-group": {
|
|
51
|
+
"types": "./avatar-group/index.d.ts",
|
|
52
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-avatar-group.mjs"
|
|
57
53
|
},
|
|
58
54
|
"./bar": {
|
|
59
55
|
"types": "./bar/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
61
57
|
},
|
|
58
|
+
"./breadcrumbs": {
|
|
59
|
+
"types": "./breadcrumbs/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.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"
|
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
"types": "./card/index.d.ts",
|
|
100
100
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card.mjs"
|
|
101
101
|
},
|
|
102
|
+
"./card-header": {
|
|
103
|
+
"types": "./card-header/index.d.ts",
|
|
104
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
105
|
+
},
|
|
102
106
|
"./carousel": {
|
|
103
107
|
"types": "./carousel/index.d.ts",
|
|
104
108
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-carousel.mjs"
|
|
@@ -107,10 +111,6 @@
|
|
|
107
111
|
"types": "./check-box/index.d.ts",
|
|
108
112
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-check-box.mjs"
|
|
109
113
|
},
|
|
110
|
-
"./card-header": {
|
|
111
|
-
"types": "./card-header/index.d.ts",
|
|
112
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-card-header.mjs"
|
|
113
|
-
},
|
|
114
114
|
"./color-palette": {
|
|
115
115
|
"types": "./color-palette/index.d.ts",
|
|
116
116
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-color-palette.mjs"
|
|
@@ -263,14 +263,14 @@
|
|
|
263
263
|
"types": "./popover/index.d.ts",
|
|
264
264
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-popover.mjs"
|
|
265
265
|
},
|
|
266
|
-
"./radio-button": {
|
|
267
|
-
"types": "./radio-button/index.d.ts",
|
|
268
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
269
|
-
},
|
|
270
266
|
"./progress-indicator": {
|
|
271
267
|
"types": "./progress-indicator/index.d.ts",
|
|
272
268
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-progress-indicator.mjs"
|
|
273
269
|
},
|
|
270
|
+
"./radio-button": {
|
|
271
|
+
"types": "./radio-button/index.d.ts",
|
|
272
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-radio-button.mjs"
|
|
273
|
+
},
|
|
274
274
|
"./range-slider": {
|
|
275
275
|
"types": "./range-slider/index.d.ts",
|
|
276
276
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-range-slider.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"
|