@ui5/webcomponents-ngx 0.4.1-rc.0 → 0.4.1
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.1
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"keywords": [
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@ui5/theming-ngx": "^0.4.1
|
|
33
|
+
"@ui5/theming-ngx": "^0.4.1",
|
|
34
34
|
"tslib": "^2.4.1"
|
|
35
35
|
},
|
|
36
36
|
"schematics": "./schematics/collection.json",
|
|
@@ -611,10 +611,6 @@
|
|
|
611
611
|
"types": "./main/toolbar-button/index.d.ts",
|
|
612
612
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
|
|
613
613
|
},
|
|
614
|
-
"./main/toolbar-select": {
|
|
615
|
-
"types": "./main/toolbar-select/index.d.ts",
|
|
616
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs"
|
|
617
|
-
},
|
|
618
614
|
"./main/toolbar-select-option": {
|
|
619
615
|
"types": "./main/toolbar-select-option/index.d.ts",
|
|
620
616
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs"
|
|
@@ -623,6 +619,10 @@
|
|
|
623
619
|
"types": "./main/toolbar-separator/index.d.ts",
|
|
624
620
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs"
|
|
625
621
|
},
|
|
622
|
+
"./main/toolbar-select": {
|
|
623
|
+
"types": "./main/toolbar-select/index.d.ts",
|
|
624
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs"
|
|
625
|
+
},
|
|
626
626
|
"./main/toolbar-spacer": {
|
|
627
627
|
"types": "./main/toolbar-spacer/index.d.ts",
|
|
628
628
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-spacer.mjs"
|
|
Binary file
|
|
Binary file
|