@fundamental-ngx/ui5-webcomponents 0.58.0-rc.109 → 0.58.0-rc.111
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.111",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -55,14 +55,14 @@
|
|
|
55
55
|
"types": "./bar/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-bar.mjs"
|
|
57
57
|
},
|
|
58
|
-
"./breadcrumbs": {
|
|
59
|
-
"types": "./breadcrumbs/index.d.ts",
|
|
60
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
61
|
-
},
|
|
62
58
|
"./breadcrumbs-item": {
|
|
63
59
|
"types": "./breadcrumbs-item/index.d.ts",
|
|
64
60
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
65
61
|
},
|
|
62
|
+
"./breadcrumbs": {
|
|
63
|
+
"types": "./breadcrumbs/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
65
|
+
},
|
|
66
66
|
"./busy-indicator": {
|
|
67
67
|
"types": "./busy-indicator/index.d.ts",
|
|
68
68
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
|
|
@@ -167,10 +167,6 @@
|
|
|
167
167
|
"types": "./file-uploader/index.d.ts",
|
|
168
168
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-file-uploader.mjs"
|
|
169
169
|
},
|
|
170
|
-
"./form": {
|
|
171
|
-
"types": "./form/index.d.ts",
|
|
172
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs"
|
|
173
|
-
},
|
|
174
170
|
"./form-group": {
|
|
175
171
|
"types": "./form-group/index.d.ts",
|
|
176
172
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-group.mjs"
|
|
@@ -183,6 +179,10 @@
|
|
|
183
179
|
"types": "./icon/index.d.ts",
|
|
184
180
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs"
|
|
185
181
|
},
|
|
182
|
+
"./form": {
|
|
183
|
+
"types": "./form/index.d.ts",
|
|
184
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs"
|
|
185
|
+
},
|
|
186
186
|
"./input": {
|
|
187
187
|
"types": "./input/index.d.ts",
|
|
188
188
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-input.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
|
-
"./time-picker": {
|
|
411
|
-
"types": "./time-picker/index.d.ts",
|
|
412
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
413
|
-
},
|
|
414
410
|
"./title": {
|
|
415
411
|
"types": "./title/index.d.ts",
|
|
416
412
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-title.mjs"
|
|
417
413
|
},
|
|
414
|
+
"./time-picker": {
|
|
415
|
+
"types": "./time-picker/index.d.ts",
|
|
416
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
417
|
+
},
|
|
418
418
|
"./toast": {
|
|
419
419
|
"types": "./toast/index.d.ts",
|
|
420
420
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toast.mjs"
|