@fundamental-ngx/ui5-webcomponents 0.58.0-rc.114 → 0.58.0-rc.115
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.115",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -131,10 +131,6 @@
|
|
|
131
131
|
"types": "./combo-box/index.d.ts",
|
|
132
132
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
|
|
133
133
|
},
|
|
134
|
-
"./combo-box-item": {
|
|
135
|
-
"types": "./combo-box-item/index.d.ts",
|
|
136
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
|
|
137
|
-
},
|
|
138
134
|
"./combo-box-item-group": {
|
|
139
135
|
"types": "./combo-box-item-group/index.d.ts",
|
|
140
136
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item-group.mjs"
|
|
@@ -155,6 +151,10 @@
|
|
|
155
151
|
"types": "./dialog/index.d.ts",
|
|
156
152
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
|
|
157
153
|
},
|
|
154
|
+
"./combo-box-item": {
|
|
155
|
+
"types": "./combo-box-item/index.d.ts",
|
|
156
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
|
|
157
|
+
},
|
|
158
158
|
"./dynamic-date-range": {
|
|
159
159
|
"types": "./dynamic-date-range/index.d.ts",
|
|
160
160
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dynamic-date-range.mjs"
|
|
@@ -183,14 +183,14 @@
|
|
|
183
183
|
"types": "./icon/index.d.ts",
|
|
184
184
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-icon.mjs"
|
|
185
185
|
},
|
|
186
|
-
"./label": {
|
|
187
|
-
"types": "./label/index.d.ts",
|
|
188
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
|
|
189
|
-
},
|
|
190
186
|
"./input": {
|
|
191
187
|
"types": "./input/index.d.ts",
|
|
192
188
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-input.mjs"
|
|
193
189
|
},
|
|
190
|
+
"./label": {
|
|
191
|
+
"types": "./label/index.d.ts",
|
|
192
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-label.mjs"
|
|
193
|
+
},
|
|
194
194
|
"./link": {
|
|
195
195
|
"types": "./link/index.d.ts",
|
|
196
196
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-link.mjs"
|
|
@@ -331,14 +331,14 @@
|
|
|
331
331
|
"types": "./tab/index.d.ts",
|
|
332
332
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs"
|
|
333
333
|
},
|
|
334
|
-
"./tab-container": {
|
|
335
|
-
"types": "./tab-container/index.d.ts",
|
|
336
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs"
|
|
337
|
-
},
|
|
338
334
|
"./tab-separator": {
|
|
339
335
|
"types": "./tab-separator/index.d.ts",
|
|
340
336
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
|
|
341
337
|
},
|
|
338
|
+
"./tab-container": {
|
|
339
|
+
"types": "./tab-container/index.d.ts",
|
|
340
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs"
|
|
341
|
+
},
|
|
342
342
|
"./table": {
|
|
343
343
|
"types": "./table/index.d.ts",
|
|
344
344
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs"
|