@ui5/webcomponents-ngx 0.5.8-rc.0 → 0.5.8
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.5.8
|
|
3
|
+
"version": "0.5.8",
|
|
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.5.8
|
|
34
|
+
"@ui5/theming-ngx": "^0.5.8",
|
|
35
35
|
"tslib": "^2.4.1"
|
|
36
36
|
},
|
|
37
37
|
"schematics": "./schematics/collection.json",
|
|
@@ -292,14 +292,14 @@
|
|
|
292
292
|
"types": "./fiori/user-menu-item-group/index.d.ts",
|
|
293
293
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-menu-item-group.mjs"
|
|
294
294
|
},
|
|
295
|
-
"./fiori/user-settings-item": {
|
|
296
|
-
"types": "./fiori/user-settings-item/index.d.ts",
|
|
297
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-settings-item.mjs"
|
|
298
|
-
},
|
|
299
295
|
"./fiori/user-settings-dialog": {
|
|
300
296
|
"types": "./fiori/user-settings-dialog/index.d.ts",
|
|
301
297
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-settings-dialog.mjs"
|
|
302
298
|
},
|
|
299
|
+
"./fiori/user-settings-item": {
|
|
300
|
+
"types": "./fiori/user-settings-item/index.d.ts",
|
|
301
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-settings-item.mjs"
|
|
302
|
+
},
|
|
303
303
|
"./fiori/user-settings-view": {
|
|
304
304
|
"types": "./fiori/user-settings-view/index.d.ts",
|
|
305
305
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-user-settings-view.mjs"
|
|
@@ -708,14 +708,14 @@
|
|
|
708
708
|
"types": "./main/toolbar/index.d.ts",
|
|
709
709
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs"
|
|
710
710
|
},
|
|
711
|
-
"./main/toolbar-button": {
|
|
712
|
-
"types": "./main/toolbar-button/index.d.ts",
|
|
713
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
|
|
714
|
-
},
|
|
715
711
|
"./main/toolbar-select": {
|
|
716
712
|
"types": "./main/toolbar-select/index.d.ts",
|
|
717
713
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs"
|
|
718
714
|
},
|
|
715
|
+
"./main/toolbar-button": {
|
|
716
|
+
"types": "./main/toolbar-button/index.d.ts",
|
|
717
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
|
|
718
|
+
},
|
|
719
719
|
"./main/toolbar-select-option": {
|
|
720
720
|
"types": "./main/toolbar-select-option/index.d.ts",
|
|
721
721
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs"
|
|
Binary file
|
|
Binary file
|