@ui5/webcomponents-ngx 0.4.5 → 0.4.6-rc.0
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents-ngx",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.6-rc.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"keywords": [
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@ui5/theming-ngx": "^0.4.
|
|
34
|
+
"@ui5/theming-ngx": "^0.4.6-rc.0",
|
|
35
35
|
"tslib": "^2.4.1"
|
|
36
36
|
},
|
|
37
37
|
"schematics": "./schematics/collection.json",
|
|
@@ -228,14 +228,14 @@
|
|
|
228
228
|
"types": "./fiori/timeline-item/index.d.ts",
|
|
229
229
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-timeline-item.mjs"
|
|
230
230
|
},
|
|
231
|
-
"./fiori/upload-collection": {
|
|
232
|
-
"types": "./fiori/upload-collection/index.d.ts",
|
|
233
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs"
|
|
234
|
-
},
|
|
235
231
|
"./fiori/upload-collection-item": {
|
|
236
232
|
"types": "./fiori/upload-collection-item/index.d.ts",
|
|
237
233
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-upload-collection-item.mjs"
|
|
238
234
|
},
|
|
235
|
+
"./fiori/upload-collection": {
|
|
236
|
+
"types": "./fiori/upload-collection/index.d.ts",
|
|
237
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-upload-collection.mjs"
|
|
238
|
+
},
|
|
239
239
|
"./fiori/user-menu": {
|
|
240
240
|
"types": "./fiori/user-menu/index.d.ts",
|
|
241
241
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-menu.mjs"
|
|
@@ -504,6 +504,10 @@
|
|
|
504
504
|
"types": "./main/responsive-popover/index.d.ts",
|
|
505
505
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-responsive-popover.mjs"
|
|
506
506
|
},
|
|
507
|
+
"./main/segmented-button": {
|
|
508
|
+
"types": "./main/segmented-button/index.d.ts",
|
|
509
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs"
|
|
510
|
+
},
|
|
507
511
|
"./main/segmented-button-item": {
|
|
508
512
|
"types": "./main/segmented-button-item/index.d.ts",
|
|
509
513
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-segmented-button-item.mjs"
|
|
@@ -516,10 +520,6 @@
|
|
|
516
520
|
"types": "./main/slider/index.d.ts",
|
|
517
521
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-slider.mjs"
|
|
518
522
|
},
|
|
519
|
-
"./main/segmented-button": {
|
|
520
|
-
"types": "./main/segmented-button/index.d.ts",
|
|
521
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-segmented-button.mjs"
|
|
522
|
-
},
|
|
523
523
|
"./main/special-calendar-date": {
|
|
524
524
|
"types": "./main/special-calendar-date/index.d.ts",
|
|
525
525
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs"
|
|
Binary file
|
|
Binary file
|