@openui5/sap.ui.documentation 1.96.2 → 1.97.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 (70) hide show
  1. package/.reuse/dep5 +1 -1
  2. package/THIRDPARTY.txt +2 -1
  3. package/package.json +6 -6
  4. package/src/sap/ui/documentation/.library +1 -1
  5. package/src/sap/ui/documentation/library.js +2 -2
  6. package/src/sap/ui/documentation/messagebundle.properties +28 -2
  7. package/src/sap/ui/documentation/messagebundle_ar.properties +16 -1
  8. package/src/sap/ui/documentation/messagebundle_bg.properties +16 -1
  9. package/src/sap/ui/documentation/messagebundle_ca.properties +16 -1
  10. package/src/sap/ui/documentation/messagebundle_cs.properties +16 -1
  11. package/src/sap/ui/documentation/messagebundle_cy.properties +16 -1
  12. package/src/sap/ui/documentation/messagebundle_da.properties +16 -1
  13. package/src/sap/ui/documentation/messagebundle_de.properties +16 -1
  14. package/src/sap/ui/documentation/messagebundle_el.properties +16 -1
  15. package/src/sap/ui/documentation/messagebundle_en.properties +16 -1
  16. package/src/sap/ui/documentation/messagebundle_en_GB.properties +16 -1
  17. package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +16 -1
  18. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +2 -7
  19. package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +16 -1
  20. package/src/sap/ui/documentation/messagebundle_es.properties +16 -1
  21. package/src/sap/ui/documentation/messagebundle_es_MX.properties +18 -3
  22. package/src/sap/ui/documentation/messagebundle_et.properties +16 -1
  23. package/src/sap/ui/documentation/messagebundle_fi.properties +16 -1
  24. package/src/sap/ui/documentation/messagebundle_fr.properties +16 -1
  25. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +16 -1
  26. package/src/sap/ui/documentation/messagebundle_hi.properties +16 -1
  27. package/src/sap/ui/documentation/messagebundle_hr.properties +16 -1
  28. package/src/sap/ui/documentation/messagebundle_hu.properties +16 -1
  29. package/src/sap/ui/documentation/messagebundle_id.properties +17 -2
  30. package/src/sap/ui/documentation/messagebundle_it.properties +16 -1
  31. package/src/sap/ui/documentation/messagebundle_iw.properties +16 -1
  32. package/src/sap/ui/documentation/messagebundle_ja.properties +16 -1
  33. package/src/sap/ui/documentation/messagebundle_kk.properties +16 -1
  34. package/src/sap/ui/documentation/messagebundle_ko.properties +16 -1
  35. package/src/sap/ui/documentation/messagebundle_lt.properties +16 -1
  36. package/src/sap/ui/documentation/messagebundle_lv.properties +16 -1
  37. package/src/sap/ui/documentation/messagebundle_ms.properties +16 -1
  38. package/src/sap/ui/documentation/messagebundle_nl.properties +16 -1
  39. package/src/sap/ui/documentation/messagebundle_no.properties +16 -1
  40. package/src/sap/ui/documentation/messagebundle_pl.properties +16 -1
  41. package/src/sap/ui/documentation/messagebundle_pt.properties +16 -1
  42. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +16 -1
  43. package/src/sap/ui/documentation/messagebundle_ro.properties +16 -1
  44. package/src/sap/ui/documentation/messagebundle_ru.properties +16 -1
  45. package/src/sap/ui/documentation/messagebundle_sh.properties +16 -1
  46. package/src/sap/ui/documentation/messagebundle_sk.properties +16 -1
  47. package/src/sap/ui/documentation/messagebundle_sl.properties +16 -1
  48. package/src/sap/ui/documentation/messagebundle_sv.properties +16 -1
  49. package/src/sap/ui/documentation/messagebundle_th.properties +16 -1
  50. package/src/sap/ui/documentation/messagebundle_tr.properties +16 -1
  51. package/src/sap/ui/documentation/messagebundle_uk.properties +30 -15
  52. package/src/sap/ui/documentation/messagebundle_vi.properties +16 -1
  53. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +16 -1
  54. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +16 -1
  55. package/src/sap/ui/documentation/sdk/controller/App.controller.js +77 -1
  56. package/src/sap/ui/documentation/sdk/controller/News.controller.js +77 -0
  57. package/src/sap/ui/documentation/sdk/controller/util/ConfigUtil.js +16 -0
  58. package/src/sap/ui/documentation/sdk/controller/util/NewsInfo.js +188 -0
  59. package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +7 -1
  60. package/src/sap/ui/documentation/sdk/css/style.css +31 -0
  61. package/src/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg +0 -0
  62. package/src/sap/ui/documentation/sdk/manifest.json +12 -0
  63. package/src/sap/ui/documentation/sdk/view/App.view.xml +18 -0
  64. package/src/sap/ui/documentation/sdk/view/ChangeVersionDialog.fragment.xml +1 -2
  65. package/src/sap/ui/documentation/sdk/view/News.view.xml +68 -0
  66. package/src/sap/ui/documentation/sdk/view/NewsPopover.fragment.xml +51 -0
  67. package/src/sap/ui/documentation/sdk/view/Tools.view.xml +23 -25
  68. package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +40 -6
  69. package/src/sap/ui/documentation/themes/base/Documentation.less +1 -7
  70. package/ui5.yaml +4 -1
