@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.
- package/THIRDPARTY.txt +1 -1
- package/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle.properties +6 -0
- package/src/sap/ui/documentation/messagebundle_ar.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_bg.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_ca.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_cs.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_cy.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_da.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_de.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_el.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_es.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_et.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_fi.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_fr.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_hi.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_hr.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_hu.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_id.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_it.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_iw.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_ja.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_kk.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_ko.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_lt.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_lv.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_ms.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_nl.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_no.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_pl.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_pt.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_ro.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_ru.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_sh.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_sk.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_sl.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_sv.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_th.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_tr.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_uk.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_vi.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +2 -0
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +2 -0
- package/src/sap/ui/documentation/sdk/Component.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +5 -6
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +25 -1
- package/src/sap/ui/documentation/sdk/controller/SampleBaseController.js +27 -2
- package/src/sap/ui/documentation/sdk/controller/Tools.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/VersionNotFound.controller.js +12 -14
- package/src/sap/ui/documentation/sdk/controller/util/Highlighter.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +6 -0
- package/src/sap/ui/documentation/sdk/css/style.css +22 -11
- package/src/sap/ui/documentation/sdk/images/tools/UI5TestRecorder.png +0 -0
- package/src/sap/ui/documentation/sdk/index.js +31 -30
- package/src/sap/ui/documentation/sdk/tmpl/package.json.tmpl +1 -1
- package/src/sap/ui/documentation/sdk/tmpl/ui5.yaml.tmpl +1 -1
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +18 -3
- package/src/sap/ui/documentation/sdk/view/ApiDetailInitial.view.xml +1 -4
- package/src/sap/ui/documentation/sdk/view/ApiMaster.view.xml +23 -14
- package/src/sap/ui/documentation/sdk/view/Controls.view.xml +2 -5
- package/src/sap/ui/documentation/sdk/view/ControlsMaster.view.xml +39 -30
- package/src/sap/ui/documentation/sdk/view/DemoApps.view.xml +3 -7
- package/src/sap/ui/documentation/sdk/view/Footer.fragment.xml +5 -8
- package/src/sap/ui/documentation/sdk/view/FooterMaster.fragment.xml +11 -0
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +27 -5
- package/src/sap/ui/documentation/sdk/view/TopicDetailInitial.view.xml +1 -5
- package/src/sap/ui/documentation/sdk/view/TopicMaster.view.xml +21 -14
- package/src/sap/ui/documentation/sdk/view/VersionNotFound.view.xml +1 -1
- package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +1 -5
- 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
|
-
<
|
|
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="
|
|
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="
|
|
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="
|
|
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
|
-
</
|
|
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
|
-
<
|
|
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
|
-
<
|
|
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
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
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>
|
|
@@ -648,11 +648,7 @@
|
|
|
648
648
|
</l:BlockLayout>
|
|
649
649
|
</Panel>
|
|
650
650
|
|
|
651
|
-
<
|
|
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>
|