@ui5/webcomponents-fiori 0.0.0-11d529e8a → 0.0.0-1e08ebdef

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.
Files changed (219) hide show
  1. package/CHANGELOG.md +84 -0
  2. package/README.md +1 -1
  3. package/dist/Assets-static.js +1 -1
  4. package/dist/Assets.js +1 -1
  5. package/dist/BarcodeScannerDialog.js +4 -5
  6. package/dist/FilterItem.js +1 -0
  7. package/dist/FilterItemOption.js +1 -0
  8. package/dist/FlexibleColumnLayout.js +9 -10
  9. package/dist/IllustratedMessage.js +4 -5
  10. package/dist/NotificationListGroupItem.js +11 -16
  11. package/dist/NotificationListItem.js +9 -14
  12. package/dist/NotificationListItemBase.js +4 -7
  13. package/dist/ProductSwitch.js +3 -5
  14. package/dist/ShellBar.js +127 -32
  15. package/dist/ShellBarItem.js +5 -17
  16. package/dist/SideNavigation.js +4 -0
  17. package/dist/SortItem.js +1 -0
  18. package/dist/Timeline.js +3 -4
  19. package/dist/UploadCollection.js +7 -8
  20. package/dist/UploadCollectionItem.js +16 -13
  21. package/dist/ViewSettingsDialog.js +12 -13
  22. package/dist/Wizard.js +18 -29
  23. package/dist/WizardStep.js +0 -23
  24. package/dist/api.json +62 -35
  25. package/dist/css/themes/Bar.css +1 -0
  26. package/dist/css/themes/BarcodeScannerDialog.css +1 -0
  27. package/dist/css/themes/FilterItem.css +1 -0
  28. package/dist/css/themes/FlexibleColumnLayout.css +1 -0
  29. package/dist/css/themes/IllustratedMessage.css +1 -0
  30. package/dist/css/themes/InvisibleTextStyles.css +1 -0
  31. package/dist/css/themes/NotifactionOverflowActionsPopover.css +1 -0
  32. package/dist/css/themes/NotificationListGroupItem.css +1 -0
  33. package/dist/css/themes/NotificationListItem.css +1 -0
  34. package/dist/css/themes/NotificationListItemBase.css +1 -0
  35. package/dist/css/themes/NotificationPrioIcon.css +1 -0
  36. package/dist/css/themes/Page.css +1 -0
  37. package/dist/css/themes/ProductSwitch.css +1 -0
  38. package/dist/css/themes/ProductSwitchItem.css +1 -0
  39. package/dist/css/themes/ShellBar.css +1 -0
  40. package/dist/css/themes/SideNavigation.css +1 -0
  41. package/dist/css/themes/Timeline.css +1 -0
  42. package/dist/css/themes/TimelineItem.css +1 -0
  43. package/dist/css/themes/UploadCollection.css +1 -0
  44. package/dist/css/themes/UploadCollectionItem.css +1 -0
  45. package/dist/css/themes/ViewSettingsDialog.css +1 -0
  46. package/dist/css/themes/Wizard.css +1 -0
  47. package/dist/css/themes/WizardPopover.css +1 -0
  48. package/dist/css/themes/WizardTab.css +1 -0
  49. package/dist/css/themes/sap_belize/parameters-bundle.css +1 -0
  50. package/dist/css/themes/sap_belize_hcb/parameters-bundle.css +1 -0
  51. package/dist/css/themes/sap_belize_hcw/parameters-bundle.css +1 -0
  52. package/dist/css/themes/sap_fiori_3/parameters-bundle.css +1 -0
  53. package/dist/css/themes/sap_fiori_3_dark/parameters-bundle.css +1 -0
  54. package/dist/css/themes/sap_fiori_3_hcb/parameters-bundle.css +1 -0
  55. package/dist/css/themes/sap_fiori_3_hcw/parameters-bundle.css +1 -0
  56. package/dist/css/themes/sap_horizon/parameters-bundle.css +1 -0
  57. package/dist/css/themes/sap_horizon_exp/parameters-bundle.css +1 -0
  58. package/dist/generated/assets/themes/sap_belize/parameters-bundle.css.json +1 -1
  59. package/dist/generated/assets/themes/sap_belize_hcb/parameters-bundle.css.json +1 -1
  60. package/dist/generated/assets/themes/sap_belize_hcw/parameters-bundle.css.json +1 -1
  61. package/dist/generated/assets/themes/sap_fiori_3/parameters-bundle.css.json +1 -1
  62. package/dist/generated/assets/themes/sap_fiori_3_dark/parameters-bundle.css.json +1 -1
  63. package/dist/generated/assets/themes/sap_fiori_3_hcb/parameters-bundle.css.json +1 -1
  64. package/dist/generated/assets/themes/sap_fiori_3_hcw/parameters-bundle.css.json +1 -1
  65. package/dist/generated/assets/themes/sap_horizon/parameters-bundle.css.json +1 -1
  66. package/dist/generated/assets/themes/sap_horizon_exp/parameters-bundle.css.json +1 -0
  67. package/dist/generated/json-imports/Themes-static.js +4 -2
  68. package/dist/generated/json-imports/Themes.js +2 -1
  69. package/dist/generated/templates/FilterItemTemplate.lit.js +1 -1
  70. package/dist/generated/templates/FlexibleColumnLayoutTemplate.lit.js +1 -1
  71. package/dist/generated/templates/IllustratedMessageTemplate.lit.js +1 -1
  72. package/dist/generated/templates/NotificationListGroupItemTemplate.lit.js +1 -1
  73. package/dist/generated/templates/NotificationListItemTemplate.lit.js +2 -2
  74. package/dist/generated/templates/ShellBarTemplate.lit.js +6 -6
  75. package/dist/generated/templates/SideNavigationItemPopoverContentTemplate.lit.js +1 -1
  76. package/dist/generated/templates/TimelineTemplate.lit.js +1 -1
  77. package/dist/generated/templates/UploadCollectionItemTemplate.lit.js +1 -1
  78. package/dist/generated/templates/WizardTemplate.lit.js +2 -2
  79. package/dist/generated/themes/Bar.css.js +3 -3
  80. package/dist/generated/themes/BarcodeScannerDialog.css.js +3 -3
  81. package/dist/generated/themes/FilterItem.css.js +3 -3
  82. package/dist/generated/themes/FlexibleColumnLayout.css.js +3 -3
  83. package/dist/generated/themes/IllustratedMessage.css.js +3 -3
  84. package/dist/generated/themes/InvisibleTextStyles.css.js +3 -3
  85. package/dist/generated/themes/NotifactionOverflowActionsPopover.css.js +3 -3
  86. package/dist/generated/themes/NotificationListGroupItem.css.js +3 -3
  87. package/dist/generated/themes/NotificationListItem.css.js +3 -3
  88. package/dist/generated/themes/NotificationListItemBase.css.js +3 -3
  89. package/dist/generated/themes/NotificationPrioIcon.css.js +3 -3
  90. package/dist/generated/themes/Page.css.js +3 -3
  91. package/dist/generated/themes/ProductSwitch.css.js +3 -3
  92. package/dist/generated/themes/ProductSwitchItem.css.js +3 -3
  93. package/dist/generated/themes/ShellBar.css.js +3 -3
  94. package/dist/generated/themes/SideNavigation.css.js +3 -3
  95. package/dist/generated/themes/Timeline.css.js +3 -3
  96. package/dist/generated/themes/TimelineItem.css.js +3 -3
  97. package/dist/generated/themes/UploadCollection.css.js +3 -3
  98. package/dist/generated/themes/UploadCollectionItem.css.js +3 -3
  99. package/dist/generated/themes/ViewSettingsDialog.css.js +3 -3
  100. package/dist/generated/themes/Wizard.css.js +3 -3
  101. package/dist/generated/themes/WizardPopover.css.js +3 -3
  102. package/dist/generated/themes/WizardTab.css.js +3 -3
  103. package/dist/generated/themes/sap_belize/parameters-bundle.css.js +1 -1
  104. package/dist/generated/themes/sap_belize_hcb/parameters-bundle.css.js +1 -1
  105. package/dist/generated/themes/sap_belize_hcw/parameters-bundle.css.js +1 -1
  106. package/dist/generated/themes/sap_fiori_3/parameters-bundle.css.js +1 -1
  107. package/dist/generated/themes/sap_fiori_3_dark/parameters-bundle.css.js +1 -1
  108. package/dist/generated/themes/sap_fiori_3_hcb/parameters-bundle.css.js +1 -1
  109. package/dist/generated/themes/sap_fiori_3_hcw/parameters-bundle.css.js +1 -1
  110. package/dist/generated/themes/sap_horizon/parameters-bundle.css.js +1 -1
  111. package/dist/generated/themes/sap_horizon_exp/parameters-bundle.css.js +1 -0
  112. package/package-scripts.js +1 -1
  113. package/package.json +8 -8
  114. package/src/Assets-static.js +1 -1
  115. package/src/Assets.js +1 -1
  116. package/src/BarcodeScannerDialog.js +4 -5
  117. package/src/FilterItem.js +1 -0
  118. package/src/FilterItemOption.js +1 -0
  119. package/src/FlexibleColumnLayout.hbs +0 -2
  120. package/src/FlexibleColumnLayout.js +9 -10
  121. package/src/IllustratedMessage.hbs +13 -13
  122. package/src/IllustratedMessage.js +4 -5
  123. package/src/NotificationListGroupItem.hbs +0 -1
  124. package/src/NotificationListGroupItem.js +11 -16
  125. package/src/NotificationListItem.hbs +1 -1
  126. package/src/NotificationListItem.js +9 -14
  127. package/src/NotificationListItemBase.js +4 -7
  128. package/src/ProductSwitch.js +3 -5
  129. package/src/ShellBar.hbs +24 -19
  130. package/src/ShellBar.js +127 -32
  131. package/src/ShellBarItem.js +5 -17
  132. package/src/SideNavigation.js +4 -0
  133. package/src/SideNavigationItemPopoverContent.hbs +1 -0
  134. package/src/SortItem.js +1 -0
  135. package/src/Timeline.hbs +1 -1
  136. package/src/Timeline.js +3 -4
  137. package/src/UploadCollection.js +7 -8
  138. package/src/UploadCollectionItem.js +16 -13
  139. package/src/ViewSettingsDialog.js +12 -13
  140. package/src/Wizard.hbs +3 -1
  141. package/src/Wizard.js +18 -29
  142. package/src/WizardStep.js +0 -23
  143. package/src/themes/Bar.css +72 -0
  144. package/src/themes/BarcodeScannerDialog.css +35 -0
  145. package/src/themes/FilterItem.css +3 -0
  146. package/src/themes/FlexibleColumnLayout.css +111 -0
  147. package/src/themes/IllustratedMessage.css +167 -0
  148. package/src/themes/InvisibleTextStyles.css +9 -0
  149. package/src/themes/NotifactionOverflowActionsPopover.css +5 -0
  150. package/src/themes/NotificationListGroupItem.css +86 -0
  151. package/src/themes/NotificationListItem.css +168 -0
  152. package/src/themes/NotificationListItemBase.css +57 -0
  153. package/src/themes/NotificationPrioIcon.css +22 -0
  154. package/src/themes/Page.css +129 -0
  155. package/src/themes/ProductSwitch.css +30 -0
  156. package/src/themes/ProductSwitchItem.css +179 -0
  157. package/src/themes/ShellBar.css +534 -0
  158. package/src/themes/SideNavigation.css +50 -0
  159. package/src/themes/Timeline.css +52 -0
  160. package/src/themes/TimelineItem.css +287 -0
  161. package/src/themes/UploadCollection.css +118 -0
  162. package/src/themes/UploadCollectionItem.css +166 -0
  163. package/src/themes/ViewSettingsDialog.css +56 -0
  164. package/src/themes/Wizard.css +89 -0
  165. package/src/themes/WizardPopover.css +18 -0
  166. package/src/themes/WizardTab.css +171 -0
  167. package/src/themes/base/Bar-parameters.css +11 -0
  168. package/src/themes/base/FlexibleColumnLayout-parameters.css +6 -0
  169. package/src/themes/base/IllustratedMessage-parameters.css +13 -0
  170. package/src/themes/base/NotificationListItem-parameters.css +3 -0
  171. package/src/themes/base/Page-parameters.css +3 -0
  172. package/src/themes/base/ProductSwitchItem-parameters.css +10 -0
  173. package/src/themes/base/ShellBar-parameters.css +10 -0
  174. package/src/themes/base/SideNavigation-parameters.css +3 -0
  175. package/src/themes/base/TimelineItem-parameters.css +12 -0
  176. package/src/themes/base/UploadCollection-parameters.css +5 -0
  177. package/src/themes/base/WizardTab-parameters.css +11 -0
  178. package/src/themes/sap_belize/parameters-bundle.css +9 -0
  179. package/src/themes/sap_belize_hcb/FlexibleColumnLayout-parameters.css +6 -0
  180. package/src/themes/sap_belize_hcb/Page-parameters.css +3 -0
  181. package/src/themes/sap_belize_hcb/ProductSwitchItem-parameters.css +8 -0
  182. package/src/themes/sap_belize_hcb/TimelineItem-parameters.css +11 -0
  183. package/src/themes/sap_belize_hcb/UploadCollection-parameters.css +7 -0
  184. package/src/themes/sap_belize_hcb/WizardTab-parameters.css +9 -0
  185. package/src/themes/sap_belize_hcb/parameters-bundle.css +9 -0
  186. package/src/themes/sap_belize_hcw/FlexibleColumnLayout-parameters.css +6 -0
  187. package/src/themes/sap_belize_hcw/Page-parameters.css +3 -0
  188. package/src/themes/sap_belize_hcw/ProductSwitchItem-parameters.css +8 -0
  189. package/src/themes/sap_belize_hcw/TimelineItem-parameters.css +11 -0
  190. package/src/themes/sap_belize_hcw/UploadCollection-parameters.css +6 -0
  191. package/src/themes/sap_belize_hcw/WizardTab-parameters.css +8 -0
  192. package/src/themes/sap_belize_hcw/parameters-bundle.css +9 -0
  193. package/src/themes/sap_fiori_3/parameters-bundle.css +9 -0
  194. package/src/themes/sap_fiori_3_dark/FlexibleColumnLayout-parameters.css +6 -0
  195. package/src/themes/sap_fiori_3_dark/parameters-bundle.css +9 -0
  196. package/src/themes/sap_fiori_3_hcb/FlexibleColumnLayout-parameters.css +6 -0
  197. package/src/themes/sap_fiori_3_hcb/Page-parameters.css +3 -0
  198. package/src/themes/sap_fiori_3_hcb/ProductSwitchItem-parameters.css +9 -0
  199. package/src/themes/sap_fiori_3_hcb/TimelineItem-parameters.css +11 -0
  200. package/src/themes/sap_fiori_3_hcb/UploadCollection-parameters.css +9 -0
  201. package/src/themes/sap_fiori_3_hcb/WizardTab-parameters.css +9 -0
  202. package/src/themes/sap_fiori_3_hcb/parameters-bundle.css +9 -0
  203. package/src/themes/sap_fiori_3_hcw/FlexibleColumnLayout-parameters.css +6 -0
  204. package/src/themes/sap_fiori_3_hcw/Page-parameters.css +3 -0
  205. package/src/themes/sap_fiori_3_hcw/ProductSwitchItem-parameters.css +9 -0
  206. package/src/themes/sap_fiori_3_hcw/TimelineItem-parameters.css +11 -0
  207. package/src/themes/sap_fiori_3_hcw/UploadCollection-parameters.css +8 -0
  208. package/src/themes/sap_fiori_3_hcw/WizardTab-parameters.css +8 -0
  209. package/src/themes/sap_fiori_3_hcw/parameters-bundle.css +9 -0
  210. package/src/themes/sap_horizon/NotificationListItem-parameters.css +3 -0
  211. package/src/themes/sap_horizon/ProductSwitchItem-parameters.css +5 -0
  212. package/src/themes/sap_horizon/ShellBar-parameters.css +10 -0
  213. package/src/themes/sap_horizon/SideNavigation-parameters.css +5 -0
  214. package/src/themes/sap_horizon/TimelineItem-parameters.css +13 -0
  215. package/src/themes/sap_horizon/WizardTab-parameters.css +8 -0
  216. package/src/themes/sap_horizon/parameters-bundle.css +11 -0
  217. package/src/themes/sap_horizon_exp/parameters-bundle.css +9 -0
  218. package/dist/generated/templates/ShellBarItemTemplate.lit.js +0 -7
  219. package/src/ShellBarItem.hbs +0 -1
