@ui5/webcomponents-ngx 0.4.8 → 0.4.9-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.9-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.9-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": {
|
|
616
|
-
"types": "./main/table-row-action/index.d.ts",
|
|
617
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action.mjs"
|
|
618
|
-
},
|
|
619
615
|
"./main/table-row-action-navigation": {
|
|
620
616
|
"types": "./main/table-row-action-navigation/index.d.ts",
|
|
621
617
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action-navigation.mjs"
|
|
622
618
|
},
|
|
619
|
+
"./main/table-row-action": {
|
|
620
|
+
"types": "./main/table-row-action/index.d.ts",
|
|
621
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-table-row-action.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"
|
|
@@ -656,14 +656,14 @@
|
|
|
656
656
|
"types": "./main/time-picker/index.d.ts",
|
|
657
657
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-time-picker.mjs"
|
|
658
658
|
},
|
|
659
|
-
"./main/title": {
|
|
660
|
-
"types": "./main/title/index.d.ts",
|
|
661
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-title.mjs"
|
|
662
|
-
},
|
|
663
659
|
"./main/toast": {
|
|
664
660
|
"types": "./main/toast/index.d.ts",
|
|
665
661
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toast.mjs"
|
|
666
662
|
},
|
|
663
|
+
"./main/title": {
|
|
664
|
+
"types": "./main/title/index.d.ts",
|
|
665
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-title.mjs"
|
|
666
|
+
},
|
|
667
667
|
"./main/toggle-button": {
|
|
668
668
|
"types": "./main/toggle-button/index.d.ts",
|
|
669
669
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toggle-button.mjs"
|
|
Binary file
|
|
Binary file
|