@openui5/sap.ui.documentation 1.150.0 → 1.152.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.
Files changed (71) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +7 -7
  3. package/src/sap/ui/documentation/.library +1 -1
  4. package/src/sap/ui/documentation/library.js +2 -2
  5. package/src/sap/ui/documentation/messagebundle.properties +6 -0
  6. package/src/sap/ui/documentation/messagebundle_ar.properties +3 -0
  7. package/src/sap/ui/documentation/messagebundle_bg.properties +4 -1
  8. package/src/sap/ui/documentation/messagebundle_ca.properties +3 -0
  9. package/src/sap/ui/documentation/messagebundle_cnr.properties +3 -0
  10. package/src/sap/ui/documentation/messagebundle_cs.properties +3 -0
  11. package/src/sap/ui/documentation/messagebundle_cy.properties +3 -0
  12. package/src/sap/ui/documentation/messagebundle_da.properties +3 -0
  13. package/src/sap/ui/documentation/messagebundle_de.properties +3 -0
  14. package/src/sap/ui/documentation/messagebundle_el.properties +3 -0
  15. package/src/sap/ui/documentation/messagebundle_en.properties +3 -0
  16. package/src/sap/ui/documentation/messagebundle_en_GB.properties +3 -0
  17. package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +3 -0
  18. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +3 -0
  19. package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +3 -0
  20. package/src/sap/ui/documentation/messagebundle_es.properties +3 -0
  21. package/src/sap/ui/documentation/messagebundle_es_MX.properties +3 -0
  22. package/src/sap/ui/documentation/messagebundle_et.properties +3 -0
  23. package/src/sap/ui/documentation/messagebundle_fi.properties +3 -0
  24. package/src/sap/ui/documentation/messagebundle_fr.properties +3 -0
  25. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +3 -0
  26. package/src/sap/ui/documentation/messagebundle_hi.properties +3 -0
  27. package/src/sap/ui/documentation/messagebundle_hr.properties +3 -0
  28. package/src/sap/ui/documentation/messagebundle_hu.properties +3 -0
  29. package/src/sap/ui/documentation/messagebundle_id.properties +3 -0
  30. package/src/sap/ui/documentation/messagebundle_it.properties +3 -0
  31. package/src/sap/ui/documentation/messagebundle_iw.properties +3 -0
  32. package/src/sap/ui/documentation/messagebundle_ja.properties +3 -0
  33. package/src/sap/ui/documentation/messagebundle_kk.properties +3 -0
  34. package/src/sap/ui/documentation/messagebundle_ko.properties +3 -0
  35. package/src/sap/ui/documentation/messagebundle_lt.properties +3 -0
  36. package/src/sap/ui/documentation/messagebundle_lv.properties +3 -0
  37. package/src/sap/ui/documentation/messagebundle_mk.properties +3 -0
  38. package/src/sap/ui/documentation/messagebundle_ms.properties +3 -0
  39. package/src/sap/ui/documentation/messagebundle_nl.properties +3 -0
  40. package/src/sap/ui/documentation/messagebundle_no.properties +3 -0
  41. package/src/sap/ui/documentation/messagebundle_pl.properties +3 -0
  42. package/src/sap/ui/documentation/messagebundle_pt.properties +3 -0
  43. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +3 -0
  44. package/src/sap/ui/documentation/messagebundle_ro.properties +3 -0
  45. package/src/sap/ui/documentation/messagebundle_ru.properties +3 -0
  46. package/src/sap/ui/documentation/messagebundle_sh.properties +3 -0
  47. package/src/sap/ui/documentation/messagebundle_sk.properties +3 -0
  48. package/src/sap/ui/documentation/messagebundle_sl.properties +3 -0
  49. package/src/sap/ui/documentation/messagebundle_sr.properties +3 -0
  50. package/src/sap/ui/documentation/messagebundle_sv.properties +3 -0
  51. package/src/sap/ui/documentation/messagebundle_th.properties +3 -0
  52. package/src/sap/ui/documentation/messagebundle_tr.properties +3 -0
  53. package/src/sap/ui/documentation/messagebundle_uk.properties +4 -1
  54. package/src/sap/ui/documentation/messagebundle_vi.properties +3 -0
  55. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +3 -0
  56. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +3 -0
  57. package/src/sap/ui/documentation/sdk/CookieStatement.html +35 -25
  58. package/src/sap/ui/documentation/sdk/controller/App.controller.js +332 -342
  59. package/src/sap/ui/documentation/sdk/controller/Code.controller.js +8 -4
  60. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +9 -3
  61. package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +31 -5
  62. package/src/sap/ui/documentation/sdk/controller/Welcome.controller.js +1 -1
  63. package/src/sap/ui/documentation/sdk/controller/util/SearchRenderer.js +167 -0
  64. package/src/sap/ui/documentation/sdk/controller/util/UsageTracker.js +27 -14
  65. package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saptrc.properties +3 -0
  66. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  67. package/src/sap/ui/documentation/sdk/view/App.view.xml +202 -192
  68. package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +63 -14
  69. package/src/sap/ui/documentation/themes/base/Documentation.less +26 -141
  70. package/src/sap/ui/documentation/themes/sap_belize_base/Documentation.less +0 -140
  71. package/src/sap/ui/documentation/sdk/view/GlobalSearchPicker.fragment.xml +0 -73
