@ui5/webcomponents-ngx 0.5.8 → 0.5.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.5.
|
|
3
|
+
"version": "0.5.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.5.
|
|
34
|
+
"@ui5/theming-ngx": "^0.5.9-rc.0",
|
|
35
35
|
"tslib": "^2.4.1"
|
|
36
36
|
},
|
|
37
37
|
"schematics": "./schematics/collection.json",
|
|
@@ -140,14 +140,14 @@
|
|
|
140
140
|
"types": "./fiori/filter-item-option/index.d.ts",
|
|
141
141
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-filter-item-option.mjs"
|
|
142
142
|
},
|
|
143
|
-
"./fiori/flexible-column-layout": {
|
|
144
|
-
"types": "./fiori/flexible-column-layout/index.d.ts",
|
|
145
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs"
|
|
146
|
-
},
|
|
147
143
|
"./fiori/group-item": {
|
|
148
144
|
"types": "./fiori/group-item/index.d.ts",
|
|
149
145
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-group-item.mjs"
|
|
150
146
|
},
|
|
147
|
+
"./fiori/flexible-column-layout": {
|
|
148
|
+
"types": "./fiori/flexible-column-layout/index.d.ts",
|
|
149
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-flexible-column-layout.mjs"
|
|
150
|
+
},
|
|
151
151
|
"./fiori/illustrated-message": {
|
|
152
152
|
"types": "./fiori/illustrated-message/index.d.ts",
|
|
153
153
|
"default": "./fesm2022/ui5-webcomponents-ngx-fiori-illustrated-message.mjs"
|
|
@@ -592,10 +592,6 @@
|
|
|
592
592
|
"types": "./main/suggestion-item-custom/index.d.ts",
|
|
593
593
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs"
|
|
594
594
|
},
|
|
595
|
-
"./main/suggestion-item-group": {
|
|
596
|
-
"types": "./main/suggestion-item-group/index.d.ts",
|
|
597
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs"
|
|
598
|
-
},
|
|
599
595
|
"./main/switch": {
|
|
600
596
|
"types": "./main/switch/index.d.ts",
|
|
601
597
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-switch.mjs"
|
|
@@ -612,6 +608,10 @@
|
|
|
612
608
|
"types": "./main/tab-separator/index.d.ts",
|
|
613
609
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-tab-separator.mjs"
|
|
614
610
|
},
|
|
611
|
+
"./main/suggestion-item-group": {
|
|
612
|
+
"types": "./main/suggestion-item-group/index.d.ts",
|
|
613
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs"
|
|
614
|
+
},
|
|
615
615
|
"./main/table": {
|
|
616
616
|
"types": "./main/table/index.d.ts",
|
|
617
617
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-table.mjs"
|
|
@@ -708,10 +708,6 @@
|
|
|
708
708
|
"types": "./main/toolbar/index.d.ts",
|
|
709
709
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar.mjs"
|
|
710
710
|
},
|
|
711
|
-
"./main/toolbar-select": {
|
|
712
|
-
"types": "./main/toolbar-select/index.d.ts",
|
|
713
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs"
|
|
714
|
-
},
|
|
715
711
|
"./main/toolbar-button": {
|
|
716
712
|
"types": "./main/toolbar-button/index.d.ts",
|
|
717
713
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-button.mjs"
|
|
@@ -720,6 +716,10 @@
|
|
|
720
716
|
"types": "./main/toolbar-select-option/index.d.ts",
|
|
721
717
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select-option.mjs"
|
|
722
718
|
},
|
|
719
|
+
"./main/toolbar-select": {
|
|
720
|
+
"types": "./main/toolbar-select/index.d.ts",
|
|
721
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-select.mjs"
|
|
722
|
+
},
|
|
723
723
|
"./main/toolbar-separator": {
|
|
724
724
|
"types": "./main/toolbar-separator/index.d.ts",
|
|
725
725
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-toolbar-separator.mjs"
|
|
Binary file
|
|
Binary file
|