@fundamental-ngx/ui5-webcomponents 0.58.0-rc.84 → 0.58.0-rc.85
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 +12 -12
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.85",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"types": "./breadcrumbs-item/index.d.ts",
|
|
64
64
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
65
65
|
},
|
|
66
|
-
"./busy-indicator": {
|
|
67
|
-
"types": "./busy-indicator/index.d.ts",
|
|
68
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
|
|
69
|
-
},
|
|
70
66
|
"./button": {
|
|
71
67
|
"types": "./button/index.d.ts",
|
|
72
68
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
|
|
73
69
|
},
|
|
70
|
+
"./busy-indicator": {
|
|
71
|
+
"types": "./busy-indicator/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
|
|
73
|
+
},
|
|
74
74
|
"./button-badge": {
|
|
75
75
|
"types": "./button-badge/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button-badge.mjs"
|
|
@@ -327,18 +327,14 @@
|
|
|
327
327
|
"types": "./switch/index.d.ts",
|
|
328
328
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-switch.mjs"
|
|
329
329
|
},
|
|
330
|
-
"./tab": {
|
|
331
|
-
"types": "./tab/index.d.ts",
|
|
332
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs"
|
|
330
|
+
"./tab-separator": {
|
|
331
|
+
"types": "./tab-separator/index.d.ts",
|
|
332
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
|
|
333
333
|
},
|
|
334
334
|
"./tab-container": {
|
|
335
335
|
"types": "./tab-container/index.d.ts",
|
|
336
336
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-container.mjs"
|
|
337
337
|
},
|
|
338
|
-
"./tab-separator": {
|
|
339
|
-
"types": "./tab-separator/index.d.ts",
|
|
340
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab-separator.mjs"
|
|
341
|
-
},
|
|
342
338
|
"./table": {
|
|
343
339
|
"types": "./table/index.d.ts",
|
|
344
340
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-table.mjs"
|
|
@@ -451,6 +447,10 @@
|
|
|
451
447
|
"types": "./toolbar-separator/index.d.ts",
|
|
452
448
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
453
449
|
},
|
|
450
|
+
"./tab": {
|
|
451
|
+
"types": "./tab/index.d.ts",
|
|
452
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-tab.mjs"
|
|
453
|
+
},
|
|
454
454
|
"./toolbar-spacer": {
|
|
455
455
|
"types": "./toolbar-spacer/index.d.ts",
|
|
456
456
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-spacer.mjs"
|