@fundamental-ngx/ui5-webcomponents 0.58.0-rc.76 → 0.58.0-rc.77
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.77",
|
|
4
4
|
"schematics": "./schematics/collection.json",
|
|
5
5
|
"description": "Fundamental Library for Angular - UI5 Webcomponents Base",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -87,6 +87,10 @@
|
|
|
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
|
+
},
|
|
90
94
|
"./calendar-legend-item": {
|
|
91
95
|
"types": "./calendar-legend-item/index.d.ts",
|
|
92
96
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-calendar-legend-item.mjs"
|
|
@@ -127,10 +131,6 @@
|
|
|
127
131
|
"types": "./combo-box/index.d.ts",
|
|
128
132
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-combo-box.mjs"
|
|
129
133
|
},
|
|
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,6 +147,10 @@
|
|
|
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
|
+
},
|
|
150
154
|
"./dialog": {
|
|
151
155
|
"types": "./dialog/index.d.ts",
|
|
152
156
|
"default": "./fesm2022/fundamental-ngx-ui5-webcomponents-dialog.mjs"
|
|
@@ -470,10 +474,6 @@
|
|
|
470
474
|
"./utils": {
|
|
471
475
|
"types": "./utils/index.d.ts",
|
|
472
476
|
"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
|