@@ -4,213 +4,115 @@
4
4
  xmlns:tnt="sap.tnt"
5
5
  xmlns:core="sap.ui.core"
6
6
  xmlns:mvc="sap.ui.core.mvc"
7
- xmlns:grid="sap.ui.layout.cssgrid"
8
- xmlns:custom="sap.ui.documentation"
7
+ xmlns:webcc="sap.f.gen.ui5.webcomponents.dist"
8
+ xmlns:fiori="sap.f.gen.ui5.webcomponents_fiori.dist"
9
9
  displayBlock="true"
10
10
  busy="{appView>/busy}"
11
- busyIndicatorDelay="{appView>/delay}">
12
-
11
+ busyIndicatorDelay="{appView>/delay}"
12
+ core:require="{ allIcons: 'sap/f/thirdparty/ui5/webcomponents_icons/AllIcons' }">
13
13
  <tnt:ToolPage id="demoKitPage" class="sapUiDemokit">
14
14
  <tnt:header>
15
- <tnt:ToolHeader id="demoKitHeader" class="sapUiDemokitMainHeader">
16
- <grid:CSSGrid width="100%" class="sapUiDemokitMainHeaderGrid">
15
+ <fiori:ShellBar
16
+ id="demoKitShellBar"
17
+ class="sapUiDemokitMainHeader"
18
+ showNotifications="{= !${versionData>/isURLVersioned} }"
19
+ notificationsCount="{news>/newsCount}"
20
+ notificationsClick=".onNewsButtonPress"
21
+ searchFieldToggle=".onSearchFieldToggle">
22
+ <fiori:startButton>
23
+ <webcc:Button
24
+ id="sideNavigationToggleButton"
25
+ icon="sap-icon://menu2"
26
+ design="Transparent"
27
+ tooltip="{i18n>APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP}"
28
+ accessibleName="{i18n>APP_TABHEADER_SIDE_NAVIGATION_TOGGLE_TOOLTIP}"
29
+ visible="{appView>/bPhoneSize}"
30
+ click=".onSideNavigationButtonPress" />
31
+ </fiori:startButton>
32
+ <fiori:branding>
33
+ <fiori:ShellBarBranding text="{i18n>APP_HEADER_TITLE}" click="onHeaderLogoPress">
34
+ <fiori:logo>
35
+ <Image
36
+ src="{= ${versionData>/isOpenUI5} ? ${theme>/OpenUI5Logo} : ${theme>/SAPUI5Logo} }"
37
+ alt="{i18n>APP_HEADER_LOGO_ALT}"
38
+ height="2rem"
39
+ id="sap_logo"
40
+ decorative="false" />
41
+ </fiori:logo>
42
+ </fiori:ShellBarBranding>
43
+ </fiori:branding>
17
44
 
