@ui5/webcomponents 1.9.0 → 1.9.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/CHANGELOG.md +37 -0
- package/package.json +6 -6
- package/dist/generated/js-imports/Illustrations.js +0 -103
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,43 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.9.0](https://github.com/SAP/ui5-webcomponents/compare/v1.8.0...v1.9.0) (2022-10-31)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **form support:** remove additional fields from ACC tree ([#5922](https://github.com/SAP/ui5-webcomponents/issues/5922)) ([fed99ed](https://github.com/SAP/ui5-webcomponents/commit/fed99ed5a51730aa2fd4cf016f68a17b6f770154)), closes [#5917](https://github.com/SAP/ui5-webcomponents/issues/5917)
|
|
12
|
+
* make static are items recognizable to openui5 dialogs ([#5888](https://github.com/SAP/ui5-webcomponents/issues/5888)) ([efaa1d6](https://github.com/SAP/ui5-webcomponents/commit/efaa1d6e60f965ef0f8479adcd823e1bf5396992)), closes [#5634](https://github.com/SAP/ui5-webcomponents/issues/5634)
|
|
13
|
+
* **ui5-combobox:** announce additional text of selected item ([#5943](https://github.com/SAP/ui5-webcomponents/issues/5943)) ([4c1ca7d](https://github.com/SAP/ui5-webcomponents/commit/4c1ca7db79b8c26b621d45bf4e3a788b24315cb3))
|
|
14
|
+
* **ui5-icon:** visualize the icons properly in Safari ([#5871](https://github.com/SAP/ui5-webcomponents/issues/5871)) ([3f255d9](https://github.com/SAP/ui5-webcomponents/commit/3f255d9410f1c583a58db5d6c2c4a7232c929995))
|
|
15
|
+
* **ui5-input:** type composition characters correctly ([#5869](https://github.com/SAP/ui5-webcomponents/issues/5869)) ([5f61d11](https://github.com/SAP/ui5-webcomponents/commit/5f61d1190e4d592ad69a256b8890840869d5cfb7))
|
|
16
|
+
* **ui5-label:** improve "for" attribute accessibility reading ([#5872](https://github.com/SAP/ui5-webcomponents/issues/5872)) ([b9ffaa6](https://github.com/SAP/ui5-webcomponents/commit/b9ffaa6f0353e9e8136019978299548021555643))
|
|
17
|
+
* **ui5-li:** apply proper border radius to avatar with image ([#5942](https://github.com/SAP/ui5-webcomponents/issues/5942)) ([f200a76](https://github.com/SAP/ui5-webcomponents/commit/f200a76ef667f867cdd4d323aba0d1e0eb00f53d))
|
|
18
|
+
* **ui5-listitem:** prevent default event action when fire custom press event ([#5928](https://github.com/SAP/ui5-webcomponents/issues/5928)) ([ed1efcc](https://github.com/SAP/ui5-webcomponents/commit/ed1efccc2190512dbafbaffd76f88471c0f3467e))
|
|
19
|
+
* **ui5-multi-input:** import value help icon ([#5972](https://github.com/SAP/ui5-webcomponents/issues/5972)) ([b36be95](https://github.com/SAP/ui5-webcomponents/commit/b36be95bf05036fb390039928f77885efb79f9ad))
|
|
20
|
+
* **ui5-radio-button:** improve acc ([#5880](https://github.com/SAP/ui5-webcomponents/issues/5880)) ([6616897](https://github.com/SAP/ui5-webcomponents/commit/66168972b54c6d20801be5ced4bb6ca04506ad75))
|
|
21
|
+
* **ui5-tabcontainer:** translate semantic design aria description ([#5883](https://github.com/SAP/ui5-webcomponents/issues/5883)) ([f256d0b](https://github.com/SAP/ui5-webcomponents/commit/f256d0b2f36d9a085e1e0b2843c3f10a63800fc2))
|
|
22
|
+
* **ui5-table-row:** refactor navigated property ([#5976](https://github.com/SAP/ui5-webcomponents/issues/5976)) ([ba264af](https://github.com/SAP/ui5-webcomponents/commit/ba264afb386f256ccaecd4a056acb95429fb58c3))
|
|
23
|
+
* **ui5-table:** announce whether a row is selected or not ([#5930](https://github.com/SAP/ui5-webcomponents/issues/5930)) ([4d34fe9](https://github.com/SAP/ui5-webcomponents/commit/4d34fe9eb9a343634774292b2eac7c12d5876b30))
|
|
24
|
+
* **ui5-table:** enable focus navigation in popin content ([#5900](https://github.com/SAP/ui5-webcomponents/issues/5900)) ([9fd81e2](https://github.com/SAP/ui5-webcomponents/commit/9fd81e2097e5099c04567961e9df97049fb8e6cc))
|
|
25
|
+
* **ui5-table:** remove role row as it is redundant ([#5939](https://github.com/SAP/ui5-webcomponents/issues/5939)) ([a7fe699](https://github.com/SAP/ui5-webcomponents/commit/a7fe6994505986245571a5d28f070e4990e3b4a2))
|
|
26
|
+
* **ui5-time-picker:** enable text spacing ([#5940](https://github.com/SAP/ui5-webcomponents/issues/5940)) ([da7ae70](https://github.com/SAP/ui5-webcomponents/commit/da7ae70b6a672d3dac3defa0387fe910bd9594f7)), closes [#5792](https://github.com/SAP/ui5-webcomponents/issues/5792)
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Features
|
|
30
|
+
|
|
31
|
+
* **framework:** generate custom elements manifest ([#5964](https://github.com/SAP/ui5-webcomponents/issues/5964)) ([0d62770](https://github.com/SAP/ui5-webcomponents/commit/0d62770cace54fd9aef73d9632dd06d8a83680e9))
|
|
32
|
+
* **ui5-avatar:** support of 3 letters is enabled ([#5870](https://github.com/SAP/ui5-webcomponents/issues/5870)) ([43338e1](https://github.com/SAP/ui5-webcomponents/commit/43338e1dba3053f4af273de78e86f5c36b7aa2a3))
|
|
33
|
+
* **ui5-li:** introduce deleteButton slot ([#5971](https://github.com/SAP/ui5-webcomponents/issues/5971)) ([ca40efd](https://github.com/SAP/ui5-webcomponents/commit/ca40efdd1465903a2dc0d50f31f5213a34dbe7a1)), closes [#5826](https://github.com/SAP/ui5-webcomponents/issues/5826)
|
|
34
|
+
* **ui5-link:** make acceessibleRole property public ([#5879](https://github.com/SAP/ui5-webcomponents/issues/5879)) ([6ce8b2d](https://github.com/SAP/ui5-webcomponents/commit/6ce8b2dee9cbf0ccbe2d310a241f02c173d85cd9)), closes [#5686](https://github.com/SAP/ui5-webcomponents/issues/5686)
|
|
35
|
+
* **ui5-radiobutton:** add "required" property ([#5937](https://github.com/SAP/ui5-webcomponents/issues/5937)) ([621b87a](https://github.com/SAP/ui5-webcomponents/commit/621b87a4f62a41ee603255b2982efb6d34782da3))
|
|
36
|
+
* **ui5-switch:** provide tooltip property ([#5954](https://github.com/SAP/ui5-webcomponents/issues/5954)) ([5b5db73](https://github.com/SAP/ui5-webcomponents/commit/5b5db734e1e3ff475867b5e8d243b146163ee14e)), closes [#5552](https://github.com/SAP/ui5-webcomponents/issues/5552)
|
|
37
|
+
* **ui5-table-row:** added navigated property ([#5946](https://github.com/SAP/ui5-webcomponents/issues/5946)) ([3c2a8a3](https://github.com/SAP/ui5-webcomponents/commit/3c2a8a3079f7d5598c281b294e184ae960db7470))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
6
43
|
# [1.8.0](https://github.com/SAP/ui5-webcomponents/compare/v1.7.1...v1.8.0) (2022-10-03)
|
|
7
44
|
|
|
8
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/webcomponents",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "UI5 Web Components: webcomponents.main",
|
|
5
5
|
"ui5": {
|
|
6
6
|
"webComponentsPackage": true
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"directory": "packages/main"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@ui5/webcomponents-base": "1.9.
|
|
46
|
-
"@ui5/webcomponents-icons": "1.9.
|
|
47
|
-
"@ui5/webcomponents-localization": "1.9.
|
|
48
|
-
"@ui5/webcomponents-theming": "1.9.
|
|
45
|
+
"@ui5/webcomponents-base": "1.9.1",
|
|
46
|
+
"@ui5/webcomponents-icons": "1.9.1",
|
|
47
|
+
"@ui5/webcomponents-localization": "1.9.1",
|
|
48
|
+
"@ui5/webcomponents-theming": "1.9.1"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@ui5/webcomponents-tools": "1.9.
|
|
51
|
+
"@ui5/webcomponents-tools": "1.9.1",
|
|
52
52
|
"chromedriver": "106.0.1"
|
|
53
53
|
}
|
|
54
54
|
}
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
import { registerIllustrationLoader } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
|
|
2
|
-
|
|
3
|
-
const loadIllustration = async (illustrationName) => {
|
|
4
|
-
switch (illustrationName) {
|
|
5
|
-
case "AddColumn": return (await import("../../illustrations/AddColumn.js")).default;
|
|
6
|
-
case "AddPeople": return (await import("../../illustrations/AddPeople.js")).default;
|
|
7
|
-
case "BalloonSky": return (await import("../../illustrations/BalloonSky.js")).default;
|
|
8
|
-
case "BeforeSearch": return (await import("../../illustrations/BeforeSearch.js")).default;
|
|
9
|
-
case "Connection": return (await import("../../illustrations/Connection.js")).default;
|
|
10
|
-
case "EmptyCalendar": return (await import("../../illustrations/EmptyCalendar.js")).default;
|
|
11
|
-
case "EmptyList": return (await import("../../illustrations/EmptyList.js")).default;
|
|
12
|
-
case "EmptyPlanningCalendar": return (await import("../../illustrations/EmptyPlanningCalendar.js")).default;
|
|
13
|
-
case "ErrorScreen": return (await import("../../illustrations/ErrorScreen.js")).default;
|
|
14
|
-
case "FilterTable": return (await import("../../illustrations/FilterTable.js")).default;
|
|
15
|
-
case "GroupTable": return (await import("../../illustrations/GroupTable.js")).default;
|
|
16
|
-
case "NoActivities": return (await import("../../illustrations/NoActivities.js")).default;
|
|
17
|
-
case "NoData": return (await import("../../illustrations/NoData.js")).default;
|
|
18
|
-
case "NoEntries": return (await import("../../illustrations/NoEntries.js")).default;
|
|
19
|
-
case "NoFilterResults": return (await import("../../illustrations/NoFilterResults.js")).default;
|
|
20
|
-
case "NoMail": return (await import("../../illustrations/NoMail.js")).default;
|
|
21
|
-
case "NoMail_v1": return (await import("../../illustrations/NoMail_v1.js")).default;
|
|
22
|
-
case "NoNotifications": return (await import("../../illustrations/NoNotifications.js")).default;
|
|
23
|
-
case "NoSavedItems": return (await import("../../illustrations/NoSavedItems.js")).default;
|
|
24
|
-
case "NoSavedItems_v1": return (await import("../../illustrations/NoSavedItems_v1.js")).default;
|
|
25
|
-
case "NoSearchResults": return (await import("../../illustrations/NoSearchResults.js")).default;
|
|
26
|
-
case "NoTasks": return (await import("../../illustrations/NoTasks.js")).default;
|
|
27
|
-
case "NoTasks_v1": return (await import("../../illustrations/NoTasks_v1.js")).default;
|
|
28
|
-
case "PageNotFound": return (await import("../../illustrations/PageNotFound.js")).default;
|
|
29
|
-
case "ReloadScreen": return (await import("../../illustrations/ReloadScreen.js")).default;
|
|
30
|
-
case "ResizeColumn": return (await import("../../illustrations/ResizeColumn.js")).default;
|
|
31
|
-
case "SearchEarth": return (await import("../../illustrations/SearchEarth.js")).default;
|
|
32
|
-
case "SearchFolder": return (await import("../../illustrations/SearchFolder.js")).default;
|
|
33
|
-
case "SimpleBalloon": return (await import("../../illustrations/SimpleBalloon.js")).default;
|
|
34
|
-
case "SimpleBell": return (await import("../../illustrations/SimpleBell.js")).default;
|
|
35
|
-
case "SimpleCalendar": return (await import("../../illustrations/SimpleCalendar.js")).default;
|
|
36
|
-
case "SimpleCheckMark": return (await import("../../illustrations/SimpleCheckMark.js")).default;
|
|
37
|
-
case "SimpleConnection": return (await import("../../illustrations/SimpleConnection.js")).default;
|
|
38
|
-
case "SimpleEmptyDoc": return (await import("../../illustrations/SimpleEmptyDoc.js")).default;
|
|
39
|
-
case "SimpleEmptyList": return (await import("../../illustrations/SimpleEmptyList.js")).default;
|
|
40
|
-
case "SimpleError": return (await import("../../illustrations/SimpleError.js")).default;
|
|
41
|
-
case "SimpleMagnifier": return (await import("../../illustrations/SimpleMagnifier.js")).default;
|
|
42
|
-
case "SimpleMail": return (await import("../../illustrations/SimpleMail.js")).default;
|
|
43
|
-
case "SimpleNoSavedItems": return (await import("../../illustrations/SimpleNoSavedItems.js")).default;
|
|
44
|
-
case "SimpleNotFoundMagnifier": return (await import("../../illustrations/SimpleNotFoundMagnifier.js")).default;
|
|
45
|
-
case "SimpleReload": return (await import("../../illustrations/SimpleReload.js")).default;
|
|
46
|
-
case "SimpleTask": return (await import("../../illustrations/SimpleTask.js")).default;
|
|
47
|
-
case "SleepingBell": return (await import("../../illustrations/SleepingBell.js")).default;
|
|
48
|
-
case "SortColumn": return (await import("../../illustrations/SortColumn.js")).default;
|
|
49
|
-
case "SuccessBalloon": return (await import("../../illustrations/SuccessBalloon.js")).default;
|
|
50
|
-
case "SuccessCheckMark": return (await import("../../illustrations/SuccessCheckMark.js")).default;
|
|
51
|
-
case "SuccessHighFive": return (await import("../../illustrations/SuccessHighFive.js")).default;
|
|
52
|
-
case "SuccessScreen": return (await import("../../illustrations/SuccessScreen.js")).default;
|
|
53
|
-
case "Tent": return (await import("../../illustrations/Tent.js")).default;
|
|
54
|
-
case "UnableToLoad": return (await import("../../illustrations/UnableToLoad.js")).default;
|
|
55
|
-
case "UnableToLoadImage": return (await import("../../illustrations/UnableToLoadImage.js")).default;
|
|
56
|
-
case "UnableToUpload": return (await import("../../illustrations/UnableToUpload.js")).default;
|
|
57
|
-
case "UploadCollection": return (await import("../../illustrations/UploadCollection.js")).default;
|
|
58
|
-
case "TntChartArea": return (await import("../../illustrations/tnt/ChartArea.js")).default;
|
|
59
|
-
case "TntChartArea2": return (await import("../../illustrations/tnt/ChartArea2.js")).default;
|
|
60
|
-
case "TntChartBPMNFlow": return (await import("../../illustrations/tnt/ChartBPMNFlow.js")).default;
|
|
61
|
-
case "TntChartBar": return (await import("../../illustrations/tnt/ChartBar.js")).default;
|
|
62
|
-
case "TntChartBullet": return (await import("../../illustrations/tnt/ChartBullet.js")).default;
|
|
63
|
-
case "TntChartDoughnut": return (await import("../../illustrations/tnt/ChartDoughnut.js")).default;
|
|
64
|
-
case "TntChartFlow": return (await import("../../illustrations/tnt/ChartFlow.js")).default;
|
|
65
|
-
case "TntChartGantt": return (await import("../../illustrations/tnt/ChartGantt.js")).default;
|
|
66
|
-
case "TntChartOrg": return (await import("../../illustrations/tnt/ChartOrg.js")).default;
|
|
67
|
-
case "TntChartPie": return (await import("../../illustrations/tnt/ChartPie.js")).default;
|
|
68
|
-
case "TntCodePlaceholder": return (await import("../../illustrations/tnt/CodePlaceholder.js")).default;
|
|
69
|
-
case "TntCompany": return (await import("../../illustrations/tnt/Company.js")).default;
|
|
70
|
-
case "TntComponents": return (await import("../../illustrations/tnt/Components.js")).default;
|
|
71
|
-
case "TntExternalLink": return (await import("../../illustrations/tnt/ExternalLink.js")).default;
|
|
72
|
-
case "TntFaceID": return (await import("../../illustrations/tnt/FaceID.js")).default;
|
|
73
|
-
case "TntFingerprint": return (await import("../../illustrations/tnt/Fingerprint.js")).default;
|
|
74
|
-
case "TntLock": return (await import("../../illustrations/tnt/Lock.js")).default;
|
|
75
|
-
case "TntMission": return (await import("../../illustrations/tnt/Mission.js")).default;
|
|
76
|
-
case "TntNoApplications": return (await import("../../illustrations/tnt/NoApplications.js")).default;
|
|
77
|
-
case "TntNoFlows": return (await import("../../illustrations/tnt/NoFlows.js")).default;
|
|
78
|
-
case "TntNoUsers": return (await import("../../illustrations/tnt/NoUsers.js")).default;
|
|
79
|
-
case "TntRadar": return (await import("../../illustrations/tnt/Radar.js")).default;
|
|
80
|
-
case "TntSecrets": return (await import("../../illustrations/tnt/Secrets.js")).default;
|
|
81
|
-
case "TntServices": return (await import("../../illustrations/tnt/Services.js")).default;
|
|
82
|
-
case "TntSessionExpired": return (await import("../../illustrations/tnt/SessionExpired.js")).default;
|
|
83
|
-
case "TntSessionExpiring": return (await import("../../illustrations/tnt/SessionExpiring.js")).default;
|
|
84
|
-
case "TntSuccess": return (await import("../../illustrations/tnt/Success.js")).default;
|
|
85
|
-
case "TntSuccessfulAuth": return (await import("../../illustrations/tnt/SuccessfulAuth.js")).default;
|
|
86
|
-
case "TntSystems": return (await import("../../illustrations/tnt/Systems.js")).default;
|
|
87
|
-
case "TntTeams": return (await import("../../illustrations/tnt/Teams.js")).default;
|
|
88
|
-
case "TntTools": return (await import("../../illustrations/tnt/Tools.js")).default;
|
|
89
|
-
case "TntUnableToLoad": return (await import("../../illustrations/tnt/UnableToLoad.js")).default;
|
|
90
|
-
case "TntUnlock": return (await import("../../illustrations/tnt/Unlock.js")).default;
|
|
91
|
-
case "TntUnsuccessfulAuth": return (await import("../../illustrations/tnt/UnsuccessfulAuth.js")).default;
|
|
92
|
-
case "TntUser2": return (await import("../../illustrations/tnt/User2.js")).default;
|
|
93
|
-
default: throw new Error("[Illustrations] Illustration not found: " + illustrationName);
|
|
94
|
-
}
|
|
95
|
-
};
|
|
96
|
-
const loadAndCheck = async (illustrationName) => {
|
|
97
|
-
const data = await loadIllustration(illustrationName);
|
|
98
|
-
return data;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
["AddColumn", "AddPeople", "BalloonSky", "BeforeSearch", "Connection", "EmptyCalendar", "EmptyList", "EmptyPlanningCalendar", "ErrorScreen", "FilterTable", "GroupTable", "NoActivities", "NoData", "NoEntries", "NoFilterResults", "NoMail", "NoMail_v1", "NoNotifications", "NoSavedItems", "NoSavedItems_v1", "NoSearchResults", "NoTasks", "NoTasks_v1", "PageNotFound", "ReloadScreen", "ResizeColumn", "SearchEarth", "SearchFolder", "SimpleBalloon", "SimpleBell", "SimpleCalendar", "SimpleCheckMark", "SimpleConnection", "SimpleEmptyDoc", "SimpleEmptyList", "SimpleError", "SimpleMagnifier", "SimpleMail", "SimpleNoSavedItems", "SimpleNotFoundMagnifier", "SimpleReload", "SimpleTask", "SleepingBell", "SortColumn", "SuccessBalloon", "SuccessCheckMark", "SuccessHighFive", "SuccessScreen", "Tent", "UnableToLoad", "UnableToLoadImage", "UnableToUpload", "UploadCollection"].forEach(illustrationName => registerIllustrationLoader(illustrationName, loadAndCheck));
|
|
103
|
-
["TntChartArea", "TntChartArea2", "TntChartBPMNFlow", "TntChartBar", "TntChartBullet", "TntChartDoughnut", "TntChartFlow", "TntChartGantt", "TntChartOrg", "TntChartPie", "TntCodePlaceholder", "TntCompany", "TntComponents", "TntExternalLink", "TntFaceID", "TntFingerprint", "TntLock", "TntMission", "TntNoApplications", "TntNoFlows", "TntNoUsers", "TntRadar", "TntSecrets", "TntServices", "TntSessionExpired", "TntSessionExpiring", "TntSuccess", "TntSuccessfulAuth", "TntSystems", "TntTeams", "TntTools", "TntUnableToLoad", "TntUnlock", "TntUnsuccessfulAuth", "TntUser2"].forEach(illustrationName => registerIllustrationLoader(illustrationName, loadAndCheck));
|