@ui5/webcomponents-ngx 0.5.0 → 0.5.1-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.5.0",
|
|
3
|
+
"version": "0.5.1-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.5.0",
|
|
34
|
+
"@ui5/theming-ngx": "^0.5.1-rc.0",
|
|
35
35
|
"tslib": "^2.4.1"
|
|
36
36
|
},
|
|
37
37
|
"schematics": "./schematics/collection.json",
|
|
@@ -612,14 +612,14 @@
|
|
|
612
612
|
"types": "./main/table-row/index.d.ts",
|
|
613
613
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row.mjs"
|
|
614
614
|
},
|
|
615
|
-
"./main/table-row-action-navigation": {
|
|
616
|
-
"types": "./main/table-row-action-navigation/index.d.ts",
|
|
617
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action-navigation.mjs"
|
|
618
|
-
},
|
|
619
615
|
"./main/table-row-action": {
|
|
620
616
|
"types": "./main/table-row-action/index.d.ts",
|
|
621
617
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs"
|
|
622
618
|
},
|
|
619
|
+
"./main/table-row-action-navigation": {
|
|
620
|
+
"types": "./main/table-row-action-navigation/index.d.ts",
|
|
621
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action-navigation.mjs"
|
|
622
|
+
},
|
|
623
623
|
"./main/table-selection": {
|
|
624
624
|
"types": "./main/table-selection/index.d.ts",
|
|
625
625
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-selection.mjs"
|
|
@@ -676,14 +676,14 @@
|
|
|
676
676
|
"types": "./main/tokenizer/index.d.ts",
|
|
677
677
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-tokenizer.mjs"
|
|
678
678
|
},
|
|
679
|
-
"./main/toolbar-button": {
|
|
680
|
-
"types": "./main/toolbar-button/index.d.ts",
|
|
681
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
|
|
682
|
-
},
|
|
683
679
|
"./main/toolbar": {
|
|
684
680
|
"types": "./main/toolbar/index.d.ts",
|
|
685
681
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs"
|
|
686
682
|
},
|
|
683
|
+
"./main/toolbar-button": {
|
|
684
|
+
"types": "./main/toolbar-button/index.d.ts",
|
|
685
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
|
|
686
|
+
},
|
|
687
687
|
"./main/toolbar-select": {
|
|
688
688
|
"types": "./main/toolbar-select/index.d.ts",
|
|
689
689
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs"
|
|
Binary file
|
|
Binary file
|