@ui5/webcomponents-ngx 0.3.3 → 0.3.4-rc.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.3.
|
|
3
|
+
"version": "0.3.4-rc.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.3.
|
|
33
|
+
"@ui5/theming-ngx": "^0.3.4-rc.1",
|
|
34
34
|
"tslib": "^2.4.1"
|
|
35
35
|
},
|
|
36
36
|
"schematics": "./schematics/collection.json",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"esm": "./esm2022/ui5-webcomponents-ngx.mjs",
|
|
50
50
|
"default": "./fesm2022/ui5-webcomponents-ngx.mjs"
|
|
51
51
|
},
|
|
52
|
-
"./content-density": {
|
|
53
|
-
"types": "./content-density/index.d.ts",
|
|
54
|
-
"esm2022": "./esm2022/content-density/ui5-webcomponents-ngx-content-density.mjs",
|
|
55
|
-
"esm": "./esm2022/content-density/ui5-webcomponents-ngx-content-density.mjs",
|
|
56
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-content-density.mjs"
|
|
57
|
-
},
|
|
58
52
|
"./config": {
|
|
59
53
|
"types": "./config/index.d.ts",
|
|
60
54
|
"esm2022": "./esm2022/config/ui5-webcomponents-ngx-config.mjs",
|
|
61
55
|
"esm": "./esm2022/config/ui5-webcomponents-ngx-config.mjs",
|
|
62
56
|
"default": "./fesm2022/ui5-webcomponents-ngx-config.mjs"
|
|
63
57
|
},
|
|
58
|
+
"./content-density": {
|
|
59
|
+
"types": "./content-density/index.d.ts",
|
|
60
|
+
"esm2022": "./esm2022/content-density/ui5-webcomponents-ngx-content-density.mjs",
|
|
61
|
+
"esm": "./esm2022/content-density/ui5-webcomponents-ngx-content-density.mjs",
|
|
62
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-content-density.mjs"
|
|
63
|
+
},
|
|
64
64
|
"./fiori": {
|
|
65
65
|
"types": "./fiori/index.d.ts",
|
|
66
66
|
"esm2022": "./esm2022/fiori/ui5-webcomponents-ngx-fiori.mjs",
|
|
@@ -721,6 +721,12 @@
|
|
|
721
721
|
"esm": "./esm2022/main/suggestion-item-custom/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs",
|
|
722
722
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs"
|
|
723
723
|
},
|
|
724
|
+
"./main/suggestion-item-group": {
|
|
725
|
+
"types": "./main/suggestion-item-group/index.d.ts",
|
|
726
|
+
"esm2022": "./esm2022/main/suggestion-item-group/ui5-webcomponents-ngx-main-suggestion-item-group.mjs",
|
|
727
|
+
"esm": "./esm2022/main/suggestion-item-group/ui5-webcomponents-ngx-main-suggestion-item-group.mjs",
|
|
728
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs"
|
|
729
|
+
},
|
|
724
730
|
"./main/switch": {
|
|
725
731
|
"types": "./main/switch/index.d.ts",
|
|
726
732
|
"esm2022": "./esm2022/main/switch/ui5-webcomponents-ngx-main-switch.mjs",
|
|
@@ -739,12 +745,6 @@
|
|
|
739
745
|
"esm": "./esm2022/main/tab-container/ui5-webcomponents-ngx-main-tab-container.mjs",
|
|
740
746
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-tab-container.mjs"
|
|
741
747
|
},
|
|
742
|
-
"./main/suggestion-item-group": {
|
|
743
|
-
"types": "./main/suggestion-item-group/index.d.ts",
|
|
744
|
-
"esm2022": "./esm2022/main/suggestion-item-group/ui5-webcomponents-ngx-main-suggestion-item-group.mjs",
|
|
745
|
-
"esm": "./esm2022/main/suggestion-item-group/ui5-webcomponents-ngx-main-suggestion-item-group.mjs",
|
|
746
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs"
|
|
747
|
-
},
|
|
748
748
|
"./main/tab-separator": {
|
|
749
749
|
"types": "./main/tab-separator/index.d.ts",
|
|
750
750
|
"esm2022": "./esm2022/main/tab-separator/ui5-webcomponents-ngx-main-tab-separator.mjs",
|
|
Binary file
|
|
Binary file
|