@openui5/sap.ui.documentation 1.112.2 → 1.114.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 (76) hide show
  1. package/THIRDPARTY.txt +1 -1
  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 +2 -0
  7. package/src/sap/ui/documentation/messagebundle_bg.properties +2 -0
  8. package/src/sap/ui/documentation/messagebundle_ca.properties +2 -0
  9. package/src/sap/ui/documentation/messagebundle_cs.properties +2 -0
  10. package/src/sap/ui/documentation/messagebundle_cy.properties +2 -0
  11. package/src/sap/ui/documentation/messagebundle_da.properties +2 -0
  12. package/src/sap/ui/documentation/messagebundle_de.properties +2 -0
  13. package/src/sap/ui/documentation/messagebundle_el.properties +2 -0
  14. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +2 -0
  15. package/src/sap/ui/documentation/messagebundle_es.properties +2 -0
  16. package/src/sap/ui/documentation/messagebundle_es_MX.properties +2 -0
  17. package/src/sap/ui/documentation/messagebundle_et.properties +2 -0
  18. package/src/sap/ui/documentation/messagebundle_fi.properties +2 -0
  19. package/src/sap/ui/documentation/messagebundle_fr.properties +2 -0
  20. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +2 -0
  21. package/src/sap/ui/documentation/messagebundle_hi.properties +2 -0
  22. package/src/sap/ui/documentation/messagebundle_hr.properties +2 -0
  23. package/src/sap/ui/documentation/messagebundle_hu.properties +2 -0
  24. package/src/sap/ui/documentation/messagebundle_id.properties +2 -0
  25. package/src/sap/ui/documentation/messagebundle_it.properties +2 -0
  26. package/src/sap/ui/documentation/messagebundle_iw.properties +2 -0
  27. package/src/sap/ui/documentation/messagebundle_ja.properties +2 -0
  28. package/src/sap/ui/documentation/messagebundle_kk.properties +2 -0
  29. package/src/sap/ui/documentation/messagebundle_ko.properties +2 -0
  30. package/src/sap/ui/documentation/messagebundle_lt.properties +2 -0
  31. package/src/sap/ui/documentation/messagebundle_lv.properties +2 -0
  32. package/src/sap/ui/documentation/messagebundle_ms.properties +2 -0
  33. package/src/sap/ui/documentation/messagebundle_nl.properties +2 -0
  34. package/src/sap/ui/documentation/messagebundle_no.properties +2 -0
  35. package/src/sap/ui/documentation/messagebundle_pl.properties +2 -0
  36. package/src/sap/ui/documentation/messagebundle_pt.properties +2 -0
  37. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +2 -0
  38. package/src/sap/ui/documentation/messagebundle_ro.properties +2 -0
  39. package/src/sap/ui/documentation/messagebundle_ru.properties +2 -0
  40. package/src/sap/ui/documentation/messagebundle_sh.properties +2 -0
  41. package/src/sap/ui/documentation/messagebundle_sk.properties +2 -0
  42. package/src/sap/ui/documentation/messagebundle_sl.properties +2 -0
  43. package/src/sap/ui/documentation/messagebundle_sv.properties +2 -0
  44. package/src/sap/ui/documentation/messagebundle_th.properties +2 -0
  45. package/src/sap/ui/documentation/messagebundle_tr.properties +2 -0
  46. package/src/sap/ui/documentation/messagebundle_uk.properties +2 -0
  47. package/src/sap/ui/documentation/messagebundle_vi.properties +2 -0
  48. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +2 -0
  49. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +2 -0
  50. package/src/sap/ui/documentation/sdk/Component.js +1 -1
  51. package/src/sap/ui/documentation/sdk/controller/App.controller.js +5 -6
  52. package/src/sap/ui/documentation/sdk/controller/BaseController.js +25 -1
  53. package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +27 -2
  54. package/src/sap/ui/documentation/sdk/controller/Tools.controller.js +2 -2
  55. package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +12 -14
  56. package/src/sap/ui/documentation/sdk/controller/util/Highlighter.js +1 -1
  57. package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +6 -0
  58. package/src/sap/ui/documentation/sdk/css/style.css +22 -11
  59. package/src/sap/ui/documentation/sdk/images/tools/UI5TestRecorder.png +0 -0
  60. package/src/sap/ui/documentation/sdk/index.js +31 -30
  61. package/src/sap/ui/documentation/sdk/tmpl/package.json.tmpl +1 -1
  62. package/src/sap/ui/documentation/sdk/tmpl/ui5.yaml.tmpl +1 -1
  63. package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +18 -3
  64. package/src/sap/ui/documentation/sdk/view/ApiDetailInitial.view.xml +1 -4
  65. package/src/sap/ui/documentation/sdk/view/ApiMaster.view.xml +23 -14
  66. package/src/sap/ui/documentation/sdk/view/Controls.view.xml +2 -5
  67. package/src/sap/ui/documentation/sdk/view/ControlsMaster.view.xml +39 -30
  68. package/src/sap/ui/documentation/sdk/view/DemoApps.view.xml +3 -7
  69. package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +5 -8
  70. package/src/sap/ui/documentation/sdk/view/FooterMaster.fragment.xml +11 -0
  71. package/src/sap/ui/documentation/sdk/view/Tools.view.xml +27 -5
  72. package/src/sap/ui/documentation/sdk/view/TopicDetailInitial.view.xml +1 -5
  73. package/src/sap/ui/documentation/sdk/view/TopicMaster.view.xml +21 -14
  74. package/src/sap/ui/documentation/sdk/view/VersionNotFound.view.xml +1 -1
  75. package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +1 -5
  76. package/src/sap/ui/documentation/themes/base/Documentation.less +4 -0
