@fundamental-ngx/ui5-webcomponents 0.58.9 → 0.58.10
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-ngx/ui5-webcomponents",
|
|
3
|
-
"version": "0.58.
|
|
3
|
+
"version": "0.58.10",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -167,14 +167,14 @@
|
|
|
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"
|
|
177
173
|
},
|
|
174
|
+
"./form": {
|
|
175
|
+
"types": "./form/index.d.ts",
|
|
176
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form.mjs"
|
|
177
|
+
},
|
|
178
178
|
"./form-item": {
|
|
179
179
|
"types": "./form-item/index.d.ts",
|
|
180
180
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-form-item.mjs"
|