18
- <grid:customLayout>
19
- <grid:GridResponsiveLayout>
20
- <grid:layoutXL>
21
- <grid:GridSettings
22
- gridTemplateColumns="1fr auto 1fr">
23
- </grid:GridSettings>
24
- </grid:layoutXL>
25
- <grid:layoutL>
26
- <grid:GridSettings gridTemplateColumns="1fr auto 1fr">
27
- </grid:GridSettings>
28
- </grid:layoutL>
29
- <grid:layoutM>
30
- <grid:GridSettings gridTemplateColumns="1fr auto auto">
31
- </grid:GridSettings>
32
- </grid:layoutM>
33
- <grid:layoutS>
34
- <grid:GridSettings gridTemplateColumns="1fr auto auto">
35
- </grid:GridSettings>
36
- </grid:layoutS>
37
- </grid:GridResponsiveLayout>
38
- </grid:customLayout>
45
+ <fiori:searchField>
46
+ <fiori:ShellBarSearch
47
+ id="searchControl"
48
+ placeholder="{i18n>APP_HEADER_SEARCH_FIELD_PLACEHOLDER}"
49
+ showClearIcon="true"
50
+ input=".onSearchLiveChange"
51
+ search=".onSearch"
52
+ close=".onSearchClose"
53
+ class="sapUiDemokitSearchInput">
54
+ <fiori:messageArea>
55
+ <fiori:SearchMessageArea
56
+ text="{searchData>/messageAreaText}"
57
+ visible="{= !${appView>/bPhoneSize} }"
58
+ class="sapUiDemokitSearchMessageArea">
59
+ </fiori:SearchMessageArea>
60
+ </fiori:messageArea>
39
61
 
40
- <HBox alignItems="{= ${appView>/bPhoneSize} ? 'Center' : 'Baseline' }">
41
- <Button
42
- icon="sap-icon://menu2"
43
- press=".onSideNavigationButtonPress"
44
- visible="{appView>/bPhoneSize}" />
62
+ </fiori:ShellBarSearch>
63
+ </fiori:searchField>
45
64
 
46
- <Image
47
- src="{= ${versionData>/isOpenUI5} ? ${theme>/OpenUI5Logo} : ${theme>/SAPUI5Logo} }"
48
- alt="{i18n>APP_HEADER_LOGO_ALT}"
49
- class="sapUiDemokitMainHeaderLogo"
50
- height="2rem"
51
- id="sap_logo"
52
- decorative="false"
53
- press=".onHeaderLogoPress" />
65
+ <fiori:content>
66
+ <!-- Version Info and Switch Button -->
67
+ <webcc:Label
68
+ text="{parts: ['appView>/bShowVersionSwitchButton', 'versionData>/isDevVersion', 'versionData>/fullVersion'], formatter: '.formatter.formatVersionStatus'}"
69
+ visible="{= ${appView>/bDesktopSize} }">
70
+ </webcc:Label>
54
71
 
55
- <Title
56
- class="sapUiSmallMarginBeginEnd"
57
- text="{i18n>APP_HEADER_TITLE}"
58
- tooltip="{i18n>APP_HEADER_TITLE}"
59
- visible="{= !${appView>/bPhoneSize} }" />
60
- </HBox>
72
+ <webcc:Button
73
+ id="versionSwitchButton"
74
+ class="sapUiDemoKitHeaderActionsVersionSwitch"
75
+ design="Default"
76
+ icon="sap-icon://dimension"
77
+ endIcon="sap-icon://slim-arrow-down"
78
+ text="{= ${appView>/bDesktopSize}
79
+ ? [${i18n>APP_VERSION_VERSION}, ${versionData>/fullVersion}].join(' ')
80
+ : '' }"
81
+ accessibleName="{= ${appView>/bDesktopSize}
82
+ ? [${i18n>APP_VERSION_VERSION}, ${versionData>/fullVersion}].join(' ')
83
+ : '' }"
84
+ visible="{= ${appView>/bShowVersionSwitchButton} }"
85
+ click=".onChangeVersionButtonPress" />
61
86
 
62
- <HBox justifyContent="Center" alignItems="Center">
63
- <custom:Search
64
- id="searchControl"
65
- toggle="onToggleSearchMode"
66
- search="onSearch"
67
- liveChange="onSearchLiveChange"
68
- isOpen="{appView>/bDesktopSize}" />
69
- </HBox>
87
+ <fiori:ShellBarSpacer/>
70
88
 
71
- <OverflowToolbar class="sapUiDemoKitHeaderOTB" style="Clear">
72
- <ObjectStatus
73
- text="{ parts:
74
- ['appView>/bShowVersionSwitchButton', 'versionData>/isDevVersion', 'versionData>/fullVersion'],
75
- formatter: '.formatter.formatVersionStatus'
76
- }"
77
- state="Information"
78
- inverted="false"
79
- visible="{= ${appView>/bDesktopSize} &amp;&amp; !${appView>/bSearchMode} }">
80
- </ObjectStatus>
89
+ </fiori:content>
81
90
 