@@ -1,8 +1,7 @@
1
1
  <core:FragmentDefinition
2
2
  xmlns="sap.m"
3
- xmlns:l="sap.ui.layout"
4
3
  xmlns:core="sap.ui.core">
5
- <l:BlockLayoutCell class="demokitInitialPagesColorPatternFContrast sapUiDocumentationFooter">
4
+ <Toolbar style="Clear" class="sapUiDocumentationFooter">
6
5
  <FlexBox
7
6
  alignItems="{= ${device>/system/phone} ? 'Start' : 'Center' }"
8
7
  justifyContent="SpaceBetween"
@@ -20,29 +19,27 @@
20
19
  class="sapUiTinyMarginTop">
21
20
  <items>
22
21
  <Link
23
- class="demokitInitialPagesBrightLink sapUiLargeMarginEnd sapUiTinyMarginBottom"
22
+ class="sapUiLargeMarginEnd sapUiTinyMarginBottom"
24
23
  text="{i18n>FOOTER_LEGAL_DISCOLURE}"
25
24
  href="https://www.sap.com/corporate/en/legal/impressum.html"
26
25
  target="_blank"/>
27
26
  <Link
28
- class="demokitInitialPagesBrightLink sapUiLargeMarginEnd sapUiTinyMarginBottom"
27
+ class="sapUiLargeMarginEnd sapUiTinyMarginBottom"
29
28
  text="{i18n>FOOTER_PRIVACY}"
30
29
  href="https://www.sap.com/corporate/en/legal/privacy.html"
31
30
  target="_blank"/>
32
31
  <Link
33
- class="demokitInitialPagesBrightLink"
34
32
  text="{i18n>FOOTER_TERMS}"
35
33
  href="https://www.sap.com/corporate/en/legal/terms-of-use.html"
36
34
  visible="{=!${versionData>/isOpenUI5}}"
37
35
  target="_blank"/>
38
36
  <Link
39
- class="demokitInitialPagesBrightLink sapUiTinyMarginBottom sapUiLargeMarginEnd"
37
+ class="sapUiTinyMarginBottom sapUiLargeMarginEnd"
40
38
  text="{i18n>FOOTER_LICENSE}"
