@ui5/webcomponents-ngx 0.4.9-rc.1 → 0.4.9-rc.3
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.9-rc.
|
|
3
|
+
"version": "0.4.9-rc.3",
|
|
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.9-rc.
|
|
34
|
+
"@ui5/theming-ngx": "^0.4.9-rc.3",
|
|
35
35
|
"tslib": "^2.4.1"
|
|
36
36
|
},
|
|
37
37
|
"schematics": "./schematics/collection.json",
|
|
@@ -548,10 +548,6 @@
|
|
|
548
548
|
"types": "./main/special-calendar-date/index.d.ts",
|
|
549
549
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-special-calendar-date.mjs"
|
|
550
550
|
},
|
|
551
|
-
"./main/split-button": {
|
|
552
|
-
"types": "./main/split-button/index.d.ts",
|
|
553
|
-
"default": "./fesm2022/ui5-webcomponents-ngx-main-split-button.mjs"
|
|
554
|
-
},
|
|
555
551
|
"./main/step-input": {
|
|
556
552
|
"types": "./main/step-input/index.d.ts",
|
|
557
553
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-step-input.mjs"
|
|
@@ -564,6 +560,10 @@
|
|
|
564
560
|
"types": "./main/suggestion-item-custom/index.d.ts",
|
|
565
561
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-custom.mjs"
|
|
566
562
|
},
|
|
563
|
+
"./main/split-button": {
|
|
564
|
+
"types": "./main/split-button/index.d.ts",
|
|
565
|
+
"default": "./fesm2022/ui5-webcomponents-ngx-main-split-button.mjs"
|
|
566
|
+
},
|
|
567
567
|
"./main/suggestion-item-group": {
|
|
568
568
|
"types": "./main/suggestion-item-group/index.d.ts",
|
|
569
569
|
"default": "./fesm2022/ui5-webcomponents-ngx-main-suggestion-item-group.mjs"
|
|
Binary file
|
|
Binary file
|