@@ -53,10 +53,11 @@
53
53
  <VBox justifyContent="SpaceBetween">
54
54
  <VBox class="sapUiSmallMargin toolspageCardInfo">
55
55
  <html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
56
- <Title
56
+ <custom:TitleLink
57
57
  level="H1"
58
58
  titleStyle="H1"
59
59
  text="{/uiThemeDesigner/text}"
60
+ href="{/uiThemeDesigner/href}"
60
61
  target="_blank"
61
62
  wrapping="true"/>
62
63
  </html:div>
@@ -72,16 +73,6 @@
72
73
  width="1.25rem"
73
74
  press="onDisclaimerLinkPress"/>
74
75
  </html:div>
75
- <html:div class="sapUIDisclaimerLink">
76
- <Link text="{i18n>TOOLS_CARD_2_LINK_1}"
77
- target="_blank"
78
- href="https://www.sap.com/community/topics/ui-theme-designer.html"/>
79
- <Image
80
- src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
81
- tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
82
- width="1.25rem"
83
- press="onDisclaimerLinkPress"/>
84
- </html:div>
85
76
  </HBox>
86
77
  </VBox>
87
78
  <Image src="./resources/sap/ui/documentation/sdk/images/tools/ThemeDesigner.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_2_IMG_ALT}"/>
@@ -156,10 +147,7 @@
156
147
  </f:content>
157
148
  </f:Card>
158
149
  <!-- UI5 Tooling -->
159
- <f:Card height="25rem">
160
- <f:layoutData>
161
- <l:GridData spanM="6" spanL="6"/>
162
- </f:layoutData>
150
+ <f:Card class="threeColumnLayoutCard">
163
151
  <f:content>
164
152
  <VBox justifyContent="SpaceBetween">
165
153
  <VBox class="sapUiSmallMargin toolspageCardInfo">
@@ -205,10 +193,7 @@
205
193
  </f:content>
206
194
  </f:Card>
207
195
  <!-- UI5 Inspector -->
208
- <f:Card height="25rem">
209
- <f:layoutData>
210
- <l:GridData spanM="6" spanL="6" spanXL="4"/>
211
- </f:layoutData>
196
+ <f:Card class="threeColumnLayoutCard">
212
197
  <f:content>
213
198
  <VBox justifyContent="SpaceBetween">
214
199
  <VBox class="sapUiSmallMargin toolspageCardInfo">
@@ -252,9 +237,6 @@
252
237
  </f:Card>
253
238
  <!-- Card Explorer -->
254
239
  <f:Card class="threeColumnLayoutCard">
255
- <f:layoutData>
256
- <l:GridData spanXL="4"/>
257
- </f:layoutData>
258
240
  <f:content>
259
241
  <VBox justifyContent="SpaceBetween">
260
242
  <VBox class="sapUiSmallMargin toolspageCardInfo">
@@ -282,9 +264,6 @@
282
264
  </f:Card>
283
265
  <!-- Support Assistant -->
284
266
  <f:Card class="threeColumnLayoutCard">
285
- <f:layoutData>
286
- <l:GridData spanXL="4"/>
287
- </f:layoutData>
288
267
  <f:content>
289
268
  <VBox justifyContent="SpaceBetween">
290
269
  <VBox class="sapUiSmallMargin toolspageCardInfo">
@@ -429,6 +408,25 @@
429
408
  </VBox>
430
409
  </f:content>
431
410
  </f:Card>
411
+ <!-- Flexible Programming Model Explorer -->
412
+ <f:Card class="threeColumnLayoutCard" visible="{=! (${device>/system/phone} || ${device>/browser/msie}) }">
413
+ <f:content>
414
+ <VBox justifyContent="SpaceBetween">
415
+ <VBox class="sapUiSmallMargin toolspageCardInfo">
416
+ <html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
417
+ <custom:TitleLink
418
+ level="H1"
419
+ titleStyle="H1"
420
+ text="{/flexibleProgrammingModelExplorer/text}"
421
+ href="{/flexibleProgrammingModelExplorer/href}"
422
+ target="_blank"/>
423
+ </html:div>
424
+ <Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_14_TEXT}" />
425
+ </VBox>
426
+ <Image src="./resources/sap/ui/documentation/sdk/images/tools/FlexibleProgrammingModelExplorer.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_14_IMG_ALT}"/>
427
+ </VBox>
428
+ </f:content>
429
+ </f:Card>
432
430
  </l:Grid>