82
- <Button
83
- id="versionSwitchButton"
84
- class="sapUiDemoKitHeaderActionsVersionSwitch"
85
- type="Default"
86
- icon="sap-icon://dimension"
87
- text="{= ${appView>/bDesktopSize}
88
- ? [${i18n>APP_VERSION_VERSION}, ${versionData>/fullVersion}].join(' ')
89
- : '' }"
90
- tooltip="{= ${appView>/bDesktopSize}
91
- ? [${i18n>APP_VERSION_VERSION}, ${versionData>/fullVersion}].join(' ')
92
- : '' }"
93
- press=".onChangeVersionButtonPress"
94
- visible="{= ${appView>/bShowVersionSwitchButton} }">
95
- </Button>
91
+ <fiori:ShellBarItem
92
+ id="surveyButton"
93
+ icon="sap-icon://feedback"
94
+ class="sapUiDemoKitHeaderActionsSurveyButton"
95
+ count="{= ${appView>/bShowLongSurvey} ? '1' : '' }"
96
+ click=".launchSurvey"
97
+ text="{i18n>APP_FEEDBACK_BTN_TOOLTIP}"/>
96
98
 
97
- <OverflowToolbarButton
98
- id="surveyButton"
99
- class="sapUiDemoKitHeaderActionsSurveyButton"
100
- icon="sap-icon://feedback"
101
- press=".launchSurvey"
102
- text="{i18n>APP_INFORMATION_BTN_FEEDBACK}"
103
- tooltip="{i18n>APP_FEEDBACK_BTN_TOOLTIP}">
104
- <customData>
105
- <BadgeCustomData visible="{appView>/bShowLongSurvey}" value="1" />
106
- </customData>
107
- </OverflowToolbarButton>
99
+ <fiori:ShellBarItem
100
+ id="policiesMenuButton"
101
+ icon="sap-icon://official-service"
102
+ class="sapUiDemoKitHeaderActionsMenuButton"
103
+ text="{i18n>APP_LEGAL_BTN_TOOLTIP}"
104
+ click=".onOpenPoliciesMenu"/>
108
105
 
109
- <OverflowToolbarMenuButton
110
- class="sapUiDemoKitHeaderActionsMenuButton"
111
- icon="sap-icon://official-service"
112
- text="{i18n>APP_INFORMATION_BTN_POLICIES}"
113
- tooltip="{i18n>APP_LEGAL_BTN_TOOLTIP}">
114
- <menu>
115
- <Menu itemSelected=".onMenuButtonItemSelected">
116
- <MenuItem
117
- key="legal"
118
- icon="sap-icon://compare"
119
- text="{i18n>APP_INFORMATION_BTN_LEGAL}" />
120
- <MenuItem
121
- key="privacy"
122
- icon="sap-icon://locked"
123
- text="{i18n>APP_INFORMATION_BTN_PRIVACY}" />
124
- <MenuItem
125
- key="license"
126
- icon="sap-icon://permission"
127
- text="{i18n>APP_INFORMATION_BTN_LICENSE}"
128
- visible="{versionData>/isOpenUI5}" />
129
- <MenuItem
130
- key="terms_of_use"
131
- icon="sap-icon://document-text"
132
- text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}"
133
- visible="{versionData>/isOpenUI5}" />
134
- <MenuItem
135
- key="cookie_preferences"
136
- icon="sap-icon://user-settings"
137
- text="{i18n>APP_SETTINGS_DIALOG_COOKIE_PREFERENCES}" />
138
- <MenuItem
139
- key="terms_of_use"
140
- icon="sap-icon://document-text"
141
- text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}"
142
- visible="{= !${versionData>/isOpenUI5} &amp;&amp; !${versionData>/isDevEnv} }">
143
- <items>
144
- <MenuItem key="terms_of_use" text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}" />
145
- <MenuItem key="copyright" text="{i18n>APP_INFORMATION_BTN_COPYRIGHT}" />
146
- <MenuItem key="trademark" text="{i18n>APP_INFORMATION_BTN_TRADEMARK}" />
147
- <MenuItem key="disclaimer" text="{i18n>APP_INFORMATION_BTN_DISCLAIMER}" />
148
- </items>
149
- </MenuItem>
150
- </Menu>
151
- </menu>
152
- </OverflowToolbarMenuButton>
106
+ <fiori:ShellBarItem
107
+ id="aboutMenuButton"
108
+ class="sapUiDemoKitHeaderActionsMenuButton"
109
+ icon="sap-icon://action-settings"
110
+ text="{i18n>APP_INFORMATION_BTN_TOOLTIP}"
111
+ click=".onOpenAboutMenu"/>
153
112
 