41
39
  href="LICENSE.txt"
42
40
  visible="{versionData>/isOpenUI5}"
43
41
  target="_blank"/>
44
42
  <Link
45
- class="demokitInitialPagesBrightLink"
46
43
  text="{i18n>FOOTER_TERMS}"
47
44
  href="TermsOfUse.txt"
48
45
  visible="{versionData>/isOpenUI5}"
@@ -51,5 +48,5 @@
51
48
  </FlexBox>
52
49
  </items>
53
50
  </FlexBox>
54
- </l:BlockLayoutCell>
51
+ </Toolbar>
55
52
  </core:FragmentDefinition>
@@ -0,0 +1,11 @@
1
+ <core:FragmentDefinition
2
+ xmlns="sap.m"
3
+ xmlns:tnt="sap.tnt"
4
+ xmlns:core="sap.ui.core">
5
+ <tnt:NavigationList itemSelect="handleFooterMasterItemPress">
6
+ <tnt:NavigationListItem icon="sap-icon://compare" key="legal" text="{i18n>APP_INFORMATION_BTN_LEGAL}" />
7
+ <tnt:NavigationListItem icon="sap-icon://locked" key="privacy" text="{i18n>APP_INFORMATION_BTN_PRIVACY}" />
8
+ <tnt:NavigationListItem icon="sap-icon://permission" text="{i18n>APP_INFORMATION_BTN_LICENSE}" key="license" visible="{versionData>/isOpenUI5}" />
9
+ <tnt:NavigationListItem icon="sap-icon://document-text" key="terms_of_use" text="{i18n>APP_INFORMATION_BTN_TERMS_OF_USE}" visible="{=!${versionData>/isOpenUI5}}" />
10
+ </tnt:NavigationList>
11
+ </core:FragmentDefinition>
@@ -443,11 +443,33 @@
443
443
  </VBox>
444
444
  </f:content>
445
445
  </f:Card>
446
+ <!-- UI5 Test Recorder -->
447
+ <f:Card class="threeColumnLayoutCard"
448
+ visible="{
449
+ path: '/ui5TestRecorder',
450
+ formatter: '.formatter.formatToolCardVisibility'}">
451
+ <f:content>
452
+ <VBox justifyContent="SpaceBetween">
453
+ <VBox class="sapUiSmallMargin toolspageCardInfo">
454
+ <custom:TitleLink
455
+ level="H1"
456
+ titleStyle="H1"
457
+ text="{/ui5TestRecorder/text}"
458
+ class="sapUiSmallMarginBottom"
459
+ href="{newWindowLinks>/ui5TestRecorderHomeLink}"
460
+ target="_blank"/>
461
+ <Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_16_TEXT}" />
462
+ <HBox wrap="Wrap">
463
+ <Link text="{i18n>TOOLS_VIEW_DOC}"
464
+ target="_blank"
465
+ href="{newWindowLinks>/ui5TestRecorderHomeLink}"/>
466
+ </HBox>
467
+ </VBox>
468
+ <Image src="./resources/sap/ui/documentation/sdk/images/tools/UI5TestRecorder.png" class="toolsPageImage" alt="{i18n>TOOLS_CARD_16_IMG_ALT}"/>
469
+ </VBox>
470
+ </f:content>
471
+ </f:Card>
446
472
  </l:Grid>
447
- <l:BlockLayout>
448
- <l:BlockLayoutRow>
449
- <core:Fragment id="footerFragment" fragmentName="sap.ui.documentation.sdk.view.Footer" type="XML" />
450
- </l:BlockLayoutRow>
451
- </l:BlockLayout>
473
+ <core:Fragment id="footerFragment" fragmentName="sap.ui.documentation.sdk.view.Footer" type="XML" />
452
474
  </Page>
453
475
  </mvc:View>
