@fundamental-ngx/ui5-webcomponents 0.58.0-rc.75 → 0.58.0-rc.76
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 +9 -9
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.76",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -87,10 +87,6 @@
|
|
|
87
87
|
"types": "./calendar-date-range/index.d.ts",
|
|
88
88
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-date-range.mjs"
|
|
89
89
|
},
|
|
90
|
-
"./calendar-legend": {
|
|
91
|
-
"types": "./calendar-legend/index.d.ts",
|
|
92
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
|
|
93
|
-
},
|
|
94
90
|
"./calendar-legend-item": {
|
|
95
91
|
"types": "./calendar-legend-item/index.d.ts",
|
|
96
92
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs"
|
|
@@ -131,6 +127,10 @@
|
|
|
131
127
|
"types": "./combo-box/index.d.ts",
|
|
132
128
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
|
|
133
129
|
},
|
|
130
|
+
"./calendar-legend": {
|
|
131
|
+
"types": "./calendar-legend/index.d.ts",
|
|
132
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend.mjs"
|
|
133
|
+
},
|
|
134
134
|
"./combo-box-item": {
|
|
135
135
|
"types": "./combo-box-item/index.d.ts",
|
|
136
136
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box-item.mjs"
|
|
@@ -147,10 +147,6 @@
|
|
|
147
147
|
"types": "./date-range-picker/index.d.ts",
|
|
148
148
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-range-picker.mjs"
|
|
149
149
|
},
|
|
150
|
-
"./date-time-picker": {
|
|
151
|
-
"types": "./date-time-picker/index.d.ts",
|
|
152
|
-
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
|
|
153
|
-
},
|
|
154
150
|
"./dialog": {
|
|
155
151
|
"types": "./dialog/index.d.ts",
|
|
156
152
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
|
|
@@ -474,6 +470,10 @@
|
|
|
474
470
|
"./utils": {
|
|
475
471
|
"types": "./utils/index.d.ts",
|
|
476
472
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-utils.mjs"
|
|
473
|
+
},
|
|
474
|
+
"./date-time-picker": {
|
|
475
|
+
"types": "./date-time-picker/index.d.ts",
|
|
476
|
+
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-date-time-picker.mjs"
|
|
477
477
|
}
|
|
478
478
|
},
|
|
479
479
|
"sideEffects": false
|