154
- <OverflowToolbarMenuButton
155
- id="aboutMenuButton"
156
- class="sapUiDemoKitHeaderActionsMenuButton"
157
- icon="sap-icon://action-settings"
158
- text="{i18n>APP_INFORMATION_BTN_SETTINGS}"
159
- tooltip="{i18n>APP_INFORMATION_BTN_TOOLTIP}">
160
- <menu>
161
- <Menu itemSelected=".onMenuButtonItemSelected">
162
- <items>
163
- <MenuItem
164
- key="about"
165
- icon="sap-icon://hint"
166
- text="{i18n>APP_INFORMATION_BTN_ABOUT}" />
167
- <MenuItem
168
- key="appearance"
169
- icon="sap-icon://palette"
170
- text="{i18n>APP_INFORMATION_BTN_APPEARANCE}">
171
- <items>
172
- <MenuItem key="light" text="{i18n>APP_INFORMATION_BTN_APPEARANCE_LIGHT}" />
173
- <MenuItem key="dark" text="{i18n>APP_INFORMATION_BTN_APPEARANCE_DARK}" />
174
- <MenuItem key="hcb" text="{i18n>APP_INFORMATION_BTN_APPEARANCE_HCB}" />
175
- <MenuItem key="hcw" text="{i18n>APP_INFORMATION_BTN_APPEARANCE_HCW}" />
176
- <MenuItem key="auto" text="{i18n>APP_INFORMATION_BTN_APPEARANCE_AUTO}" />
177
- </items>
178
- </MenuItem>
179
- <MenuItem
180
- key="sitemap"
181
- icon="sap-icon://tree"
182
- text="{i18n>APP_INFORMATION_BTN_SITEMAP}"
183
- visible="{versionData>/isOpenUI5}" />
184
- <MenuItem
185
- key="settings"
186
- icon="sap-icon://hello-world"
187
- text="{i18n>APP_SETTINGS_DIALOG_LANGUAGE}" />
188
- <MenuItem
189
- key="cookie_preferences"
190
- icon="sap-icon://customize"
191
- text="{i18n>APP_SETTINGS_DIALOG_COOKIE_PREFERENCES}"
192
- visible="{versionData>/enableAdvancedCookieSettings}" />
193
- </items>
194
- </Menu>
195
- </menu>
196
- </OverflowToolbarMenuButton>
113
+ </fiori:ShellBar>
197
114
 
198
- <OverflowToolbarButton
199
- class="sapUiDemoKitHeaderActionsNewsButton"
200
- icon="sap-icon://bell"
201
- press=".onNewsButtonPress"
202
- text="{i18n>APP_INFORMATION_BTN_NEWS}"
203
- tooltip="{i18n>APP_NEWS_BTN_TOOLTIP}"
204
- visible="{= !${versionData>/isURLVersioned} }">
205
- <customData>
206
- <BadgeCustomData key="badge" value="{news>/newsCount}" />
207
- </customData>
208
- </OverflowToolbarButton>
209
- </OverflowToolbar>
210
- </grid:CSSGrid>
211
- </tnt:ToolHeader>
212
115
  </tnt:header>
213
-
214
116
  <tnt:subHeader>
215
117
  <tnt:ToolHeader class="sapUiDemokitSubHeader" visible="{= !${appView>/bPhoneSize} }">
216
118
  <IconTabHeader
@@ -259,7 +161,6 @@
259
161
  </IconTabHeader>
260
162
  </tnt:ToolHeader>
261
163
  </tnt:subHeader>
262
-
263
164
  <tnt:sideContent>
264
165
  <tnt:SideNavigation
265
166
  id="demoKitSideNavigation"
@@ -348,4 +249,113 @@
348
249
  </ScrollContainer>
349
250
  </tnt:mainContents>
350
251
  </tnt:ToolPage>