@@ -236,10 +236,6 @@
236
236
  </l:BlockLayout>
237
237
  </Panel>
238
238
 
239
- <l:BlockLayout>
240
- <l:BlockLayoutRow>
241
- <core:Fragment id="footerFragment" fragmentName="sap.ui.documentation.sdk.view.Footer" type="XML" />
242
- </l:BlockLayoutRow>
243
- </l:BlockLayout>
239
+ <core:Fragment id="footerFragment" fragmentName="sap.ui.documentation.sdk.view.Footer" type="XML" />
244
240
  </Page>
245
241
  </mvc:View>
@@ -2,6 +2,8 @@
2
2
  controllerName="sap.ui.documentation.sdk.controller.TopicMaster"
3
3
  xmlns:mvc="sap.ui.core.mvc"
4
4
  xmlns="sap.m"
5
+ xmlns:core="sap.ui.core"
6
+ xmlns:l="sap.ui.layout"
5
7
  xmlns:custom="sap.ui.documentation"
6
8
  class="sapContrast sapContrastPlus">
7
9
 
@@ -22,20 +24,25 @@
22
24
  </customHeader>
23
25
 
24
26
  <content>
25
-
26
- <Tree
27
- id="tree"
28
- mode="SingleSelectMaster"
29
- selectionChange="onNodeSelect"
30
- noDataText="{i18n>TOPIC_MASTER_NO_DATA_TEXT}"
31
- items="{ path: '/' }">
32
- <custom:DemokitTreeItem
33
- title="{text}"
34
- target="{key}"
35
- section="topic"
36
- selected="{isSelected}"/>
37
- </Tree>
38
-
27
+ <l:FixFlex fixFirst="false">
28
+ <l:flexContent>
29
+ <Tree
30
+ id="tree"
31
+ mode="SingleSelectMaster"
32
+ selectionChange="onNodeSelect"
33
+ noDataText="{i18n>TOPIC_MASTER_NO_DATA_TEXT}"
34
+ items="{ path: '/' }">
35
+ <custom:DemokitTreeItem
36
+ title="{text}"
37
+ target="{key}"
38
+ section="topic"
39
+ selected="{isSelected}"/>
40
+ </Tree>
41
+ </l:flexContent>
42
+ <l:fixContent>
43
+ <core:Fragment fragmentName="sap.ui.documentation.sdk.view.FooterMaster" type="XML" />
44
+ </l:fixContent>
45
+ </l:FixFlex>
39
46
  </content>
40
47
 
41
48
  </Page>
@@ -8,7 +8,7 @@
8
8
  <Page>
9
9
  <customHeader>
10
10
  <f:ShellBar
11
- title="UI5 Version Not Found"
11
+ title="HTTP Status 404 - Not Found"
12
12
  homeIcon="/resources/sap/ui/documentation/sdk/images/logo_ui5.png"
13
13
  homeIconPressed="onHomePress"
14
14
  >
@@ -648,11 +648,7 @@
648
648
  </l:BlockLayout>
649
649
  </Panel>
650
650
 
651
- <l:BlockLayout>
652
- <l:BlockLayoutRow>
653
- <core:Fragment id="footerFragment" fragmentName="sap.ui.documentation.sdk.view.Footer" type="XML" />
654
- </l:BlockLayoutRow>
651
+ <core:Fragment id="footerFragment" fragmentName="sap.ui.documentation.sdk.view.Footer" type="XML" />
655
652
 
656
- </l:BlockLayout>
657
653
  </Page>
658
654
  </mvc:View>
@@ -1,4 +1,8 @@
1
1
  /*!********************************************* Demo Kit styles *********************************************!*/
2
+
3
+ :root {
4
+ --sapUiDemoKitAccentColor6: @sapAccentColor6;
5
+ }
2
6
  html.sap-phone,
3
7
  html.sap-tablet:not(.sap-desktop) {
4
8
  .sapUiDemokit {