@openui5/sap.ui.documentation 1.97.1 → 1.99.1
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 +25 -30
- package/THIRDPARTY.txt +14 -21
- 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 +20 -8
- package/src/sap/ui/documentation/messagebundle_ar.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_bg.properties +15 -4
- package/src/sap/ui/documentation/messagebundle_ca.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_cs.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_cy.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_da.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_de.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_el.properties +15 -4
- package/src/sap/ui/documentation/messagebundle_en.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +19 -8
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +2 -2
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +19 -8
- package/src/sap/ui/documentation/messagebundle_es.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_et.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_fi.properties +17 -6
- package/src/sap/ui/documentation/messagebundle_fr.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_hi.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_hr.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_hu.properties +15 -4
- package/src/sap/ui/documentation/messagebundle_id.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_it.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_iw.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_ja.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_kk.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_ko.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_lt.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_lv.properties +15 -4
- package/src/sap/ui/documentation/messagebundle_ms.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_nl.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_no.properties +17 -6
- package/src/sap/ui/documentation/messagebundle_pl.properties +15 -4
- package/src/sap/ui/documentation/messagebundle_pt.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_ro.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_ru.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_sh.properties +17 -6
- package/src/sap/ui/documentation/messagebundle_sk.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_sl.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_sv.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_th.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_tr.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_uk.properties +17 -6
- package/src/sap/ui/documentation/messagebundle_vi.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +16 -5
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +16 -5
- package/src/sap/ui/documentation/sdk/controller/ApiDetail.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/BaseController.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/ControlsMaster.controller.js +6 -5
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +246 -25
- package/src/sap/ui/documentation/sdk/controller/TopicDetail.controller.js +7 -7
- package/src/sap/ui/documentation/sdk/controller/config/sampleForwardingConfig.js +40 -0
- package/src/sap/ui/documentation/sdk/controller/util/datatable/filters/DataTableFilterDropDownRenderer.js +7 -1
- package/src/sap/ui/documentation/sdk/css/style.css +11 -2
- package/src/sap/ui/documentation/sdk/index.html +22 -8
- package/src/sap/ui/documentation/sdk/util/DocumentationRouter.js +3 -1
- package/src/sap/ui/documentation/sdk/view/NewsPopover.fragment.xml +2 -2
- package/src/sap/ui/documentation/sdk/view/Sample.view.xml +5 -1
- package/src/sap/ui/documentation/sdk/view/Welcome.view.xml +87 -39
- package/src/sap/ui/documentation/sdk/view/appSettingsDialog.fragment.xml +1 -0
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
width="100%">
|
|
112
112
|
<custom:TitleLink
|
|
113
113
|
text="{i18n>WELCOME_BLOCK_3_TITLE}"
|
|
114
|
-
href="topic/
|
|
114
|
+
href="topic/23cfd955f58142389fa7c9097e11559c"
|
|
115
115
|
class="sapUiSmallMarginBottom"
|
|
116
116
|
titleStyle="H2"/>
|
|
117
117
|
<Text
|
|
@@ -149,6 +149,22 @@
|
|
|
149
149
|
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
150
150
|
<Text text="{i18n>WELCOME_BLOCK_3_TEXT_5}"/>
|
|
151
151
|
</HBox>
|
|
152
|
+
<HBox>
|
|
153
|
+
<core:Icon
|
|
154
|
+
src="sap-icon://accept"
|
|
155
|
+
size="0.875rem"
|
|
156
|
+
color="Default"
|
|
157
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
158
|
+
<Text text="{i18n>WELCOME_BLOCK_3_TEXT_6}"/>
|
|
159
|
+
</HBox>
|
|
160
|
+
<HBox>
|
|
161
|
+
<core:Icon
|
|
162
|
+
src="sap-icon://accept"
|
|
163
|
+
size="0.875rem"
|
|
164
|
+
color="Default"
|
|
165
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
166
|
+
<Text text="{i18n>WELCOME_BLOCK_3_TEXT_7}"/>
|
|
167
|
+
</HBox>
|
|
152
168
|
</l:VerticalLayout>
|
|
153
169
|
</l:BlockLayoutCell>
|
|
154
170
|
</l:BlockLayoutRow>
|
|
@@ -160,7 +176,7 @@
|
|
|
160
176
|
<l:VerticalLayout
|
|
161
177
|
width="100%">
|
|
162
178
|
<custom:TitleLink
|
|
163
|
-
href="topic/
|
|
179
|
+
href="topic/bf2d55eaa33b44a78ef95e7946d658e8"
|
|
164
180
|
text="{i18n>WELCOME_BLOCK_4_TITLE}"
|
|
165
181
|
class="sapUiSmallMarginBottom"
|
|
166
182
|
titleStyle="H2"/>
|
|
@@ -191,6 +207,38 @@
|
|
|
191
207
|
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
192
208
|
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_4}"/>
|
|
193
209
|
</HBox>
|
|
210
|
+
<HBox>
|
|
211
|
+
<core:Icon
|
|
212
|
+
src="sap-icon://accept"
|
|
213
|
+
size="0.875rem"
|
|
214
|
+
color="Default"
|
|
215
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
216
|
+
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_5}"/>
|
|
217
|
+
</HBox>
|
|
218
|
+
<HBox>
|
|
219
|
+
<core:Icon
|
|
220
|
+
src="sap-icon://accept"
|
|
221
|
+
size="0.875rem"
|
|
222
|
+
color="Default"
|
|
223
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
224
|
+
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_6}"/>
|
|
225
|
+
</HBox>
|
|
226
|
+
<HBox>
|
|
227
|
+
<core:Icon
|
|
228
|
+
src="sap-icon://accept"
|
|
229
|
+
size="0.875rem"
|
|
230
|
+
color="Default"
|
|
231
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
232
|
+
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_7}"/>
|
|
233
|
+
</HBox>
|
|
234
|
+
<HBox>
|
|
235
|
+
<core:Icon
|
|
236
|
+
src="sap-icon://accept"
|
|
237
|
+
size="0.875rem"
|
|
238
|
+
color="Default"
|
|
239
|
+
class="sapUiTinyMarginBegin sapUiSmallMarginEnd"/>
|
|
240
|
+
<Text text="{i18n>WELCOME_BLOCK_4_TEXT_8}"/>
|
|
241
|
+
</HBox>
|
|
194
242
|
</l:VerticalLayout>
|
|
195
243
|
</l:BlockLayoutCell>
|
|
196
244
|
|
|
@@ -230,43 +278,43 @@
|
|
|
230
278
|
</l:Grid>
|
|
231
279
|
</l:BlockLayoutCell>
|
|
232
280
|
</l:BlockLayoutRow>
|
|
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
|
-
<div class="videoWrapper">
|
|
241
|
-
<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" />
|
|
243
|
-
</div>'
|
|
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
|
|
269
|
-
</l:BlockLayoutRow
|
|
281
|
+
<!-- This block layout row will be commented until BGSOFUIPIRIN-5473 is completely finished-->
|
|
282
|
+
<!-- <l:BlockLayoutRow>-->
|
|
283
|
+
<!-- <l:BlockLayoutCell-->
|
|
284
|
+
<!-- backgroundColorSet="ColorSet11"-->
|
|
285
|
+
<!-- backgroundColorShade="ShadeA">-->
|
|
286
|
+
<!-- <HBox alignItems="Center" justifyContent="Center" width="100%" height="100%">-->
|
|
287
|
+
<!-- <core:HTML sanitizeContent="true" content='-->
|
|
288
|
+
<!-- <div class="videoWrapper">-->
|
|
289
|
+
<!-- <iframe src="https://www.youtube.com/embed/6_CQYtmRJNg" title="YouTube video player" frameborder="0"-->
|
|
290
|
+
<!-- allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="true" />-->
|
|
291
|
+
<!-- </div>'>-->
|
|
292
|
+
<!-- <core:layoutData>-->
|
|
293
|
+
<!-- <FlexItemData maxWidth="35rem" growFactor="1" />-->
|
|
294
|
+
<!-- </core:layoutData>-->
|
|
295
|
+
<!-- </core:HTML>-->
|
|
296
|
+
<!-- </HBox>-->
|
|
297
|
+
<!-- </l:BlockLayoutCell>-->
|
|
298
|
+
<!-- <l:BlockLayoutCell-->
|
|
299
|
+
<!-- backgroundColorSet="ColorSet11"-->
|
|
300
|
+
<!-- backgroundColorShade="ShadeD">-->
|
|
301
|
+
<!-- <l:VerticalLayout-->
|
|
302
|
+
<!-- width="100%">-->
|
|
303
|
+
<!-- <custom:TitleLink-->
|
|
304
|
+
<!-- text="{i18n>WELCOME_VIDEO_BLOCK_TITLE}"-->
|
|
305
|
+
<!-- class="sapUiSmallMarginBottom"-->
|
|
306
|
+
<!-- href="https://www.youtube.com/watch?v=6_CQYtmRJNg"-->
|
|
307
|
+
<!-- target="_blank"-->
|
|
308
|
+
<!-- titleStyle="H2"/>-->
|
|
309
|
+
<!-- <Text-->
|
|
310
|
+
<!-- text="{i18n>WELCOME_VIDEO_BLOCK_TEXT_1}"-->
|
|
311
|
+
<!-- class="sapUiSmallMarginBottom"/>-->
|
|
312
|
+
<!-- <FormattedText-->
|
|
313
|
+
<!-- htmlText="{i18n>WELCOME_VIDEO_BLOCK_TEXT_2}"-->
|
|
314
|
+
<!-- class="sapUiSmallMarginBottom"/>-->
|
|
315
|
+
<!-- </l:VerticalLayout>-->
|
|
316
|
+
<!-- </l:BlockLayoutCell>-->
|
|
317
|
+
<!-- </l:BlockLayoutRow>-->
|
|
270
318
|
</l:BlockLayout>
|
|
271
319
|
</Panel>
|
|
272
320
|
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
<VBox class="sapUiTinyMarginTop">
|
|
12
12
|
<Label text="{i18n>APP_SETTINGS_DIALOG_THEME}" design="Standard" labelFor="ThemeSelect" />
|
|
13
13
|
<Select id="ThemeSelect" width="100%" class="sapUiSmallMarginBottom">
|
|
14
|
+
<core:Item key="sap_horizon" text="Horizon"/>
|
|
14
15
|
<core:Item key="sap_fiori_3" text="Quartz Light"/>
|
|
15
16
|
<core:Item key="sap_fiori_3_dark" text="Quartz Dark"/>
|
|
16
17
|
<core:Item key="sap_belize" text="Belize"/>
|