package/CHANGELOG.md CHANGED
@@ -3,6 +3,90 @@
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.0.1](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0...v1.0.1) (2021-11-10)
7
+
8
+ **Note:** Version bump only for package @ui5/webcomponents-fiori
9
+
10
+
11
+
12
+
13
+
14
+ # [1.0.0](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.16...v1.0.0) (2021-11-10)
15
+
16
+
17
+ **Note:** Version bump only for package @ui5/webcomponents-fiori
18
+
19
+
20
+
21
+
22
+ # [1.0.0-rc.16](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.15...v1.0.0-rc.16) (2021-11-09)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **ui5-bar:** align `middleContent` slot centrally ([#3719](https://github.com/SAP/ui5-webcomponents/issues/3719)) ([d5a0a3a](https://github.com/SAP/ui5-webcomponents/commit/d5a0a3a)), closes [#3456](https://github.com/SAP/ui5-webcomponents/issues/3456) [#3456](https://github.com/SAP/ui5-webcomponents/issues/3456)
28
+ * **ui5-flexible-column-layout:** documentation improvement ([#3908](https://github.com/SAP/ui5-webcomponents/issues/3908)) ([dee93fa](https://github.com/SAP/ui5-webcomponents/commit/dee93fa))
29
+ * **ui5-flexible-column-layout:** speech output on layout arrows ([#4034](https://github.com/SAP/ui5-webcomponents/issues/4034)) ([272e600](https://github.com/SAP/ui5-webcomponents/commit/272e600)), closes [#3699](https://github.com/SAP/ui5-webcomponents/issues/3699)
30
+ * **ui5-illustrated-message:** add missing dependencies ([#3822](https://github.com/SAP/ui5-webcomponents/issues/3822)) ([75e6a8c](https://github.com/SAP/ui5-webcomponents/commit/75e6a8c))
31
+ * **ui5-illustrated-message:** generation script ([#3903](https://github.com/SAP/ui5-webcomponents/issues/3903)) ([ecf9563](https://github.com/SAP/ui5-webcomponents/commit/ecf9563))
32
+ * **ui5-illustrated-message:** remove style attribute of svg ([#3605](https://github.com/SAP/ui5-webcomponents/issues/3605)) ([41f72e3](https://github.com/SAP/ui5-webcomponents/commit/41f72e3))
33
+ * **ui5-li-notification:** fix icon padding in rtl ([#3876](https://github.com/SAP/ui5-webcomponents/issues/3876)) ([6ebfecb](https://github.com/SAP/ui5-webcomponents/commit/6ebfecb))
34
+ * **ui5-list, ui5-table, ui5-notification, ui5-busy-indicator:** getFocusDomRef returns the correct element when the state is busy ([#3951](https://github.com/SAP/ui5-webcomponents/issues/3951)) ([ec81c15](https://github.com/SAP/ui5-webcomponents/commit/ec81c15)), closes [#3922](https://github.com/SAP/ui5-webcomponents/issues/3922)
35
+ * **ui5-product-switch:** adapt focus styles to sap_horizon ([#4276](https://github.com/SAP/ui5-webcomponents/issues/4276)) ([b053ad0](https://github.com/SAP/ui5-webcomponents/commit/b053ad0))
36
+ * **ui5-product-switch-item:** no-wrap title behavior added when subtitle is not present ([#3800](https://github.com/SAP/ui5-webcomponents/issues/3800)) ([3f007fd](https://github.com/SAP/ui5-webcomponents/commit/3f007fd))
37
+ * **ui5-shellbar:** fix public readonly getters ([#4283](https://github.com/SAP/ui5-webcomponents/issues/4283)) ([d90daf5](https://github.com/SAP/ui5-webcomponents/commit/d90daf5))
38
+ * **ui5-shellbar:** fixed growing of left container ([#4105](https://github.com/SAP/ui5-webcomponents/issues/4105)) ([5b167f4](https://github.com/SAP/ui5-webcomponents/commit/5b167f4))
39
+ * **ui5-shellbar:** press on custom action throws JS error ([#4281](https://github.com/SAP/ui5-webcomponents/issues/4281)) ([c73294b](https://github.com/SAP/ui5-webcomponents/commit/c73294b))
40
+ * **ui5-shellbar:** remove empty secondary title wrapper ([#3737](https://github.com/SAP/ui5-webcomponents/issues/3737)) ([28d9a1a](https://github.com/SAP/ui5-webcomponents/commit/28d9a1a)), closes [#3698](https://github.com/SAP/ui5-webcomponents/issues/3698) [#3698](https://github.com/SAP/ui5-webcomponents/issues/3698)
41
+ * **ui5-shellbar:** remove unnecessary aria-label from buttons ([#3981](https://github.com/SAP/ui5-webcomponents/issues/3981)) ([d60120d](https://github.com/SAP/ui5-webcomponents/commit/d60120d)), closes [#3953](https://github.com/SAP/ui5-webcomponents/issues/3953)
42
+ * **ui5-shellbar-item:** fix JS error on click ([#4287](https://github.com/SAP/ui5-webcomponents/issues/4287)) ([3289da4](https://github.com/SAP/ui5-webcomponents/commit/3289da4))
43
+ * **ui5-timeline:** align indicator in compact mode ([#3902](https://github.com/SAP/ui5-webcomponents/issues/3902)) ([0c31502](https://github.com/SAP/ui5-webcomponents/commit/0c31502))
44
+ * **ui5-timeline:** elements with role option have a parent element with role listbox ([#4053](https://github.com/SAP/ui5-webcomponents/issues/4053)) ([2b27754](https://github.com/SAP/ui5-webcomponents/commit/2b27754)), closes [#3459](https://github.com/SAP/ui5-webcomponents/issues/3459)
45
+ * **ui5-timeline:** keyboard handling is now compliant with the specification ([#3722](https://github.com/SAP/ui5-webcomponents/issues/3722)) ([2ad208e](https://github.com/SAP/ui5-webcomponents/commit/2ad208e))
46
+ * **ui5-tree, ui5-table, ui5-side-navigation:** unnecessary scrollbar in RTL is removed ([#3948](https://github.com/SAP/ui5-webcomponents/issues/3948)) ([61fe0fe](https://github.com/SAP/ui5-webcomponents/commit/61fe0fe))
47
+ * **ui5-upload-collection:** exploratory testing issues ([#3797](https://github.com/SAP/ui5-webcomponents/issues/3797)) ([7028b6c](https://github.com/SAP/ui5-webcomponents/commit/7028b6c)), closes [#3625](https://github.com/SAP/ui5-webcomponents/issues/3625)
48
+ * **ui5-upload-collection:** fix "no files" heading HTML tag ([#3930](https://github.com/SAP/ui5-webcomponents/issues/3930)) ([e020249](https://github.com/SAP/ui5-webcomponents/commit/e020249))
49
+ * **ui5-wizard:** check if tab has a focusable element ([#3904](https://github.com/SAP/ui5-webcomponents/issues/3904)) ([a64eaf8](https://github.com/SAP/ui5-webcomponents/commit/a64eaf8))
50
+ * **ui5-wizard:** grouped steps could be activated ([#3961](https://github.com/SAP/ui5-webcomponents/issues/3961)) ([be36219](https://github.com/SAP/ui5-webcomponents/commit/be36219))
51
+ * **ui5-wizard:** remove unneeded aria properties ([#4262](https://github.com/SAP/ui5-webcomponents/issues/4262)) ([7fa969b](https://github.com/SAP/ui5-webcomponents/commit/7fa969b))
52
+ * **ui5-wizard:** step titles are now visible on phone ([#3895](https://github.com/SAP/ui5-webcomponents/issues/3895)) ([9a183b4](https://github.com/SAP/ui5-webcomponents/commit/9a183b4))
53
+ * **ui5-view-settings-dialog:** import all dependencies ([#4074](https://github.com/SAP/ui5-webcomponents/issues/4074)) ([11d529e](https://github.com/SAP/ui5-webcomponents/commit/11d529e))
54
+
55
+
56
+ ### Code Refactoring
57
+
58
+ * **ui5-message-strip:** rename tag name ([#4268](https://github.com/SAP/ui5-webcomponents/issues/4268)) ([ec30ec2](https://github.com/SAP/ui5-webcomponents/commit/ec30ec2))
59
+ * **ui5-shellbar-item:** rename "item-click" to "click" ([#4282](https://github.com/SAP/ui5-webcomponents/issues/4282)) ([4cd86b1](https://github.com/SAP/ui5-webcomponents/commit/4cd86b1))
60
+
61
+
62
+ ### Features
63
+
64
+ * **ui5-illustrated-message:** add TNT illustration set ([#3857](https://github.com/SAP/ui5-webcomponents/issues/3857)) ([0ade371](https://github.com/SAP/ui5-webcomponents/commit/0ade371))
65
+ * **ui5-illustrated-message:** introduce subtitle slot ([#3633](https://github.com/SAP/ui5-webcomponents/issues/3633)) ([96ccf93](https://github.com/SAP/ui5-webcomponents/commit/96ccf93)), closes [#3557](https://github.com/SAP/ui5-webcomponents/issues/3557) [#3557](https://github.com/SAP/ui5-webcomponents/issues/3557)
66
+ * **ui5-li-notification:** adjust focus styles to sap_horizon ([#4228](https://github.com/SAP/ui5-webcomponents/issues/4228)) ([1f681d0](https://github.com/SAP/ui5-webcomponents/commit/1f681d0))
67
+ * **ui5-shellbar:** implement sap_horizon ([#4251](https://github.com/SAP/ui5-webcomponents/issues/4251)) ([7500a08](https://github.com/SAP/ui5-webcomponents/commit/7500a08))
68
+ * **ui5-side-navigation:** adjust focus styles in overflow to sap_horizon ([#4240](https://github.com/SAP/ui5-webcomponents/issues/4240)) ([99e962c](https://github.com/SAP/ui5-webcomponents/commit/99e962c))
69
+ * introduce sap_horizon theme initial draft ([#3991](https://github.com/SAP/ui5-webcomponents/issues/3991)) ([b1afaf0](https://github.com/SAP/ui5-webcomponents/commit/b1afaf0)), closes [#3988](https://github.com/SAP/ui5-webcomponents/issues/3988)
70
+ * rework stableDomRef concept ([#4210](https://github.com/SAP/ui5-webcomponents/issues/4210)) ([d1ebea3](https://github.com/SAP/ui5-webcomponents/commit/d1ebea3))
71
+ * **ui5-product-switch:** add selected state to an item ([#3872](https://github.com/SAP/ui5-webcomponents/issues/3872)) ([9e7928b](https://github.com/SAP/ui5-webcomponents/commit/9e7928b))
72
+ * **ui5-side-navigation:** Items now have tooltip ([#3921](https://github.com/SAP/ui5-webcomponents/issues/3921)) ([5849a38](https://github.com/SAP/ui5-webcomponents/commit/5849a38)), closes [#3549](https://github.com/SAP/ui5-webcomponents/issues/3549) [#3549](https://github.com/SAP/ui5-webcomponents/issues/3549)
73
+ * **ui5-timeline:** implement sap_horizon theme ([13a168e](https://github.com/SAP/ui5-webcomponents/commit/13a168e))
74
+ * **ui5-upload-collection:** Added "accessibleName" property ([#3917](https://github.com/SAP/ui5-webcomponents/issues/3917)) ([ea79fb3](https://github.com/SAP/ui5-webcomponents/commit/ea79fb3)), closes [#3768](https://github.com/SAP/ui5-webcomponents/issues/3768) [#3768](https://github.com/SAP/ui5-webcomponents/issues/3768)
75
+ * **ui5-view-settings-dialog:** introduce filter section ([#3616](https://github.com/SAP/ui5-webcomponents/issues/3616)) ([52987c2](https://github.com/SAP/ui5-webcomponents/commit/52987c2))
76
+ * **ui5-view-settings-dialog:** introduce new component ([#3502](https://github.com/SAP/ui5-webcomponents/issues/3502)) ([3bc11e3](https://github.com/SAP/ui5-webcomponents/commit/3bc11e3)), closes [#3304](https://github.com/SAP/ui5-webcomponents/issues/3304) [#3304](https://github.com/SAP/ui5-webcomponents/issues/3304)
77
+ * **ui5-wizard:** SAP Horizon theme implementation ([#4172](https://github.com/SAP/ui5-webcomponents/issues/4172)) ([67eea9b](https://github.com/SAP/ui5-webcomponents/commit/67eea9b))
78
+
79
+
80
+ ### BREAKING CHANGES
81
+
82
+ * **ui5-shellbar-item:** ShellBarItem's event "item-click" has been renamed to "click".
83
+ * **ui5-message-strip:** MessageStrip component's tag name has been renamed from ui5-messagestrip to ui5-message-strip.
84
+ * **ui5-wizard:** accessible-name has been removed
85
+
86
+
87
+
88
+
89
+
6
90
  # [1.0.0-rc.15](https://github.com/SAP/ui5-webcomponents/compare/v1.0.0-rc.14...v1.0.0-rc.15) (2021-07-23)
7
91
 
8
92
 
package/README.md CHANGED
@@ -74,7 +74,7 @@ Importing the module above enables the detailed but more resource-intensive anim
74
74
  We welcome all comments, suggestions, questions, and bug reports. Please follow our [Support Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/SUPPORT.md#-content) on how to report an issue, or chat with us in the `#webcomponents` channel of the [OpenUI5 Community Slack](https://join-ui5-slack.herokuapp.com/).
75
75
 
76
76
  ## Contribute
77
- Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/CONTRIBUTING.md).
77
+ Please check our [Contribution Guidelines](https://github.com/SAP/ui5-webcomponents/blob/master/docs/6-contributing/02-conventions-and-guidelines.md).
78
78
 
79
79
  ## License
80
80
  Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
@@ -1,4 +1,4 @@
1
- // main package assets (transitively base and theme-base)
1
+ // main package assets (transitively base and theming)
2
2
  import "@ui5/webcomponents/dist/Assets-static.js";
3
3
 
4
4
  // own fiori package assets
package/dist/Assets.js CHANGED
@@ -1,4 +1,4 @@
1
- // main package assets (transitively base, theme-base and icons)
1
+ // main package assets (transitively base, theming and icons)
2
2
  import "@ui5/webcomponents/dist/Assets.js";
3
3
 
4
4
  // own fiori package assets
@@ -1,6 +1,6 @@
1
1
  import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
2
  import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
- import { fetchI18nBundle, getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
3
+ import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
4
4
  import Dialog from "@ui5/webcomponents/dist/Dialog.js";
5
5
  import Button from "@ui5/webcomponents/dist/Button.js";
6
6
  import BusyIndicator from "@ui5/webcomponents/dist/BusyIndicator.js";
@@ -110,7 +110,6 @@ const metadata = {
110
110
  class BarcodeScannerDialog extends UI5Element {
111
111
  constructor() {
112
112
  super();
113
- this.i18nBundle = getI18nBundle("@ui5/webcomponents-fiori");
114
113
  this._codeReader = new BrowserMultiFormatReader();
115
114
  }
116
115
 
@@ -139,7 +138,7 @@ class BarcodeScannerDialog extends UI5Element {
139
138
  }
140
139
 
141
140
  static async onDefine() {
142
- await fetchI18nBundle("@ui5/webcomponents-fiori");
141
+ BarcodeScannerDialog.i18nBundle = await getI18nBundle("@ui5/webcomponents-fiori");
143
142
  }
144
143
 
145
144
  /**
@@ -242,11 +241,11 @@ class BarcodeScannerDialog extends UI5Element {
242
241
  }
243
242
 
244
243
  get _cancelButtonText() {
245
- return this.i18nBundle.getText(BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT);
244
+ return BarcodeScannerDialog.i18nBundle.getText(BARCODE_SCANNER_DIALOG_CANCEL_BUTTON_TXT);
246
245
  }
247
246
 
248
247
  get _busyIndicatorText() {
249
- return this.i18nBundle.getText(BARCODE_SCANNER_DIALOG_LOADING_TXT);
248
+ return BarcodeScannerDialog.i18nBundle.getText(BARCODE_SCANNER_DIALOG_LOADING_TXT);
250
249
  }
251
250
 
252
251
  static get dependencies() {
@@ -68,6 +68,7 @@ const metadata = {
68
68
  * @extends ListItem
69
69
  * @since 1.0.0-rc.16
70
70
  * @tagname ui5-filter-item
71
+ * @implements sap.ui.webcomponents.fiori.IFilterItem
71
72
  * @public
72
73
  */
73
74
  class FilterItem extends ListItem {
@@ -55,6 +55,7 @@ const metadata = {
55
55
  * @extends UI5Element
56
56
  * @since 1.0.0-rc.16
57
57
  * @tagname ui5-filter-item-option
58
+ * @implements sap.ui.webcomponents.fiori.IFilterItemOption
58
59
  * @public
59
60
  */
60
61
  class FilterItemOption extends UI5Element {
@@ -3,7 +3,7 @@ import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
3
3
  import ResizeHandler from "@ui5/webcomponents-base/dist/delegate/ResizeHandler.js";
4
4
  import Float from "@ui5/webcomponents-base/dist/types/Float.js";
5
5
  import Integer from "@ui5/webcomponents-base/dist/types/Integer.js";
6
- import { fetchI18nBundle, getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
6
+ import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
7
7
  import AnimationMode from "@ui5/webcomponents-base/dist/types/AnimationMode.js";
8
8
  import { getAnimationMode } from "@ui5/webcomponents-base/dist/config/AnimationMode.js";
9
9
  import { isIE } from "@ui5/webcomponents-base/dist/Device.js";
@@ -259,7 +259,6 @@ class FlexibleColumnLayout extends UI5Element {
259
259
  this._prevLayout = null;
260
260
  this.initialRendering = true;
261
261
  this._handleResize = this.handleResize.bind(this);
262
- this.i18nBundle = getI18nBundle("@ui5/webcomponents-fiori");
263
262
  }
264
263
 
265
264
  static get metadata() {
@@ -283,7 +282,7 @@ class FlexibleColumnLayout extends UI5Element {
283
282
  }
284
283
 
285
284
  static async onDefine() {
286
- await fetchI18nBundle("@ui5/webcomponents-fiori");
285
+ FlexibleColumnLayout.i18nBundle = await getI18nBundle("@ui5/webcomponents-fiori");
287
286
  }
288
287
 
289
288
  static get BREAKPOINTS() {
@@ -656,15 +655,15 @@ class FlexibleColumnLayout extends UI5Element {
656
655
  }
657
656
 
658
657
  get accStartColumnText() {
659
- return this.accessibilityTexts.startColumnAccessibleName || this.i18nBundle.getText(FCL_START_COLUMN_TXT);
658
+ return this.accessibilityTexts.startColumnAccessibleName || FlexibleColumnLayout.i18nBundle.getText(FCL_START_COLUMN_TXT);
660
659
  }
661
660
 
662
661
  get accMiddleColumnText() {
663
- return this.accessibilityTexts.midColumnAccessibleName || this.i18nBundle.getText(FCL_MIDDLE_COLUMN_TXT);
662
+ return this.accessibilityTexts.midColumnAccessibleName || FlexibleColumnLayout.i18nBundle.getText(FCL_MIDDLE_COLUMN_TXT);
664
663
  }
665
664
 
666
665
  get accEndColumnText() {
667
- return this.accessibilityTexts.endColumnAccessibleName || this.i18nBundle.getText(FCL_END_COLUMN_TXT);
666
+ return this.accessibilityTexts.endColumnAccessibleName || FlexibleColumnLayout.i18nBundle.getText(FCL_END_COLUMN_TXT);
668
667
  }
669
668
 
670
669
  get _effectiveLayoutsByMedia() {
@@ -675,20 +674,20 @@ class FlexibleColumnLayout extends UI5Element {
675
674
  const customTexts = this.accessibilityTexts;
676
675
 
677
676
  if (this.startArrowDirection === "mirror") {
678
- return customTexts.startArrowLeftText || this.i18nBundle.getText(FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP);
677
+ return customTexts.startArrowLeftText || FlexibleColumnLayout.i18nBundle.getText(FCL_START_COLUMN_COLLAPSE_BUTTON_TOOLTIP);
679
678
  }
680
679
 
681
- return customTexts.startArrowRightText || this.i18nBundle.getText(FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP);
680
+ return customTexts.startArrowRightText || FlexibleColumnLayout.i18nBundle.getText(FCL_START_COLUMN_EXPAND_BUTTON_TOOLTIP);
682
681
  }
683
682
 
684
683
  get accEndArrowText() {
685
684
  const customTexts = this.accessibilityTexts;
686
685
 
687
686
  if (this.endArrowDirection === "mirror") {
688
- return customTexts.endArrowRightText || this.i18nBundle.getText(FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP);
687
+ return customTexts.endArrowRightText || FlexibleColumnLayout.i18nBundle.getText(FCL_END_COLUMN_COLLAPSE_BUTTON_TOOLTIP);
689
688
  }
690
689
 
691
- return customTexts.endArrowLeftText || this.i18nBundle.getText(FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP);
690
+ return customTexts.endArrowLeftText || FlexibleColumnLayout.i18nBundle.getText(FCL_END_COLUMN_EXPAND_BUTTON_TOOLTIP);
692
691
  }
693
692
  }
694
693
 
@@ -2,7 +2,7 @@ import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
2
2
  import ResizeHandler from "@ui5/webcomponents-base/dist/delegate/ResizeHandler.js";
3
3
  import { getIllustrationDataSync } from "@ui5/webcomponents-base/dist/asset-registries/Illustrations.js";
4
4
 
5
- import { getI18nBundle, fetchI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
5
+ import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
6
6
  import Title from "@ui5/webcomponents/dist/Title.js";
7
7
  import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js";
8
8
  import IllustratedMessageTemplate from "./generated/templates/IllustratedMessageTemplate.lit.js";
@@ -189,7 +189,6 @@ class IllustratedMessage extends UI5Element {
189
189
  constructor() {
190
190
  super();
191
191
 
192
- this.i18nBundle = getI18nBundle("@ui5/webcomponents-fiori");
193
192
  this._handleResize = this.handleResize.bind(this);
194
193
  }
195
194
 
@@ -210,7 +209,7 @@ class IllustratedMessage extends UI5Element {
210
209
  }
211
210
 
212
211
  static async onDefine() {
213
- await fetchI18nBundle("@ui5/webcomponents-fiori");
212
+ IllustratedMessage.i18nBundle = await getI18nBundle("@ui5/webcomponents-fiori");
214
213
  }
215
214
 
216
215
  static get BREAKPOINTS() {
@@ -248,8 +247,8 @@ class IllustratedMessage extends UI5Element {
248
247
  this.dialogSvg = illustrationData.dialogSvg;
249
248
  this.sceneSvg = illustrationData.sceneSvg;
250
249
 
251
- this.illustrationTitle = this.i18nBundle.getText(illustrationData.title);
252
- this.illustrationSubtitle = this.i18nBundle.getText(illustrationData.subtitle);
250
+ this.illustrationTitle = IllustratedMessage.i18nBundle.getText(illustrationData.title);
251
+ this.illustrationSubtitle = IllustratedMessage.i18nBundle.getText(illustrationData.subtitle);
253
252
  }
254
253
 
255
254
  onEnterDOM() {
@@ -1,4 +1,3 @@
1
- import { fetchI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
2
1
  import Priority from "@ui5/webcomponents/dist/types/Priority.js";
3
2
  import List from "@ui5/webcomponents/dist/List.js";
4
3
  import Button from "@ui5/webcomponents/dist/Button.js";
@@ -167,41 +166,37 @@ class NotificationListGroupItem extends NotificationListItemBase {
167
166
  ];
168
167
  }
169
168
 
170
- static async onDefine() {
171
- await fetchI18nBundle("@ui5/webcomponents-fiori");
172
- }
173
-
174
169
  get itemsCount() {
175
170
  return this.items.length;
176
171
  }
177
172
 
178
173
  get overflowBtnAccessibleName() {
179
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE);
174
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE);
180
175
  }
181
176
 
182
177
  get closeBtnAccessibleName() {
183
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE);
178
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_CLOSE_BTN_TITLE);
184
179
  }
185
180
 
186
181
  get toggleBtnAccessibleName() {
187
182
  if (this.collapsed) {
188
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE);
183
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_EXPAND_TITLE);
189
184
  }
190
185
 
191
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE);
186
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_TOGGLE_BTN_COLLAPSE_TITLE);
192
187
  }
193
188
 
194
189
  get priorityText() {
195
190
  if (this.priority === Priority.High) {
196
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT);
191
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT);
197
192
  }
198
193
 
199
194
  if (this.priority === Priority.Medium) {
200
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT);
195
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT);
201
196
  }
202
197
 
203
198
  if (this.priority === Priority.Low) {
204
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT);
199
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT);
205
200
  }
206
201
 
207
202
  return "";
@@ -213,18 +208,18 @@ class NotificationListGroupItem extends NotificationListItemBase {
213
208
 
214
209
  get readText() {
215
210
  if (this.read) {
216
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_READ);
211
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_READ);
217
212
  }
218
213
 
219
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_UNREAD);
214
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_UNREAD);
220
215
  }
221
216
 
222
217
  get groupText() {
223
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_TXT);
218
+ return NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_TXT);
224
219
  }
225
220
 
226
221
  get counterText() {
227
- const text = this.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT);
222
+ const text = NotificationListGroupItem.i18nFioriBundle.getText(NOTIFICATION_LIST_GROUP_ITEM_COUNTER_TXT);
228
223
  return this.showCounter ? `${text} ${this.itemsCount}` : "";
229
224
  }
230
225
 
@@ -1,5 +1,4 @@
1
1
  import { isSpace, isEnter } from "@ui5/webcomponents-base/dist/Keys.js";
2
- import { fetchI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
3
2
  import ResizeHandler from "@ui5/webcomponents-base/dist/delegate/ResizeHandler.js";
4
3
  import { isIE } from "@ui5/webcomponents-base/dist/Device.js";
5
4
 
@@ -212,10 +211,6 @@ class NotificationListItem extends NotificationListItemBase {
212
211
  ];
213
212
  }
214
213
 
215
- static async onDefine() {
216
- await fetchI18nBundle("@ui5/webcomponents-fiori");
217
- }
218
-
219
214
  onEnterDOM() {
220
215
  ResizeHandler.register(this, this.onResizeBind);
221
216
  }
@@ -234,18 +229,18 @@ class NotificationListItem extends NotificationListItemBase {
234
229
 
235
230
  get showMoreText() {
236
231
  if (this._showMorePressed) {
237
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_SHOW_LESS);
232
+ return NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_SHOW_LESS);
238
233
  }
239
234
 
240
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_SHOW_MORE);
235
+ return NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_SHOW_MORE);
241
236
  }
242
237
 
243
238
  get overflowBtnAccessibleName() {
244
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE);
239
+ return NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_OVERLOW_BTN_TITLE);
245
240
  }
246
241
 
247
242
  get closeBtnAccessibleName() {
248
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE);
243
+ return NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_CLOSE_BTN_TITLE);
249
244
  }
250
245
 
251
246
  get hideShowMore() {
@@ -331,23 +326,23 @@ class NotificationListItem extends NotificationListItemBase {
331
326
 
332
327
  get priorityText() {
333
328
  if (this.priority === Priority.High) {
334
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT);
329
+ return NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_HIGH_PRIORITY_TXT);
335
330
  }
336
331
 
337
332
  if (this.priority === Priority.Medium) {
338
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT);
333
+ return NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_MEDIUM_PRIORITY_TXT);
339
334
  }
340
335
 
341
336
  if (this.priority === Priority.Low) {
342
- return this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT);
337
+ return NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_LOW_PRIORITY_TXT);
343
338
  }
344
339
 
345
340
  return "";
346
341
  }
347
342
 
348
343
  get accInvisibleText() {
349
- const notificationText = this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_TXT);
350
- const readText = this.read ? this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_READ) : this.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_UNREAD);
344
+ const notificationText = NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_TXT);
345
+ const readText = this.read ? NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_READ) : NotificationListItem.i18nFioriBundle.getText(NOTIFICATION_LIST_ITEM_UNREAD);
351
346
  const priorityText = this.priorityText;
352
347
 
353
348
  return `${notificationText} ${readText} ${priorityText}`;
@@ -1,6 +1,5 @@
1
1
  import { isSpace } from "@ui5/webcomponents-base/dist/Keys.js";
2
2
  import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
3
-
4
3
  import ListItemBase from "@ui5/webcomponents/dist/ListItemBase.js";
5
4
  import Integer from "@ui5/webcomponents-base/dist/types/Integer.js";
6
5
  import Priority from "@ui5/webcomponents/dist/types/Priority.js";
@@ -141,12 +140,6 @@ const metadata = {
141
140
  * @public
142
141
  */
143
142
  class NotificationListItemBase extends ListItemBase {
144
- constructor() {
145
- super();
146
-
147
- this.i18nFioriBundle = getI18nBundle("@ui5/webcomponents-fiori");
148
- }
149
-
150
143
  static get metadata() {
151
144
  return metadata;
152
145
  }
@@ -269,6 +262,10 @@ class NotificationListItemBase extends ListItemBase {
269
262
  const staticAreaItem = await this.getStaticAreaItemDomRef();
270
263
  return staticAreaItem.querySelector(".ui5-notification-overflow-popover");
271
264
  }
265
+
266
+ static async onDefine() {
267
+ NotificationListItemBase.i18nFioriBundle = await getI18nBundle("@ui5/webcomponents-fiori");
268
+ }
272
269
  }
273
270
 
274
271
  export default NotificationListItemBase;
@@ -1,4 +1,4 @@
1
- import { fetchI18nBundle, getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
1
+ import { getI18nBundle } from "@ui5/webcomponents-base/dist/i18nBundle.js";
2
2
 
3
3
  import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js";
4
4
  import ItemNavigation from "@ui5/webcomponents-base/dist/delegate/ItemNavigation.js";
@@ -95,8 +95,6 @@ class ProductSwitch extends UI5Element {
95
95
  rowSize: this._rowSize,
96
96
  getItemsCallback: () => this.items,
97
97
  });
98
-
99
- this.i18nBundle = getI18nBundle("@ui5/webcomponents");
100
98
  }
101
99
 
102
100
  static get metadata() {
@@ -123,11 +121,11 @@ class ProductSwitch extends UI5Element {
123
121
  }
124
122
 
125
123
  static async onDefine() {
126
- await fetchI18nBundle("@ui5/webcomponents");
124
+ ProductSwitch.i18nBundle = await getI18nBundle("@ui5/webcomponents-fiori");
127
125
  }
128
126
 
129
127
  get _ariaLabelText() {
130
- return this.i18nBundle.getText(PRODUCT_SWITCH_CONTAINER_LABEL);
128
+ return ProductSwitch.i18nBundle.getText(PRODUCT_SWITCH_CONTAINER_LABEL);
131
129
  }
132
130
 
133
131
  onEnterDOM() {