@fundamental-ngx/ui5-webcomponents 0.58.0-rc.67 → 0.58.0-rc.68
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.68",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"types": "./breadcrumbs/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./breadcrumbs-item": {
|
|
63
|
-
"types": "./breadcrumbs-item/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
65
|
-
},
|
|
66
62
|
"./busy-indicator": {
|
|
67
63
|
"types": "./busy-indicator/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-busy-indicator.mjs"
|
|
69
65
|
},
|
|
66
|
+
"./breadcrumbs-item": {
|
|
67
|
+
"types": "./breadcrumbs-item/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-breadcrumbs-item.mjs"
|
|
69
|
+
},
|
|
70
70
|
"./button": {
|
|
71
71
|
"types": "./button/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-button.mjs"
|
|
@@ -399,14 +399,14 @@
|
|
|
399
399
|
"types": "./text/index.d.ts",
|
|
400
400
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text.mjs"
|
|
401
401
|
},
|
|
402
|
-
"./theming": {
|
|
403
|
-
"types": "./theming/index.d.ts",
|
|
404
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|
|
405
|
-
},
|
|
406
402
|
"./text-area": {
|
|
407
403
|
"types": "./text-area/index.d.ts",
|
|
408
404
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-text-area.mjs"
|
|
409
405
|
},
|
|
406
|
+
"./theming": {
|
|
407
|
+
"types": "./theming/index.d.ts",
|
|
408
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-theming.mjs"
|
|
409
|
+
},
|
|
410
410
|
"./time-picker": {
|
|
411
411
|
"types": "./time-picker/index.d.ts",
|
|
412
412
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-time-picker.mjs"
|
|
@@ -443,14 +443,14 @@
|
|
|
443
443
|
"types": "./toolbar-select/index.d.ts",
|
|
444
444
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select.mjs"
|
|
445
445
|
},
|
|
446
|
-
"./toolbar-separator": {
|
|
447
|
-
"types": "./toolbar-separator/index.d.ts",
|
|
448
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.mjs"
|
|
449
|
-
},
|
|
450
446
|
"./toolbar-select-option": {
|
|
451
447
|
"types": "./toolbar-select-option/index.d.ts",
|
|
452
448
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-select-option.mjs"
|
|
453
449
|
},
|
|
450
|
+
"./toolbar-separator": {
|
|
451
|
+
"types": "./toolbar-separator/index.d.ts",
|
|
452
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-toolbar-separator.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"
|