252
+
253
+ <webcc:Menu id="aboutMenu" itemClick="onMenuButtonItemSelected">
254
+ <webcc:MenuItem
255
+ text="{i18n>APP_INFORMATION_BTN_ABOUT}"
256
+ icon="sap-icon://hint"
257
+ id="menuItem-about">
258
+ <webcc:customData>
259
+ <core:CustomData key="action" value="about" />
260
+ </webcc:customData>
261
+ </webcc:MenuItem>
262
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_APPEARANCE}" icon="sap-icon://palette" id="menuItem-appearance">
263
+ <webcc:customData>
264
+ <core:CustomData key="action" value="appearance" />
265
+ </webcc:customData>
266
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_APPEARANCE_LIGHT}" id="menuItem-light">
267
+ <webcc:customData>
268
+ <core:CustomData key="action" value="light" />
269
+ </webcc:customData>
270
+ </webcc:MenuItem>
271
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_APPEARANCE_DARK}" id="menuItem-dark">
272
+ <webcc:customData>
273
+ <core:CustomData key="action" value="dark" />
274
+ </webcc:customData>
275
+ </webcc:MenuItem>
276
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_APPEARANCE_HCB}" id="menuItem-hcb">
277
+ <webcc:customData>
278
+ <core:CustomData key="action" value="hcb" />
279
+ </webcc:customData>
280
+ </webcc:MenuItem>
281
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_APPEARANCE_HCW}" id="menuItem-hcw">
282
+ <webcc:customData>
283
+ <core:CustomData key="action" value="hcw" />
284
+ </webcc:customData>
285
+ </webcc:MenuItem>
286
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_APPEARANCE_AUTO}" id="menuItem-auto">
287
+ <webcc:customData>
288
+ <core:CustomData key="action" value="auto" />
289
+ </webcc:customData>
290
+ </webcc:MenuItem>
291
+ </webcc:MenuItem>
292
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_SITEMAP}" icon="sap-icon://tree" visible="{versionData>/isOpenUI5}" id="menuItem-sitemap">
293
+ <webcc:customData>
294
+ <core:CustomData key="action" value="sitemap" />
295
+ </webcc:customData>
296
+ </webcc:MenuItem>
297
+ <webcc:MenuItem text="{i18n>APP_SETTINGS_DIALOG_LANGUAGE}" icon="sap-icon://hello-world" id="menuItem-settings">
298
+ <webcc:customData>
299
+ <core:CustomData key="action" value="settings" />
300
+ </webcc:customData>
301
+ </webcc:MenuItem>
302
+ <webcc:MenuItem text="{i18n>APP_SETTINGS_DIALOG_COOKIE_PREFERENCES}" icon="sap-icon://customize" visible="{versionData>/enableAdvancedCookieSettings}" id="menuItem-cookie_preferences">
303
+ <webcc:customData>
304
+ <core:CustomData key="action" value="cookie_preferences" />
305
+ </webcc:customData>
306
+ </webcc:MenuItem>
307
+ </webcc:Menu>
308
+
309
+ <webcc:Menu id="policiesMenu" itemClick="onMenuButtonItemSelected">
310
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_LEGAL}" icon="sap-icon://compare" id="menuItem-legal">
311
+ <webcc:customData>
312
+ <core:CustomData key="action" value="legal" />
313
+ </webcc:customData>
314
+ </webcc:MenuItem>
315
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_PRIVACY}" icon="sap-icon://locked" id="menuItem-privacy">
316
+ <webcc:customData>
317
+ <core:CustomData key="action" value="privacy" />
318
+ </webcc:customData>
319
+ </webcc:MenuItem>
320
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_LICENSE}" icon="sap-icon://permission" visible="{versionData>/isOpenUI5}" id="menuItem-license">
321
+ <webcc:customData>
322
+ <core:CustomData key="action" value="license" />
323
+ </webcc:customData>
324
+ </webcc:MenuItem>
325
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}" icon="sap-icon://document-text" visible="{versionData>/isOpenUI5}" id="menuItem-terms_of_use">
326
+ <webcc:customData>
327
+ <core:CustomData key="action" value="terms_of_use" />
328
+ </webcc:customData>
329
+ </webcc:MenuItem>
330
+ <webcc:MenuItem text="{i18n>APP_SETTINGS_DIALOG_COOKIE_PREFERENCES}" icon="sap-icon://user-settings" id="menuItem-cookie_preferences_policies">
331
+ <webcc:customData>
332
+ <core:CustomData key="action" value="cookie_preferences" />
333
+ </webcc:customData>
334
+ </webcc:MenuItem>
335
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}" icon="sap-icon://document-text" visible="{= !${versionData>/isOpenUI5} &amp;&amp; !${versionData>/isDevEnv} }" id="menuItem-terms_parent">
336
+ <webcc:customData>
337
+ <core:CustomData key="action" value="terms_parent" />
338
+ </webcc:customData>
339
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}" id="menuItem-terms_of_use_sub">
340
+ <webcc:customData>
341
+ <core:CustomData key="action" value="terms_of_use" />
342
+ </webcc:customData>
343
+ </webcc:MenuItem>
344
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_COPYRIGHT}" id="menuItem-copyright">
345
+ <webcc:customData>
346
+ <core:CustomData key="action" value="copyright" />
347
+ </webcc:customData>
348
+ </webcc:MenuItem>
349
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_TRADEMARK}" id="menuItem-trademark">
350
+ <webcc:customData>
351
+ <core:CustomData key="action" value="trademark" />
352
+ </webcc:customData>
353
+ </webcc:MenuItem>
354
+ <webcc:MenuItem text="{i18n>APP_INFORMATION_BTN_DISCLAIMER}" id="menuItem-disclaimer">
355
+ <webcc:customData>
356
+ <core:CustomData key="action" value="disclaimer" />
357
+ </webcc:customData>
358
+ </webcc:MenuItem>
359
+ </webcc:MenuItem>
360
+ </webcc:Menu>
351
361
  </mvc:View>
