@openui5/sap.ui.documentation 1.149.1 → 1.151.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/REUSE.toml +24 -0
- package/THIRDPARTY.txt +25 -6
- 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 +8 -2
- package/src/sap/ui/documentation/messagebundle_ar.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_bg.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ca.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_cnr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_cs.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_cy.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_da.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_de.properties +12 -9
- package/src/sap/ui/documentation/messagebundle_el.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_en.properties +5 -2
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +5 -2
- package/src/sap/ui/documentation/messagebundle_en_US_sappsd.properties +54 -17
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +5 -2
- package/src/sap/ui/documentation/messagebundle_en_US_saptrc.properties +45 -12
- package/src/sap/ui/documentation/messagebundle_es.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +5 -2
- package/src/sap/ui/documentation/messagebundle_et.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_fi.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_fr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_hi.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_hr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_hu.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_id.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_it.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_iw.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_ja.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_kk.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ko.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_lt.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_lv.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_mk.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ms.properties +5 -2
- package/src/sap/ui/documentation/messagebundle_nl.properties +5 -2
- package/src/sap/ui/documentation/messagebundle_no.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_pl.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_pt.properties +5 -2
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_ro.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_ru.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_sh.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_sk.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_sl.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_sr.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_sv.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_th.properties +10 -7
- package/src/sap/ui/documentation/messagebundle_tr.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_uk.properties +7 -4
- package/src/sap/ui/documentation/messagebundle_vi.properties +4 -1
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +3 -0
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +5 -2
- package/src/sap/ui/documentation/sdk/CookieStatement.html +35 -25
- package/src/sap/ui/documentation/sdk/controller/Code.controller.js +8 -4
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +9 -3
- package/src/sap/ui/documentation/sdk/controller/SubApiDetail.controller.js +57 -8
- package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +7 -2
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_sappsd.properties +3 -0
- package/src/sap/ui/documentation/sdk/cookieSettingsDialog/i18n/i18n_en_US_saptrc.properties +3 -0
- package/src/sap/ui/documentation/sdk/model/formatter.js +11 -0
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/view/ReleaseNotes.view.xml +4 -2
- package/src/sap/ui/documentation/sdk/view/Resources.view.xml +23 -0
- package/src/sap/ui/documentation/sdk/view/SubApiDetail.view.xml +71 -16
|
@@ -51,12 +51,17 @@ sap.ui.define([],
|
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"id": "linter",
|
|
54
|
-
"text": "UI5
|
|
54
|
+
"text": "UI5 Linter",
|
|
55
55
|
"href": "https://github.com/UI5/linter"
|
|
56
56
|
},
|
|
57
|
+
{
|
|
58
|
+
"id": "pluginsCodingAgents",
|
|
59
|
+
"text": "UI5 Plugins for Coding Agents",
|
|
60
|
+
"href": "https://github.com/UI5/plugins-coding-agents"
|
|
61
|
+
},
|
|
57
62
|
{
|
|
58
63
|
"id": "mcpserver",
|
|
59
|
-
"text": "UI5 MCP
|
|
64
|
+
"text": "UI5 MCP Server",
|
|
60
65
|
"href": "https://github.com/UI5/mcp-server"
|
|
61
66
|
},
|
|
62
67
|
{
|
|
@@ -3,6 +3,9 @@ COOKIE_SETTINGS_DIALOG_TITLE=[[[\u0176\u014F\u0171\u0157 \u0108\u014F\u014F\u013
|
|
|
3
3
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=[[[\u0158\u0113\u01A3\u0171\u012F\u0157\u0113\u018C \u0108\u014F\u014F\u0137\u012F\u0113\u015F\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
4
4
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=[[[\u0162\u0125\u0113\u015F\u0113 \u010B\u014F\u014F\u0137\u012F\u0113\u015F \u0105\u0157\u0113 \u0157\u0113\u01A3\u0171\u012F\u0157\u0113\u018C \u0163\u014F \u0113\u014B\u0105\u0183\u013A\u0113 \u010B\u014F\u0157\u0113 \u015F\u012F\u0163\u0113 \u0192\u0171\u014B\u010B\u0163\u012F\u014F\u014B\u0105\u013A\u012F\u0163\u0177.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
5
5
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=[[[\u0174\u0113 \u0171\u015F\u0113 \u010B\u014F\u014F\u0137\u012F\u0113\u015F \u0163\u014F \u012F\u0271\u03C1\u0157\u014F\u028B\u0113 \u0177\u014F\u0171\u0157 \u0113\u03C7\u03C1\u0113\u0157\u012F\u0113\u014B\u010B\u0113 \u014F\u014B \u014F\u0171\u0157 \u015F\u012F\u0163\u0113. \u0181\u0177 \u010B\u014F\u014B\u0163\u012F\u014B\u0171\u012F\u014B\u011F \u0163\u014F \u0171\u015F\u0113 \u0163\u0125\u012F\u015F \u015F\u012F\u0163\u0113, \u0177\u014F\u0171 \u010B\u014F\u014B\u015F\u0113\u014B\u0163 \u0163\u014F \u0171\u015F\u0113 \u014F\u0171\u0157 \u010B\u014F\u014F\u0137\u012F\u0113\u015F.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
6
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=[[[\u0191\u0171\u014B\u010B\u0163\u012F\u014F\u014B\u0105\u013A \u0108\u014F\u014F\u0137\u012F\u0113\u015F\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
7
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=[[[\u0162\u0125\u0113\u015F\u0113 \u010B\u014F\u014F\u0137\u012F\u0113\u015F \u0105\u0157\u0113 \u0171\u015F\u0113\u018C \u0163\u014F \u0137\u0113\u0113\u03C1 \u0177\u014F\u0171\u0157 \u03C1\u0157\u0113\u0192\u0113\u0157\u0113\u014B\u010B\u0113\u015F \u0192\u014F\u0157 \u015F\u012F\u0163\u0113 \u0105\u03C1\u03C1\u0113\u0105\u0157\u0105\u014B\u010B\u0113 \u0105\u014B\u018C \u018C\u012F\u015F\u03C1\u013A\u0105\u0177 \u013A\u0105\u014B\u011F\u0171\u0105\u011F\u0113.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
8
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=[[[\u0162\u014F \u0113\u014B\u0125\u0105\u014B\u010B\u0113 \u0177\u014F\u0171\u0157 \u0183\u0157\u014F\u0175\u015F\u012F\u014B\u011F \u0113\u03C7\u03C1\u0113\u0157\u012F\u0113\u014B\u010B\u0113, \u0175\u0113 \u0171\u015F\u0113 \u010B\u014F\u014F\u0137\u012F\u0113\u015F \u0163\u014F \u0157\u0113\u0271\u0113\u0271\u0183\u0113\u0157 \u0177\u014F\u0171\u0157 \u03C1\u0157\u0113\u0192\u0113\u0157\u0113\u014B\u010B\u0113\u015F \u0192\u014F\u0157 \u0163\u0125\u0113 \u015F\u012F\u0163\u0113'\u015F \u0105\u03C1\u03C1\u0113\u0105\u0157\u0105\u014B\u010B\u0113 (\u013A\u012F\u011F\u0125\u0163 \u014F\u0157 \u018C\u0105\u0157\u0137 \u0163\u0125\u0113\u0271\u0113) \u0105\u014B\u018C \u018C\u012F\u015F\u03C1\u013A\u0105\u0177 \u013A\u0105\u014B\u011F\u0171\u0105\u011F\u0113. \u0162\u0125\u0113\u015F\u0113 \u010B\u014F\u014F\u0137\u012F\u0113\u015F \u0113\u014B\u015F\u0171\u0157\u0113 \u0163\u0125\u0105\u0163 \u0177\u014F\u0171\u0157 \u010B\u0125\u014F\u015F\u0113\u014B \u015F\u0113\u0163\u0163\u012F\u014B\u011F\u015F \u0105\u0157\u0113 \u0105\u03C1\u03C1\u013A\u012F\u0113\u018C \u0113\u028B\u0113\u0157\u0177 \u0163\u012F\u0271\u0113 \u0177\u014F\u0171 \u028B\u012F\u015F\u012F\u0163 \u014F\u0157 \u0157\u0113\u0192\u0157\u0113\u015F\u0125 \u0163\u0125\u0113 \u03C1\u0105\u011F\u0113, \u03C1\u0157\u014F\u028B\u012F\u018C\u012F\u014B\u011F \u0105 \u010B\u014F\u014B\u015F\u012F\u015F\u0163\u0113\u014B\u0163 \u0105\u014B\u018C \u03C1\u0113\u0157\u015F\u014F\u014B\u0105\u013A\u012F\u017E\u0113\u018C \u0113\u03C7\u03C1\u0113\u0157\u012F\u0113\u014B\u010B\u0113.\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219\u2219]]]
|
|
6
9
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=[[[\u039C\u014F\u0157\u0113 \u012C\u014B\u0192\u014F\u2219\u2219\u2219\u2219\u2219]]]
|
|
7
10
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=[[[\u0100\u010B\u010B\u0113\u03C1\u0163 \u0100\u013A\u013A\u2219\u2219\u2219\u2219]]]
|
|
8
11
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=[[[\u0158\u0113\u0135\u0113\u010B\u0163 \u0100\u013A\u013A\u2219\u2219\u2219\u2219]]]
|
|
@@ -3,6 +3,9 @@ COOKIE_SETTINGS_DIALOG_TITLE=VSiHf/ID+8Qa6LMSy2qeOA_Your Cookie Settings
|
|
|
3
3
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TITLE=1QXuYN58UnmqoK7UtwpzHg_Required Cookies
|
|
4
4
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_SUMMARY=1mlj9qCqW87sOdOuAR2C4w_These cookies are required to enable core site functionality.
|
|
5
5
|
COOKIE_SETTINGS_DIALOG_REQUIRED_COOKIES_TEXT=zEB+717Bx2XbQHiornUX5g_We use cookies to improve your experience on our site. By continuing to use this site, you consent to use our cookies.
|
|
6
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TITLE=ZXlj7cSXT6P/Ps82CAsL8w_Functional Cookies
|
|
7
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_SUMMARY=1H7LvCVhIoMq/dePe1FukA_These cookies are used to keep your preferences for site appearance and display language.
|
|
8
|
+
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_TEXT=NHRZgyI642RKfviuT6QZtw_To enhance your browsing experience, we use cookies to remember your preferences for the site's appearance (light or dark theme) and display language. These cookies ensure that your chosen settings are applied every time you visit or refresh the page, providing a consistent and personalized experience.
|
|
6
9
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_MORE_INFO=Qpa+hooIo7y9TfuBB8qI3Q_More Info
|
|
7
10
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_ACCEPT_ALL=1fDIhkWCDHFw/wvL6LOsrQ_Accept All
|
|
8
11
|
COOKIE_SETTINGS_DIALOG_FUNCTIONAL_COOKIES_REJECT_ALL=WQb3PnaP15zVcqEmlUYfLQ_Reject All
|
|
@@ -363,6 +363,17 @@ sap.ui.define([
|
|
|
363
363
|
*/
|
|
364
364
|
escapeSettingsValue: ManagedObject.escapeSettingsValue,
|
|
365
365
|
|
|
366
|
+
/**
|
|
367
|
+
* Returns the escaped default value, but hides it for typedef params
|
|
368
|
+
* where the value is an object literal (shown per-property in sub-rows instead).
|
|
369
|
+
*/
|
|
370
|
+
formatParamDefaultValue: function(sDefaultValue, oTypeInfo) {
|
|
371
|
+
if (oTypeInfo && oTypeInfo.refersToTypedef && sDefaultValue && sDefaultValue.trim().startsWith("{")) {
|
|
372
|
+
return "";
|
|
373
|
+
}
|
|
374
|
+
return ManagedObject.escapeSettingsValue(sDefaultValue);
|
|
375
|
+
},
|
|
376
|
+
|
|
366
377
|
getUrlForType: function(sType) {
|
|
367
378
|
if (!sType) {
|
|
368
379
|
return sType;
|
|
@@ -998,10 +998,10 @@ var hljs = (function () {
|
|
|
998
998
|
* @param {string} message
|
|
999
999
|
*/
|
|
1000
1000
|
const deprecated = (version, message) => {
|
|
1001
|
-
if (seenDeprecations[`1.
|
|
1001
|
+
if (seenDeprecations[`1.151.0/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.
|
|
1004
|
-
seenDeprecations[`1.
|
|
1003
|
+
console.log(`Deprecated as of 1.151.0. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.151.0/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|
|
@@ -41,8 +41,10 @@
|
|
|
41
41
|
class="sapUxAPObjectPageSubSectionAlignContent"
|
|
42
42
|
width="auto">
|
|
43
43
|
<layout:VerticalLayout content="{path: 'notes', templateShareable: false}" width="100%">
|
|
44
|
-
<m:
|
|
45
|
-
|
|
44
|
+
<m:VBox width="100%">
|
|
45
|
+
<m:Text visible="{= !${versionData>/isOpenUI5} }" width="100%" text="[{type}] {text} (included in {version})"/>
|
|
46
|
+
<m:Text visible="{versionData>/isOpenUI5}" width="100%" text="[{type}] {text}"/>
|
|
47
|
+
</m:VBox>
|
|
46
48
|
</layout:VerticalLayout>
|
|
47
49
|
</m:Panel>
|
|
48
50
|
</layout:VerticalLayout>
|
|
@@ -320,6 +320,29 @@
|
|
|
320
320
|
</f:content>
|
|
321
321
|
</f:Card>
|
|
322
322
|
|
|
323
|
+
<!-- UI5 plugins for coding agents -->
|
|
324
|
+
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
325
|
+
<f:header>
|
|
326
|
+
<card:Header title="{i18n>RESOURCES_CARD_TITLE_PLUGINS_CODING_AGENTS}" iconSrc="sap-icon://ai" />
|
|
327
|
+
</f:header>
|
|
328
|
+
<f:content>
|
|
329
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
330
|
+
<Text text="{i18n>RESOURCES_CARD_DESC_PLUGINS_CODING_AGENTS}">
|
|
331
|
+
<layoutData>
|
|
332
|
+
<FlexItemData growFactor="1" />
|
|
333
|
+
</layoutData>
|
|
334
|
+
</Text>
|
|
335
|
+
<Link
|
|
336
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
337
|
+
href="{resources>/pluginsCodingAgents/href}"
|
|
338
|
+
target="_blank"
|
|
339
|
+
text="{i18n>RESOURCES_CARD_LINK_PLUGINS_CODING_AGENTS}"
|
|
340
|
+
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
341
|
+
wrapping="true" />
|
|
342
|
+
</VBox>
|
|
343
|
+
</f:content>
|
|
344
|
+
</f:Card>
|
|
345
|
+
|
|
323
346
|
<!-- UI5 MCP server -->
|
|
324
347
|
<f:Card class="sapUiDemoKitResourcesRegularCard">
|
|
325
348
|
<f:header>
|
|
@@ -191,8 +191,8 @@
|
|
|
191
191
|
<custom:JSDocText sanitizeContent="false" text="{path: 'data', formatter: '.formatter.escapeSettingsValue'}"/>
|
|
192
192
|
</layout:VerticalLayout>
|
|
193
193
|
<m:MessageStrip
|
|
194
|
-
visible="{=${
|
|
195
|
-
text="
|
|
194
|
+
visible="{=${deprecatedText} !== undefined}"
|
|
195
|
+
text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
|
|
196
196
|
type="Error"
|
|
197
197
|
showIcon="true"
|
|
198
198
|
showCloseButton="false"
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
201
201
|
</m:MessageStrip>
|
|
202
202
|
<m:MessageStrip
|
|
203
|
-
visible="{=${
|
|
204
|
-
text="
|
|
203
|
+
visible="{=${experimentalText} !== undefined}"
|
|
204
|
+
text="{path : 'experimentalText'}"
|
|
205
205
|
type="Warning"
|
|
206
206
|
showIcon="true"
|
|
207
207
|
showCloseButton="false"
|
|
@@ -252,10 +252,33 @@
|
|
|
252
252
|
columnCount="4"
|
|
253
253
|
class="sapUiDocumentationParamsTable">
|
|
254
254
|
<custom:Row expandable="{= ${typeInfo/refersToTypedef} === true}" typedefName="{= ${typeInfo/UI5Types} ? ${typeInfo/UI5Types/0} : ${typeInfo/type} }" expandToggle="onTypedefToggle">
|
|
255
|
+
<custom:customData>
|
|
256
|
+
<core:CustomData key="paramDefaultValue" value="{path: 'defaultValue', formatter: '.formatter.escapeSettingsValue'}"/>
|
|
257
|
+
</custom:customData>
|
|
255
258
|
<custom:ParamText text="{name}" phoneText="{phoneName}" depth="{depth}" optional="{optional}"/>
|
|
256
259
|
<custom:JSDocType typeInfo="{parts: ['typeInfo', 'types', 'type', 'linkEnabled'], formatter: '.formatter.formatJSDocType'}"/>
|
|
257
|
-
<m:Text text="{
|
|
258
|
-
<
|
|
260
|
+
<m:Text text="{parts: ['defaultValue', 'typeInfo'], formatter: '.formatter.formatParamDefaultValue'}"/>
|
|
261
|
+
<layout:VerticalLayout>
|
|
262
|
+
<custom:JSDocText sanitizeContent="false" text="{description}"/>
|
|
263
|
+
<m:MessageStrip
|
|
264
|
+
visible="{=${deprecatedText} !== undefined}"
|
|
265
|
+
text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
|
|
266
|
+
type="Error"
|
|
267
|
+
showIcon="true"
|
|
268
|
+
showCloseButton="false"
|
|
269
|
+
enableFormattedText="true"
|
|
270
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
271
|
+
</m:MessageStrip>
|
|
272
|
+
<m:MessageStrip
|
|
273
|
+
visible="{=${experimentalText} !== undefined}"
|
|
274
|
+
text="{path : 'experimentalText'}"
|
|
275
|
+
type="Warning"
|
|
276
|
+
showIcon="true"
|
|
277
|
+
showCloseButton="false"
|
|
278
|
+
enableFormattedText="true"
|
|
279
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
280
|
+
</m:MessageStrip>
|
|
281
|
+
</layout:VerticalLayout>
|
|
259
282
|
</custom:Row>
|
|
260
283
|
</custom:LightTable>
|
|
261
284
|
</template:if>
|
|
@@ -319,8 +342,8 @@
|
|
|
319
342
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
320
343
|
</m:MessageStrip>
|
|
321
344
|
<m:MessageStrip
|
|
322
|
-
visible="{=${
|
|
323
|
-
text="
|
|
345
|
+
visible="{=${experimentalText} !== undefined}"
|
|
346
|
+
text="{path : 'experimentalText'}"
|
|
324
347
|
type="Warning"
|
|
325
348
|
showIcon="true"
|
|
326
349
|
showCloseButton="false"
|
|
@@ -378,8 +401,8 @@
|
|
|
378
401
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
379
402
|
</m:MessageStrip>
|
|
380
403
|
<m:MessageStrip
|
|
381
|
-
visible="{=${
|
|
382
|
-
text="
|
|
404
|
+
visible="{=${experimentalText} !== undefined}"
|
|
405
|
+
text="{path : 'experimentalText'}"
|
|
383
406
|
type="Warning"
|
|
384
407
|
showIcon="true"
|
|
385
408
|
showCloseButton="false"
|
|
@@ -441,8 +464,8 @@
|
|
|
441
464
|
<layout:VerticalLayout width="100%">
|
|
442
465
|
<custom:JSDocText sanitizeContent="false" text="{description}"/>
|
|
443
466
|
<m:MessageStrip
|
|
444
|
-
visible="{=${
|
|
445
|
-
text="
|
|
467
|
+
visible="{=${deprecatedText} !== undefined}"
|
|
468
|
+
text="{path : 'deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
|
|
446
469
|
type="Error"
|
|
447
470
|
showIcon="true"
|
|
448
471
|
showCloseButton="false"
|
|
@@ -450,8 +473,8 @@
|
|
|
450
473
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
451
474
|
</m:MessageStrip>
|
|
452
475
|
<m:MessageStrip
|
|
453
|
-
visible="{=${
|
|
454
|
-
text="
|
|
476
|
+
visible="{=${experimentalText} !== undefined}"
|
|
477
|
+
text="{path : 'experimentalText'}"
|
|
455
478
|
type="Warning"
|
|
456
479
|
showIcon="true"
|
|
457
480
|
showCloseButton="false"
|
|
@@ -566,6 +589,15 @@
|
|
|
566
589
|
enableFormattedText="true"
|
|
567
590
|
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
568
591
|
</m:MessageStrip>
|
|
592
|
+
<m:MessageStrip
|
|
593
|
+
visible="{=${parameter>experimental} !== undefined}"
|
|
594
|
+
text="{path : 'parameter>experimentalText'}"
|
|
595
|
+
type="Warning"
|
|
596
|
+
showIcon="true"
|
|
597
|
+
showCloseButton="false"
|
|
598
|
+
enableFormattedText="true"
|
|
599
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
600
|
+
</m:MessageStrip>
|
|
569
601
|
</layout:VerticalLayout>
|
|
570
602
|
</custom:Row>
|
|
571
603
|
</template:repeat>
|
|
@@ -679,10 +711,33 @@
|
|
|
679
711
|
class="sapUiDocumentationParamsTable">
|
|
680
712
|
<template:repeat list="{method>parameters}" var="parameter">
|
|
681
713
|
<custom:Row expandable="{= ${parameter>typeInfo/refersToTypedef} === true}" typedefName="{= ${parameter>typeInfo/UI5Types} ? ${parameter>typeInfo/UI5Types/0} : ${parameter>typeInfo/type} }" expandToggle="onTypedefToggle">
|
|
714
|
+
<custom:customData>
|
|
715
|
+
<core:CustomData key="paramDefaultValue" value="{path: 'parameter>defaultValue', formatter: '.formatter.escapeSettingsValue'}"/>
|
|
716
|
+
</custom:customData>
|
|
682
717
|
<custom:ParamText text="{parameter>name}" phoneText="{parameter>phoneName}" depth="{parameter>depth}" optional="{parameter>optional}"/>
|
|
683
718
|
<custom:JSDocType typeInfo="{parts: ['parameter>typeInfo','parameter>types'], formatter: '.formatter.stringifyJSDocType'}"/>
|
|
684
|
-
<m:Text text="{
|
|
685
|
-
<
|
|
719
|
+
<m:Text text="{parts: ['parameter>defaultValue', 'parameter>typeInfo'], formatter: '.formatter.formatParamDefaultValue'}"/>
|
|
720
|
+
<layout:VerticalLayout>
|
|
721
|
+
<custom:JSDocText sanitizeContent="false" text="{path: 'parameter>description', formatter: '.formatter.escapeSettingsValue'}"/>
|
|
722
|
+
<m:MessageStrip
|
|
723
|
+
visible="{=${parameter>deprecated} !== undefined}"
|
|
724
|
+
text="{path : 'parameter>deprecatedText', formatter: '.formatter.formatMessageStripLinks'}"
|
|
725
|
+
type="Error"
|
|
726
|
+
showIcon="true"
|
|
727
|
+
showCloseButton="false"
|
|
728
|
+
enableFormattedText="true"
|
|
729
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
730
|
+
</m:MessageStrip>
|
|
731
|
+
<m:MessageStrip
|
|
732
|
+
visible="{=${parameter>experimental} !== undefined}"
|
|
733
|
+
text="{path : 'parameter>experimentalText'}"
|
|
734
|
+
type="Warning"
|
|
735
|
+
showIcon="true"
|
|
736
|
+
showCloseButton="false"
|
|
737
|
+
enableFormattedText="true"
|
|
738
|
+
class="sapUiTinyMarginBottom sapUiTinyMarginTop">
|
|
739
|
+
</m:MessageStrip>
|
|
740
|
+
</layout:VerticalLayout>
|
|
686
741
|
</custom:Row>
|
|
687
742
|
</template:repeat>
|
|
688
743
|
</custom:LightTable>
|