433
431
  <l:BlockLayout>
434
432
  <l:BlockLayoutRow>
@@ -151,7 +151,6 @@
151
151
  </HBox>
152
152
  </l:VerticalLayout>
153
153
  </l:BlockLayoutCell>
154
-
155
154
  </l:BlockLayoutRow>
156
155
 
157
156
  <l:BlockLayoutRow>
@@ -161,10 +160,10 @@
161
160
  <l:VerticalLayout
162
161
  width="100%">
163
162
  <custom:TitleLink
164
- href="topic/23cfd955f58142389fa7c9097e11559c"
165
- text="{i18n>WELCOME_BLOCK_4_TITLE}"
166
- class="sapUiSmallMarginBottom"
167
- titleStyle="H2"/>
163
+ href="topic/23cfd955f58142389fa7c9097e11559c"
164
+ text="{i18n>WELCOME_BLOCK_4_TITLE}"
165
+ class="sapUiSmallMarginBottom"
166
+ titleStyle="H2"/>
168
167
  <Text
169
168
  text="{i18n>WELCOME_BLOCK_4_TEXT_1}"
170
169
  class="sapUiSmallMarginBottom"/>
@@ -229,9 +228,44 @@
229
228
  </layoutData>
230
229
  </Image>
231
230
  </l:Grid>
232
-
233
231
  </l:BlockLayoutCell>
232
+ </l:BlockLayoutRow>
234
233
 
234
+ <l:BlockLayoutRow>
235
+ <l:BlockLayoutCell
236
+ backgroundColorSet="ColorSet11"
237
+ backgroundColorShade="ShadeA">
238
+ <HBox alignItems="Center" justifyContent="Center" width="100%" height="100%">
239
+ <core:HTML sanitizeContent="true" content='
240
+ &lt;div class="videoWrapper"&gt;
241
+ &lt;iframe src="https://www.youtube.com/embed/6_CQYtmRJNg" title="YouTube video player" frameborder="0"
242
+ allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="true" /&gt;
243
+ &lt;/div&gt;'>
244
+ <core:layoutData>
245
+ <FlexItemData maxWidth="35rem" growFactor="1" />
246
+ </core:layoutData>
247
+ </core:HTML>
248
+ </HBox>
249
+ </l:BlockLayoutCell>
250
+ <l:BlockLayoutCell
251
+ backgroundColorSet="ColorSet11"
252
+ backgroundColorShade="ShadeD">
253
+ <l:VerticalLayout
254
+ width="100%">
255
+ <custom:TitleLink
256
+ text="{i18n>WELCOME_VIDEO_BLOCK_TITLE}"
257
+ class="sapUiSmallMarginBottom"
258
+ href="https://www.youtube.com/watch?v=6_CQYtmRJNg"
259
+ target="_blank"
260
+ titleStyle="H2"/>
261
+ <Text
262
+ text="{i18n>WELCOME_VIDEO_BLOCK_TEXT_1}"
263
+ class="sapUiSmallMarginBottom"/>
264
+ <FormattedText
265
+ htmlText="{i18n>WELCOME_VIDEO_BLOCK_TEXT_2}"
266
+ class="sapUiSmallMarginBottom"/>
267
+ </l:VerticalLayout>
268
+ </l:BlockLayoutCell>
235
269
  </l:BlockLayoutRow>
236
270
  </l:BlockLayout>
237
271
  </Panel>
@@ -522,11 +522,6 @@ html.sap-tablet:not(.sap-desktop) {
522
522
  font-weight: 600;
523
523
  }
524
524
 
525
- span.uicontrol,
526
- span.uinolabel {
527
- color: @sapBrandColor;
528
- }
529
-
530
525
  code, kbd, pre, samp {
531
526
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
532
527
  }
@@ -716,8 +711,7 @@ html.sap-tablet:not(.sap-desktop) {
716
711
  font-family: Monaco, monospace;
717
712
  }
718
713
 
719
- .uilabel,
720
- .uinolabel {
714
+ .uilabel{
721
715
  font-style: normal;
722
716
  font-weight: 600;
723
717
  color: @sapBrandColor;
package/ui5.yaml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
- specVersion: "2.0"
2
+ specVersion: "2.6"
3
3
  type: library
4
4
  metadata:
5
5
  name: sap.ui.documentation
@@ -14,3 +14,6 @@ builder:
14
14
  jsdoc:
15
15
  excludes:
16
16
  - "sap/ui/documentation/sdk/thirdparty/**"
17
+ minification:
18
+ excludes:
19
+ - "sap/ui/documentation/sdk/thirdparty/highlight.js/*.js"