@@ -191,8 +191,8 @@
191
191
  <custom:JSDocText sanitizeContent="false" text="{path: 'data', formatter: '.formatter.escapeSettingsValue'}"/>
192
192
  </layout:VerticalLayout>
193
193
  <m:MessageStrip
194
- visible="{=${deprecated} !== undefined}"
195
- text="Deprecated as of version {deprecated/since}"
194
+ visible="{=${deprecatedText} !== undefined}"
195
+ text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
196
196
  type="Error"
197
197
  showIcon="true"
198
198
  showCloseButton="false"
@@ -200,8 +200,8 @@
200
200
  class="sapUiTinyMarginBottom sapUiTinyMarginTop">
201
201
  </m:MessageStrip>
202
202
  <m:MessageStrip
203
- visible="{=${experimental} !== undefined}"
204
- text="Experimental API since {experimental/since} {experimental/text}"
203
+ visible="{=${experimentalText} !== undefined}"
204
+ text="{path : 'experimentalText'}"
205
205
  type="Warning"
206
206
  showIcon="true"
207
207
  showCloseButton="false"
@@ -258,7 +258,27 @@
258
258
  <custom:ParamText text="{name}" phoneText="{phoneName}" depth="{depth}" optional="{optional}"/>
259
259
  <custom:JSDocType typeInfo="{parts: ['typeInfo', 'types', 'type', 'linkEnabled'], formatter: '.formatter.formatJSDocType'}"/>
260
260
  <m:Text text="{parts: ['defaultValue', 'typeInfo'], formatter: '.formatter.formatParamDefaultValue'}"/>
261
- <custom:JSDocText sanitizeContent="false" text="{description}"/>
261
+ <layout:VerticalLayout>
262
+ <custom:JSDocText sanitizeContent="false" text="{description}"/>
263
+ <m:MessageStrip
264
+ visible="{=${deprecatedText} !== undefined}"
265
+ text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
266
+ type="Error"
267
+ showIcon="true"
268
+ showCloseButton="false"
269
+ enableFormattedText="true"
270
+ class="sapUiTinyMarginBottom sapUiTinyMarginTop">
271
+ </m:MessageStrip>
272
+ <m:MessageStrip
273
+ visible="{=${experimentalText} !== undefined}"
274
+ text="{path : 'experimentalText'}"
275
+ type="Warning"
276
+ showIcon="true"
277
+ showCloseButton="false"
278
+ enableFormattedText="true"
279
+ class="sapUiTinyMarginBottom sapUiTinyMarginTop">
280
+ </m:MessageStrip>
281
+ </layout:VerticalLayout>
262
282
  </custom:Row>
263
283
  </custom:LightTable>
264
284
  </template:if>
@@ -322,8 +342,8 @@
322
342
  class="sapUiTinyMarginBottom sapUiTinyMarginTop">
323
343
  </m:MessageStrip>
324
344
  <m:MessageStrip
