@openui5/sap.ui.documentation 1.92.0 → 1.93.3
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/.reuse/dep5 +5 -0
- package/THIRDPARTY.txt +10 -1
- package/package.json +6 -6
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +2 -2
- package/src/sap/ui/documentation/messagebundle.properties +8 -2
- package/src/sap/ui/documentation/messagebundle_ar.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_bg.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ca.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_cs.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_cy.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_da.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_de.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_el.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_en.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_es.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_et.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_fi.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_fr.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_hi.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_hr.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_hu.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_id.properties +5 -3
- package/src/sap/ui/documentation/messagebundle_it.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_iw.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ja.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_kk.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ko.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_lt.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_lv.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ms.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_nl.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_no.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_pl.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_pt.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ro.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_ru.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_sh.properties +5 -3
- package/src/sap/ui/documentation/messagebundle_sk.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_sl.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_sv.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_th.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_tr.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_uk.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_vi.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +4 -2
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +4 -2
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +62 -29
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/LiveEditor.controller.js +8 -0
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +27 -16
- package/src/sap/ui/documentation/sdk/controller/util/ToolsInfo.js +12 -2
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/Component.js +35 -19
- package/src/sap/ui/documentation/sdk/css/style.css +13 -15
- package/src/sap/ui/documentation/sdk/images/Home_laptop.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/FioriTools.png +0 -0
- package/src/sap/ui/documentation/sdk/images/tools/Tools_LiveEditor.jpg +0 -0
- package/src/sap/ui/documentation/sdk/manifest.json +11 -0
- package/src/sap/ui/documentation/sdk/view/ChangeVersionDialog.fragment.xml +5 -5
- package/src/sap/ui/documentation/sdk/view/LiveEditor.view.xml +41 -29
- package/src/sap/ui/documentation/sdk/view/ReleaseNotes.view.xml +1 -5
- package/src/sap/ui/documentation/sdk/view/Tools.view.xml +77 -35
- package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +37 -15
- package/src/sap/ui/documentation/themes/base/Documentation.less +4 -1
- package/src/sap/ui/documentation/themes/sap_belize/library.source.less +3 -1
- package/src/sap/ui/documentation/themes/sap_belize_hcb/library.source.less +3 -1
- package/src/sap/ui/documentation/themes/sap_belize_hcw/library.source.less +3 -1
- package/src/sap/ui/documentation/themes/sap_belize_plus/library.source.less +3 -1
- package/src/sap/ui/documentation/themes/sap_fiori_3/library.source.less +3 -10
- package/src/sap/ui/documentation/themes/sap_fiori_3_dark/library.source.less +4 -11
- package/src/sap/ui/documentation/themes/sap_fiori_3_hcb/library.source.less +3 -1
- package/src/sap/ui/documentation/themes/sap_fiori_3_hcw/library.source.less +3 -1
- package/src/sap/ui/documentation/themes/sap_horizon/library.source.less +9 -0
|
@@ -8,36 +8,48 @@
|
|
|
8
8
|
xmlns:editor="sap.ui.codeeditor"
|
|
9
9
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
10
10
|
class="liveEditor">
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
11
|
+
<Page
|
|
12
|
+
id="liveEditorPage"
|
|
13
|
+
showSubHeader="false"
|
|
14
|
+
showFooter="false"
|
|
15
|
+
showNavButton="true"
|
|
16
|
+
enableScrolling="false"
|
|
17
|
+
title="{i18n>LIVE_EDITOR_TITLE}"
|
|
18
|
+
navButtonPress="onNavButtonPress">
|
|
19
|
+
<html:div class="editorWrapper">
|
|
20
|
+
<html:div>
|
|
21
|
+
<IconTabHeader selectedKey="{viewModel>/selectedFileName}" select="onFileSwitch">
|
|
22
|
+
<items>
|
|
23
|
+
<IconTabFilter text="App.view.xml" key="App.view.xml"/>
|
|
24
|
+
<IconTabFilter text="App.controller.js" key="App.controller.js"/>
|
|
25
|
+
<IconTabFilter text="index.js" key="index.js"/>
|
|
26
|
+
<IconTabFilter text="index.html" key="index.html"/>
|
|
27
|
+
</items>
|
|
28
|
+
</IconTabHeader>
|
|
29
|
+
<html:div class="editorSrcWindow">
|
|
30
|
+
<editor:CodeEditor id="srcEditor"
|
|
31
|
+
editable="{= ${viewModel>/selectedFileType} !== 'text' }"
|
|
32
|
+
value="{viewModel>/selectedFileContent}"
|
|
33
|
+
type="{viewModel>/selectedFileType}"
|
|
34
|
+
liveChange="onSrcLiveChange"/>
|
|
35
|
+
</html:div>
|
|
28
36
|
</html:div>
|
|
37
|
+
|
|
38
|
+
<VBox id="resultBox" class="liveEditorResultBox" width="100%" height="100%">
|
|
39
|
+
<Toolbar style="Clear" class="editorToolbar">
|
|
40
|
+
<Button text="{i18n>LIVE_EDITOR_PREVIEW_BTN}"
|
|
41
|
+
press="requestExecuteCurrentSrc"
|
|
42
|
+
enabled="{= !${viewModel>/autoPreview}}"/>
|
|
43
|
+
<CheckBox text="{i18n>LIVE_EDITOR_LIVE_PREVIEW_TEXT}"
|
|
44
|
+
selected="{viewModel>/autoPreview}"/>
|
|
45
|
+
</Toolbar>
|
|
46
|
+
<core:HTML id="outputWindowWrapper" class="outputWindowWrapper" content="<div class="outputWindowWrapper"></div>">
|
|
47
|
+
<core:layoutData>
|
|
48
|
+
<FlexItemData growFactor="1"></FlexItemData>
|
|
49
|
+
</core:layoutData>
|
|
50
|
+
</core:HTML>
|
|
51
|
+
</VBox>
|
|
29
52
|
</html:div>
|
|
53
|
+
</Page>
|
|
30
54
|
|
|
31
|
-
<VBox id="resultBox">
|
|
32
|
-
<Title text="{i18n>LIVE_EDITOR_RESULT}"/>
|
|
33
|
-
<Toolbar style="Clear" class="editorToolbar">
|
|
34
|
-
<Button text="{i18n>LIVE_EDITOR_PREVIEW_BTN}"
|
|
35
|
-
press="requestExecuteCurrentSrc"
|
|
36
|
-
enabled="{= !${viewModel>/autoPreview}}"/>
|
|
37
|
-
<CheckBox text="{i18n>LIVE_EDITOR_LIVE_PREVIEW_TEXT}"
|
|
38
|
-
selected="{viewModel>/autoPreview}"/>
|
|
39
|
-
</Toolbar>
|
|
40
|
-
<core:HTML id="outputWindowWrapper" content="<div> </div>"/>
|
|
41
|
-
</VBox>
|
|
42
|
-
</html:div>
|
|
43
55
|
</mvc:View>
|
|
@@ -21,11 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
<headerContent>
|
|
23
23
|
<layout:VerticalLayout>
|
|
24
|
-
<
|
|
25
|
-
This log includes the library notes for the libraries listed below.
|
|
26
|
-
The change log for old version which are not patched anymore can be reviewed
|
|
27
|
-
<m:Link text="here" href="docs/guide/relnotes/ReleaseNotes.html"/>.
|
|
28
|
-
</html:div>
|
|
24
|
+
<m:Text text="This log includes the library notes for the libraries listed below."/>
|
|
29
25
|
<m:Select id="VersionSelect" items="{select>/items}" change="handleVersionChange" visible="false">
|
|
30
26
|
<core:Item text="{select>value}" key="{select>key}"/>
|
|
31
27
|
</m:Select>
|
|
@@ -48,10 +48,7 @@
|
|
|
48
48
|
</Panel>
|
|
49
49
|
<l:Grid defaultSpan="XL3 L4 M4 S12" class="toolpageResponsiveMargins">
|
|
50
50
|
<!-- UI Theme Designer -->
|
|
51
|
-
<f:Card
|
|
52
|
-
<f:layoutData>
|
|
53
|
-
<l:GridData spanM="6" spanL="6" spanXL="4"/>
|
|
54
|
-
</f:layoutData>
|
|
51
|
+
<f:Card class="threeColumnLayoutCard">
|
|
55
52
|
<f:content>
|
|
56
53
|
<VBox justifyContent="SpaceBetween">
|
|
57
54
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -60,7 +57,8 @@
|
|
|
60
57
|
level="H1"
|
|
61
58
|
titleStyle="H1"
|
|
62
59
|
text="{/uiThemeDesigner/text}"
|
|
63
|
-
target="_blank"
|
|
60
|
+
target="_blank"
|
|
61
|
+
wrapping="true"/>
|
|
64
62
|
</html:div>
|
|
65
63
|
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_2_TEXT}" />
|
|
66
64
|
<HBox wrap="Wrap">
|
|
@@ -90,11 +88,39 @@
|
|
|
90
88
|
</VBox>
|
|
91
89
|
</f:content>
|
|
92
90
|
</f:Card>
|
|
91
|
+
<!-- Fiori tools -->
|
|
92
|
+
<f:Card class="threeColumnLayoutCard">
|
|
93
|
+
<f:content>
|
|
94
|
+
<VBox justifyContent="SpaceBetween">
|
|
95
|
+
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
96
|
+
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
97
|
+
<custom:TitleLink
|
|
98
|
+
level="H1"
|
|
99
|
+
titleStyle="H1"
|
|
100
|
+
text="{/fioriTools/text}"
|
|
101
|
+
href="{/fioriTools/href}"
|
|
102
|
+
target="_blank"/>
|
|
103
|
+
</html:div>
|
|
104
|
+
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_12_TEXT}" />
|
|
105
|
+
<HBox wrap="Wrap">
|
|
106
|
+
<html:div class="sapUIDisclaimerLink sapUiMediumMarginEnd">
|
|
107
|
+
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
108
|
+
target="_blank"
|
|
109
|
+
href="https://help.sap.com/viewer/17d50220bcd848aa854c9c182d65b699/Latest/en-US"/>
|
|
110
|
+
<Image
|
|
111
|
+
src="./resources/sap/ui/documentation/sdk/images/link-sap.png"
|
|
112
|
+
tooltip="{i18n>LEGAL_DISCLAIMER_INTERNAL_TOOLTIP}"
|
|
113
|
+
width="1.25rem"
|
|
114
|
+
press="onDisclaimerLinkPress"/>
|
|
115
|
+
</html:div>
|
|
116
|
+
</HBox>
|
|
117
|
+
</VBox>
|
|
118
|
+
<Image src="./resources/sap/ui/documentation/sdk/images/tools/FioriTools.png" class="toolsPageImage" alt="{i18n>TOOLS_CARD_12_IMG_ALT}"/>
|
|
119
|
+
</VBox>
|
|
120
|
+
</f:content>
|
|
121
|
+
</f:Card>
|
|
93
122
|
<!-- Business Application Studio -->
|
|
94
|
-
<f:Card
|
|
95
|
-
<f:layoutData>
|
|
96
|
-
<l:GridData spanM="6" spanL="6" spanXL="4"/>
|
|
97
|
-
</f:layoutData>
|
|
123
|
+
<f:Card class="threeColumnLayoutCard">
|
|
98
124
|
<f:content>
|
|
99
125
|
<VBox justifyContent="SpaceBetween">
|
|
100
126
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -130,9 +156,9 @@
|
|
|
130
156
|
</f:content>
|
|
131
157
|
</f:Card>
|
|
132
158
|
<!-- UI5 Tooling -->
|
|
133
|
-
<f:Card
|
|
159
|
+
<f:Card height="25rem">
|
|
134
160
|
<f:layoutData>
|
|
135
|
-
<l:GridData
|
|
161
|
+
<l:GridData spanM="6" spanL="6"/>
|
|
136
162
|
</f:layoutData>
|
|
137
163
|
<f:content>
|
|
138
164
|
<VBox justifyContent="SpaceBetween">
|
|
@@ -179,7 +205,10 @@
|
|
|
179
205
|
</f:content>
|
|
180
206
|
</f:Card>
|
|
181
207
|
<!-- UI5 Inspector -->
|
|
182
|
-
<f:Card
|
|
208
|
+
<f:Card height="25rem">
|
|
209
|
+
<f:layoutData>
|
|
210
|
+
<l:GridData spanM="6" spanL="6" spanXL="4"/>
|
|
211
|
+
</f:layoutData>
|
|
183
212
|
<f:content>
|
|
184
213
|
<VBox justifyContent="SpaceBetween">
|
|
185
214
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -223,25 +252,28 @@
|
|
|
223
252
|
</f:Card>
|
|
224
253
|
<!-- Card Explorer -->
|
|
225
254
|
<f:Card class="threeColumnLayoutCard">
|
|
255
|
+
<f:layoutData>
|
|
256
|
+
<l:GridData spanXL="4"/>
|
|
257
|
+
</f:layoutData>
|
|
226
258
|
<f:content>
|
|
227
259
|
<VBox justifyContent="SpaceBetween">
|
|
228
260
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
229
261
|
<custom:TitleLink
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
262
|
+
level="H1"
|
|
263
|
+
titleStyle="H1"
|
|
264
|
+
text="{/cardExplorer/text}"
|
|
265
|
+
href="{/cardExplorer/href}"
|
|
266
|
+
target="_blank"
|
|
267
|
+
class="sapUiSmallMarginBottom"/>
|
|
236
268
|
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_5_TEXT}" />
|
|
237
269
|
<HBox wrap="Wrap">
|
|
238
270
|
<Link text="{i18n>TOOLS_VIEW_DOC}"
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
271
|
+
target="_blank"
|
|
272
|
+
href="test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html"
|
|
273
|
+
class="sapUiMediumMarginEnd"/>
|
|
242
274
|
<Link text="{i18n>TOOLS_CARD_5_LINK_1}"
|
|
243
|
-
|
|
244
|
-
|
|
275
|
+
target="_blank"
|
|
276
|
+
href="test-resources/sap/ui/integration/demokit/cardExplorer/webapp/index.html#/explore/list"/>
|
|
245
277
|
</HBox>
|
|
246
278
|
</VBox>
|
|
247
279
|
<Image src="./resources/sap/ui/documentation/sdk/images/tools/CardExplorer.jpg" class="toolsPageImage"/>
|
|
@@ -249,9 +281,9 @@
|
|
|
249
281
|
</f:content>
|
|
250
282
|
</f:Card>
|
|
251
283
|
<!-- Support Assistant -->
|
|
252
|
-
<f:Card
|
|
284
|
+
<f:Card class="threeColumnLayoutCard">
|
|
253
285
|
<f:layoutData>
|
|
254
|
-
<l:GridData
|
|
286
|
+
<l:GridData spanXL="4"/>
|
|
255
287
|
</f:layoutData>
|
|
256
288
|
<f:content>
|
|
257
289
|
<VBox justifyContent="SpaceBetween">
|
|
@@ -281,10 +313,7 @@
|
|
|
281
313
|
</f:content>
|
|
282
314
|
</f:Card>
|
|
283
315
|
<!-- Icon Explorer -->
|
|
284
|
-
<f:Card
|
|
285
|
-
<f:layoutData>
|
|
286
|
-
<l:GridData spanM="6" spanL="6"/>
|
|
287
|
-
</f:layoutData>
|
|
316
|
+
<f:Card class="threeColumnLayoutCard">
|
|
288
317
|
<f:content>
|
|
289
318
|
<VBox justifyContent="SpaceBetween">
|
|
290
319
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -319,9 +348,6 @@
|
|
|
319
348
|
</f:Card>
|
|
320
349
|
<!-- Theme Parameter Toolbox -->
|
|
321
350
|
<f:Card class="threeColumnLayoutCard">
|
|
322
|
-
<f:layoutData>
|
|
323
|
-
<l:GridData spanXL="4"/>
|
|
324
|
-
</f:layoutData>
|
|
325
351
|
<f:content>
|
|
326
352
|
<VBox justifyContent="SpaceBetween">
|
|
327
353
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -340,9 +366,6 @@
|
|
|
340
366
|
</f:Card>
|
|
341
367
|
<!-- UI5 Web Components -->
|
|
342
368
|
<f:Card class="threeColumnLayoutCard">
|
|
343
|
-
<f:layoutData>
|
|
344
|
-
<l:GridData spanXL="4"/>
|
|
345
|
-
</f:layoutData>
|
|
346
369
|
<f:content>
|
|
347
370
|
<VBox justifyContent="SpaceBetween">
|
|
348
371
|
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
@@ -387,6 +410,25 @@
|
|
|
387
410
|
</VBox>
|
|
388
411
|
</f:content>
|
|
389
412
|
</f:Card>
|
|
413
|
+
<!-- Live Editor -->
|
|
414
|
+
<f:Card class="threeColumnLayoutCard" visible="{=! (${device>/system/phone} || ${device>/browser/msie}) }">
|
|
415
|
+
<f:content>
|
|
416
|
+
<VBox justifyContent="SpaceBetween">
|
|
417
|
+
<VBox class="sapUiSmallMargin toolspageCardInfo">
|
|
418
|
+
<html:div class="sapUIDisclaimerLink sapUiSmallMarginBottom">
|
|
419
|
+
<custom:TitleLink
|
|
420
|
+
level="H1"
|
|
421
|
+
titleStyle="H1"
|
|
422
|
+
text="{/liveEditor/text}"
|
|
423
|
+
href="{/liveEditor/href}"
|
|
424
|
+
target="_blank"/>
|
|
425
|
+
</html:div>
|
|
426
|
+
<Text class="sapUiSmallMarginBottom" text="{i18n>TOOLS_CARD_10_TEXT}" />
|
|
427
|
+
</VBox>
|
|
428
|
+
<Image src="./resources/sap/ui/documentation/sdk/images/tools/Tools_LiveEditor.jpg" class="toolsPageImage" alt="{i18n>TOOLS_CARD_10_IMG_ALT}"/>
|
|
429
|
+
</VBox>
|
|
430
|
+
</f:content>
|
|
431
|
+
</f:Card>
|
|
390
432
|
</l:Grid>
|
|
391
433
|
<l:BlockLayout>
|
|
392
434
|
<l:BlockLayoutRow>
|
|
@@ -251,26 +251,48 @@
|
|
|
251
251
|
</headerToolbar>
|
|
252
252
|
<l:BlockLayout>
|
|
253
253
|
<l:BlockLayoutRow>
|
|
254
|
-
<l:BlockLayoutCell
|
|
255
|
-
class="welcomeBlock"
|
|
256
|
-
backgroundColorSet="ColorSet6"
|
|
257
|
-
backgroundColorShade="ShadeC"
|
|
258
|
-
width="1">
|
|
259
|
-
|
|
260
|
-
<custom:TitleLink
|
|
261
|
-
href="topic/8b49fc198bf04b2d9800fc37fecbb218"
|
|
262
|
-
text="{i18n>WELCOME_BLOCK_6_TITLE}"
|
|
263
|
-
titleStyle="H2"/>
|
|
264
|
-
<Text class="sapUiMediumMarginTop" text="{i18n>WELCOME_BLOCK_6_TEXT_1}"/>
|
|
265
|
-
<Text class="sapUiSmallMarginTop" text="{i18n>WELCOME_BLOCK_6_TEXT_2}"/>
|
|
266
|
-
</l:BlockLayoutCell>
|
|
267
|
-
|
|
268
254
|
<l:BlockLayoutCell backgroundColorSet="ColorSet6"
|
|
269
255
|
backgroundColorShade="ShadeC">
|
|
270
256
|
<l:layoutData>
|
|
271
257
|
<l:BlockLayoutCellData sSize="1" mSize="2" lSize="3" xlSize="3"/>
|
|
272
258
|
</l:layoutData>
|
|
273
|
-
|
|
259
|
+
|
|
260
|
+
<HBox alignItems="Center" justifyContent="Center" width="100%" height="100%">
|
|
261
|
+
|
|
262
|
+
<Image
|
|
263
|
+
src="./resources/sap/ui/documentation/sdk/images/Home_laptop.png"
|
|
264
|
+
densityAware="false"
|
|
265
|
+
class="sapUiTinyMarginBeginEnd"
|
|
266
|
+
width="100%"
|
|
267
|
+
alt="{i18n>WELCOME_BLOCK_7_ALT}">
|
|
268
|
+
<layoutData>
|
|
269
|
+
<FlexItemData maxWidth="37.5rem" />
|
|
270
|
+
</layoutData>
|
|
271
|
+
</Image>
|
|
272
|
+
</HBox>
|
|
273
|
+
|
|
274
|
+
</l:BlockLayoutCell>
|
|
275
|
+
|
|
276
|
+
<l:BlockLayoutCell
|
|
277
|
+
class="welcomeBlock"
|
|
278
|
+
backgroundColorSet="ColorSet6"
|
|
279
|
+
backgroundColorShade="ShadeC">
|
|
280
|
+
|
|
281
|
+
<l:layoutData>
|
|
282
|
+
<l:BlockLayoutCellData sSize="1" mSize="2" lSize="3" xlSize="3"/>
|
|
283
|
+
</l:layoutData>
|
|
284
|
+
|
|
285
|
+
<HBox direction="Column" justifyContent="Center" width="100%" height="100%">
|
|
286
|
+
<custom:TitleLink
|
|
287
|
+
href="topic/8b49fc198bf04b2d9800fc37fecbb218"
|
|
288
|
+
text="{i18n>WELCOME_BLOCK_6_TITLE}"
|
|
289
|
+
titleStyle="H2"/>
|
|
290
|
+
<Text class="sapUiMediumMarginTop" text="{i18n>WELCOME_BLOCK_6_TEXT_1}"/>
|
|
291
|
+
<HBox width="100%">
|
|
292
|
+
<Text class="sapUiSmallMarginTop" text="{i18n>WELCOME_BLOCK_6_TEXT_2}"/>
|
|
293
|
+
<Link class="liveEditorLink sapUiSmallMarginTop" text="Live Editor" href="liveEditor" />
|
|
294
|
+
</HBox>
|
|
295
|
+
</HBox>
|
|
274
296
|
</l:BlockLayoutCell>
|
|
275
297
|
</l:BlockLayoutRow>
|
|
276
298
|
</l:BlockLayout>
|
|
@@ -229,7 +229,6 @@ html.sap-tablet:not(.sap-desktop) {
|
|
|
229
229
|
.overlay {
|
|
230
230
|
position: absolute;
|
|
231
231
|
width: 100%;
|
|
232
|
-
height: 100%;
|
|
233
232
|
top: 0;
|
|
234
233
|
left: 0;
|
|
235
234
|
pointer-events: none;
|
|
@@ -773,6 +772,10 @@ html.sap-tablet:not(.sap-desktop) {
|
|
|
773
772
|
margin: 0;
|
|
774
773
|
padding: 0;
|
|
775
774
|
}
|
|
775
|
+
|
|
776
|
+
tbody tr {
|
|
777
|
+
background-color: @sapUiBaseBG;
|
|
778
|
+
}
|
|
776
779
|
}
|
|
777
780
|
}
|
|
778
781
|
}
|
|
@@ -4,4 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
@import "../base/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_belize/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_belize/global.less";
|
|
@@ -4,4 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
@import "../base/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_belize_hcb/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_belize_hcb/global.less";
|
|
@@ -4,4 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
@import "../base/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_belize_hcw/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_belize_hcw/global.less";
|
|
@@ -4,4 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
@import "../sap_belize/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_belize_plus/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_belize_plus/global.less";
|
|
@@ -3,14 +3,7 @@
|
|
|
3
3
|
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
|
-
@import "../../../../../sap/ui/core/themes/sap_fiori_3/base.less";
|
|
7
|
-
@import "../../../../../sap/ui/core/themes/sap_fiori_3/global.less";
|
|
8
|
-
@import url("../../../../../sap/ui/thirdparty/jqueryui/themes/base/jquery.ui.theme.css");
|
|
9
|
-
@import url("../../../../../sap/ui/thirdparty/jqueryui/themes/base/jquery.ui.button.css");
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@import "../base/LightTable.less";
|
|
15
|
-
@import "../base/Search.less";
|
|
16
|
-
@import "../base/TitleLink.less";
|
|
7
|
+
@import "../base/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_fiori_3/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_fiori_3/global.less";
|
|
@@ -3,16 +3,9 @@
|
|
|
3
3
|
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
|
-
@import "../../../../../sap/ui/core/themes/sap_fiori_3_dark/base.less";
|
|
7
|
-
@import "../../../../../sap/ui/core/themes/sap_fiori_3_dark/global.less";
|
|
8
|
-
@import url("../../../../../sap/ui/thirdparty/jqueryui/themes/base/jquery.ui.theme.css");
|
|
9
|
-
@import url("../../../../../sap/ui/thirdparty/jqueryui/themes/base/jquery.ui.button.css");
|
|
10
6
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
@import "../base/LightTable.less";
|
|
15
|
-
@import "../base/Search.less";
|
|
16
|
-
@import "../base/TitleLink.less";
|
|
7
|
+
@import "../base/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_fiori_3_dark/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_fiori_3_dark/global.less";
|
|
17
10
|
|
|
18
|
-
|
|
11
|
+
@import "./Documentation.less";
|
|
@@ -4,4 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
@import "../base/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_fiori_3_hcb/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_fiori_3_hcb/global.less";
|
|
@@ -4,4 +4,6 @@
|
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
@import "../base/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_fiori_3_hcw/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_fiori_3_hcw/global.less";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* OpenUI5
|
|
3
|
+
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
|
|
4
|
+
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
@import "../base/library.source.less";
|
|
8
|
+
@import "../../../../../sap/ui/core/themes/sap_horizon/base.less";
|
|
9
|
+
@import "../../../../../sap/ui/core/themes/sap_horizon/global.less";
|