325
- visible="{=${experimental} !== undefined}"
326
- text="Experimental API since {experimental/since} {experimental/text}"
345
+ visible="{=${experimentalText} !== undefined}"
346
+ text="{path : 'experimentalText'}"
327
347
  type="Warning"
328
348
  showIcon="true"
329
349
  showCloseButton="false"
@@ -381,8 +401,8 @@
381
401
  class="sapUiTinyMarginBottom sapUiTinyMarginTop">
382
402
  </m:MessageStrip>
383
403
  <m:MessageStrip
384
- visible="{=${experimental} !== undefined}"
385
- text="Experimental API since {experimental/since} {experimental/text}"
404
+ visible="{=${experimentalText} !== undefined}"
405
+ text="{path : 'experimentalText'}"
386
406
  type="Warning"
387
407
  showIcon="true"
388
408
  showCloseButton="false"
@@ -444,8 +464,8 @@
444
464
  <layout:VerticalLayout width="100%">
445
465
  <custom:JSDocText sanitizeContent="false" text="{description}"/>
446
466
  <m:MessageStrip
447
- visible="{=${deprecated} !== undefined}"
448
- text="Deprecated as of version {deprecated/since}"
467
+ visible="{=${deprecatedText} !== undefined}"
468
+ text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
449
469
  type="Error"
450
470
  showIcon="true"
451
471
  showCloseButton="false"
@@ -453,8 +473,8 @@
453
473
  class="sapUiTinyMarginBottom sapUiTinyMarginTop">
454
474
  </m:MessageStrip>
455
475
  <m:MessageStrip
456
- visible="{=${experimental} !== undefined}"
457
- text="Experimental API since {experimental/since} {experimental/text}"
476
+ visible="{=${experimentalText} !== undefined}"
477
+ text="{path : 'experimentalText'}"
458
478
  type="Warning"
459
479
  showIcon="true"
460
480
  showCloseButton="false"
@@ -569,6 +589,15 @@
569
589
  enableFormattedText="true"
570
590
  class="sapUiTinyMarginBottom sapUiTinyMarginTop">
571
591
  </m:MessageStrip>
592
+ <m:MessageStrip
593
+ visible="{=${parameter>experimental} !== undefined}"
594
+ text="{path : 'parameter>experimentalText'}"
595
+ type="Warning"
596
+ showIcon="true"
597
+ showCloseButton="false"
598
+ enableFormattedText="true"
599
+ class="sapUiTinyMarginBottom sapUiTinyMarginTop">
600
+ </m:MessageStrip>
572
601
  </layout:VerticalLayout>
573
602
  </custom:Row>
574
603
  </template:repeat>
@@ -688,7 +717,27 @@
688
717
  <custom:ParamText text="{parameter>name}" phoneText="{parameter>phoneName}" depth="{parameter>depth}" optional="{parameter>optional}"/>
689
718
  <custom:JSDocType typeInfo="{parts: ['parameter>typeInfo','parameter>types'], formatter: '.formatter.stringifyJSDocType'}"/>
690
719
  <m:Text text="{parts: ['parameter>defaultValue', 'parameter>typeInfo'], formatter: '.formatter.formatParamDefaultValue'}"/>
691
- <custom:JSDocText sanitizeContent="false" text="{path: 'parameter>description', formatter: '.formatter.escapeSettingsValue'}"/>
720
+ <layout:VerticalLayout>
721
+ <custom:JSDocText sanitizeContent="false" text="{path: 'parameter>description', formatter: '.formatter.escapeSettingsValue'}"/>
722
+ <m:MessageStrip
723
+ visible="{=${parameter>deprecated} !== undefined}"
724
+ text="{path : 'parameter>deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
725
+ type="Error"
726
+ showIcon="true"
727
+ showCloseButton="false"
728
+ enableFormattedText="true"
729
+ class="sapUiTinyMarginBottom sapUiTinyMarginTop">
730
+ </m:MessageStrip>
731
+ <m:MessageStrip
732
+ visible="{=${parameter>experimental} !== undefined}"
733
+ text="{path : 'parameter>experimentalText'}"
734
+ type="Warning"
735
+ showIcon="true"
736
+ showCloseButton="false"
737
+ enableFormattedText="true"
738
+ class="sapUiTinyMarginBottom sapUiTinyMarginTop">
739
+ </m:MessageStrip>
740
+ </layout:VerticalLayout>
692
741
  </custom:Row>
693
742
  </template:repeat>
694
743
  </custom:LightTable>