@openui5/sap.ui.documentation 1.123.1 → 1.124.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/package.json +7 -7
- package/src/sap/ui/documentation/.library +1 -1
- package/src/sap/ui/documentation/library.js +3 -4
- package/src/sap/ui/documentation/messagebundle.properties +3 -1
- package/src/sap/ui/documentation/messagebundle_ar.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_bg.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_ca.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_cnr.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_cs.properties +3 -2
- package/src/sap/ui/documentation/messagebundle_cy.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_da.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_de.properties +13 -12
- package/src/sap/ui/documentation/messagebundle_el.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_en.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_en_GB.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +62 -41
- package/src/sap/ui/documentation/messagebundle_es.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_es_MX.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_et.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_fi.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_fr.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_fr_CA.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_hi.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_hr.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_hu.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_id.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_it.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_iw.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_ja.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_kk.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_ko.properties +15 -14
- package/src/sap/ui/documentation/messagebundle_lt.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_lv.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_mk.properties +15 -14
- package/src/sap/ui/documentation/messagebundle_ms.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_nl.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_no.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_pl.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_pt.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_pt_PT.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_ro.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_ru.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_sh.properties +70 -69
- package/src/sap/ui/documentation/messagebundle_sk.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_sl.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_sr.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_sv.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_th.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_tr.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_uk.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_vi.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_zh_CN.properties +2 -1
- package/src/sap/ui/documentation/messagebundle_zh_TW.properties +2 -1
- package/src/sap/ui/documentation/sdk/controller/App.controller.js +2 -2
- package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +21 -16
- package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -4
- package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +1 -1
- package/src/sap/ui/documentation/sdk/index.js +1 -1
- package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
- package/src/sap/ui/documentation/sdk/util/Resources.js +1 -1
- package/src/sap/ui/documentation/sdk/view/ApiMaster.view.xml +1 -1
- package/src/sap/ui/documentation/sdk/view/DemoApps.view.xml +7 -13
- package/src/sap/ui/documentation/sdk/view/Resources.view.xml +72 -144
- package/src/sap/ui/documentation/sdk/view/TopicMaster.view.xml +1 -1
- package/src/sap/ui/documentation/themes/base/DemoApps.less +29 -53
- package/src/sap/ui/documentation/themes/base/Resources.less +10 -1
- package/src/sap/ui/documentation/themes/sap_horizon_hcb/DemoApps.less +6 -7
- package/src/sap/ui/documentation/themes/sap_horizon_hcw/DemoApps.less +5 -5
- package/src/sap/ui/documentation/DemoKitCardHeader.js +0 -70
|
@@ -58,12 +58,10 @@ sap.ui.define([
|
|
|
58
58
|
sTopicId: sTopicId,
|
|
59
59
|
oModel: oModel
|
|
60
60
|
};
|
|
61
|
-
|
|
62
|
-
setTimeout(function
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
}.bind(this), 0);
|
|
61
|
+
|
|
62
|
+
setTimeout(function() {
|
|
63
|
+
this._scrollTreeItemIntoView(oLastItem);
|
|
64
|
+
}.bind(this));
|
|
67
65
|
}
|
|
68
66
|
},
|
|
69
67
|
|
|
@@ -85,9 +83,16 @@ sap.ui.define([
|
|
|
85
83
|
return null;
|
|
86
84
|
},
|
|
87
85
|
|
|
88
|
-
_scrollTreeItemIntoView: function
|
|
89
|
-
var
|
|
90
|
-
|
|
86
|
+
_scrollTreeItemIntoView: function(oItem) {
|
|
87
|
+
var oItemDom = oItem.getDomRef(),
|
|
88
|
+
oTreeContainer = this.byId("treeContainer"),
|
|
89
|
+
oTreeContainerDomRef = oTreeContainer.getDomRef(),
|
|
90
|
+
oTreeContainerScroller = oTreeContainer.getScrollDelegate();
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
if (oItemDom && isInOverflow(oItemDom, oTreeContainerDomRef)) {
|
|
94
|
+
oTreeContainerScroller.scrollToElement(oItemDom, TREE_SCROLL_DURATION);
|
|
95
|
+
}
|
|
91
96
|
},
|
|
92
97
|
|
|
93
98
|
/**
|
|
@@ -172,15 +177,15 @@ sap.ui.define([
|
|
|
172
177
|
}
|
|
173
178
|
});
|
|
174
179
|
|
|
175
|
-
function
|
|
176
|
-
|
|
177
|
-
|
|
180
|
+
function isInOverflow (oElement, oContainer) {
|
|
181
|
+
const oElemRect = oElement.getBoundingClientRect();
|
|
182
|
+
const oContRect = oContainer.getBoundingClientRect();
|
|
178
183
|
|
|
179
184
|
return (
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
185
|
+
oElemRect.bottom > oContRect.bottom ||
|
|
186
|
+
oElemRect.top < oContRect.top ||
|
|
187
|
+
oElemRect.right > oContRect.right ||
|
|
188
|
+
oElemRect.left < oContRect.left
|
|
184
189
|
);
|
|
185
190
|
}
|
|
186
191
|
|
|
@@ -25,7 +25,6 @@ sap.ui.define([
|
|
|
25
25
|
"sap/ui/documentation/sdk/util/Resources",
|
|
26
26
|
"./config/sampleForwardingConfig",
|
|
27
27
|
"sap/base/strings/capitalize",
|
|
28
|
-
"sap/ui/core/Configuration",
|
|
29
28
|
"sap/base/i18n/Localization"
|
|
30
29
|
], function(
|
|
31
30
|
Element,
|
|
@@ -47,7 +46,6 @@ sap.ui.define([
|
|
|
47
46
|
ResourcesUtil,
|
|
48
47
|
sampleForwardingConfig,
|
|
49
48
|
capitalize,
|
|
50
|
-
Configuration,
|
|
51
49
|
Localization
|
|
52
50
|
) {
|
|
53
51
|
"use strict";
|
|
@@ -66,7 +64,6 @@ sap.ui.define([
|
|
|
66
64
|
/* =========================================================== */
|
|
67
65
|
|
|
68
66
|
onInit: function () {
|
|
69
|
-
var oConfiguration = Configuration;
|
|
70
67
|
SampleBaseController.prototype.onInit.call(this);
|
|
71
68
|
|
|
72
69
|
this.oRouter = this.getRouter();
|
|
@@ -78,7 +75,7 @@ sap.ui.define([
|
|
|
78
75
|
rtaLoaded: false,
|
|
79
76
|
density: this.getOwnerComponent().getContentDensityClass(),
|
|
80
77
|
rtl: Localization.getRTL(),
|
|
81
|
-
theme:
|
|
78
|
+
theme: Theming.getTheme(),
|
|
82
79
|
showWarning: false
|
|
83
80
|
});
|
|
84
81
|
|
|
@@ -58,7 +58,7 @@ sap.ui.define(["sap/ui/thirdparty/jquery", 'sap/ui/documentation/library', "sap/
|
|
|
58
58
|
"Map",
|
|
59
59
|
"Utility",
|
|
60
60
|
"Web Components",
|
|
61
|
-
"
|
|
61
|
+
"Metadata-Driven Controls",
|
|
62
62
|
"Personalization"
|
|
63
63
|
];
|
|
64
64
|
var afilterProps = ["namespace", "since", "category"]; // content density are set manually
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
sSampleId = getUrlParam('sap-ui-xx-sample-id'),
|
|
14
14
|
sOrigin = getUrlParam('sap-ui-xx-sample-origin'),
|
|
15
15
|
sLib = getUrlParam('sap-ui-xx-sample-lib'),
|
|
16
|
-
sPresetTheme = getUrlParam('sap-ui-theme') || '
|
|
16
|
+
sPresetTheme = getUrlParam('sap-ui-theme') || 'sap_horizon',
|
|
17
17
|
sPresetRTL = getUrlParam('sap-ui-rtl') || false,
|
|
18
18
|
sPresetDensity = getUrlParam('sap-ui-density'),
|
|
19
19
|
oPath = {},
|
|
@@ -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.124.0/${message}`]) return;
|
|
1002
1002
|
|
|
1003
|
-
console.log(`Deprecated as of 1.
|
|
1004
|
-
seenDeprecations[`1.
|
|
1003
|
+
console.log(`Deprecated as of 1.124.0. ${message}`);
|
|
1004
|
+
seenDeprecations[`1.124.0/${message}`] = true;
|
|
1005
1005
|
};
|
|
1006
1006
|
|
|
1007
1007
|
/* eslint-disable no-throw-literal */
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
(function (root, factory) {
|
|
8
8
|
"use strict";
|
|
9
|
-
if (
|
|
9
|
+
if (typeof self.sap?.ui?.define === 'function') {
|
|
10
10
|
sap.ui.define(['sap/ui/thirdparty/URI'], factory);
|
|
11
11
|
} else if (typeof self.exports === 'object' && typeof self.exports.nodeName !== 'string') {
|
|
12
12
|
self.exports["ResourcesUtil"] = factory();
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
width="100%"
|
|
19
19
|
height="100%">
|
|
20
20
|
|
|
21
|
-
<VBox class="
|
|
21
|
+
<VBox class="sapUiDemoKitDemoAppsIntroCardSpacing">
|
|
22
22
|
<f:Card class="sapUiDemoKitDemoAppsIntroCard">
|
|
23
23
|
<f:header>
|
|
24
24
|
<card:Header
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
</f:Card>
|
|
35
35
|
</VBox>
|
|
36
36
|
|
|
37
|
-
<grid:CSSGrid class="
|
|
37
|
+
<grid:CSSGrid class="sapUiDemoKitDemoAppsLayoutSpacing">
|
|
38
38
|
<!-- Page Content Ratio Config -->
|
|
39
39
|
<grid:customLayout>
|
|
40
40
|
<grid:GridResponsiveLayout>
|
|
@@ -104,11 +104,10 @@
|
|
|
104
104
|
|
|
105
105
|
<f:Card class="sapUiDemoKitDemoAppsRegularCard">
|
|
106
106
|
<f:header>
|
|
107
|
-
<
|
|
108
|
-
iconSrc="{= 'sap-icon://' + ${icon} }" />
|
|
107
|
+
<card:Header title="{name}" iconSrc="{= 'sap-icon://' + ${icon} }" />
|
|
109
108
|
</f:header>
|
|
110
109
|
<f:content>
|
|
111
|
-
<VBox class="
|
|
110
|
+
<VBox class="sapUiDemoKitDemoAppsCardContentSpacing" wrap="Wrap">
|
|
112
111
|
<Text class="sapUiSmallMarginBottom" text="{desc}" >
|
|
113
112
|
<layoutData>
|
|
114
113
|
<FlexItemData growFactor="1" />
|
|
@@ -126,16 +125,11 @@
|
|
|
126
125
|
wrapping="true" />
|
|
127
126
|
</VBox>
|
|
128
127
|
<HBox wrap="Wrap">
|
|
129
|
-
<Label
|
|
130
|
-
class="sapUiTinyMarginEnd"
|
|
131
|
-
design="Bold"
|
|
132
|
-
text="{i18n>DEMO_APPS_LIBRARY}"
|
|
133
|
-
wrapping="true" />
|
|
134
128
|
<Link
|
|
135
|
-
|
|
129
|
+
class="sapUiDemoKitDemoAppsCardLink"
|
|
130
|
+
href="{ref}"
|
|
136
131
|
target="_blank"
|
|
137
|
-
text="{
|
|
138
|
-
enabled="{ path: 'lib', formatter: '.formatter.libraryLinkEnabled' }"
|
|
132
|
+
text="{i18n>DEMO_APPS_CARD_LINK}"
|
|
139
133
|
wrapping="true" />
|
|
140
134
|
</HBox>
|
|
141
135
|
</VBox>
|
|
@@ -101,18 +101,13 @@
|
|
|
101
101
|
<FlexItemData growFactor="1" />
|
|
102
102
|
</layoutData>
|
|
103
103
|
</Text>
|
|
104
|
-
|
|
105
|
-
|
|
104
|
+
<Link
|
|
105
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
106
|
+
href="{resources>/iconExplorer/href}"
|
|
107
|
+
target="_blank"
|
|
106
108
|
text="{i18n>RESOURCES_CARD_LINK_ICON_EXPLORER}"
|
|
107
|
-
icon="sap-icon://action"
|
|
108
|
-
type="Transparent"
|
|
109
|
-
accessibleRole="Link"
|
|
110
109
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
111
|
-
|
|
112
|
-
<customData>
|
|
113
|
-
<core:CustomData key="href" value="{resources>/iconExplorer/href}" />
|
|
114
|
-
</customData>
|
|
115
|
-
</Button>
|
|
110
|
+
wrapping="true" />
|
|
116
111
|
</VBox>
|
|
117
112
|
</f:content>
|
|
118
113
|
</f:Card>
|
|
@@ -133,18 +128,13 @@
|
|
|
133
128
|
<FlexItemData growFactor="1" />
|
|
134
129
|
</layoutData>
|
|
135
130
|
</Text>
|
|
136
|
-
|
|
137
|
-
|
|
131
|
+
<Link
|
|
132
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
133
|
+
href="{resources>/accessibilityGuide/href}"
|
|
134
|
+
target="_blank"
|
|
138
135
|
text="{i18n>RESOURCES_CARD_LINK_ACC_GUIDE}"
|
|
139
|
-
icon="sap-icon://action"
|
|
140
|
-
type="Transparent"
|
|
141
|
-
accessibleRole="Link"
|
|
142
136
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
143
|
-
|
|
144
|
-
<customData>
|
|
145
|
-
<core:CustomData key="href" value="{resources>/accessibilityGuide/href}" />
|
|
146
|
-
</customData>
|
|
147
|
-
</Button>
|
|
137
|
+
wrapping="true" />
|
|
148
138
|
</VBox>
|
|
149
139
|
</f:content>
|
|
150
140
|
</f:Card>
|
|
@@ -200,18 +190,13 @@
|
|
|
200
190
|
<FlexItemData growFactor="1" />
|
|
201
191
|
</layoutData>
|
|
202
192
|
</Text>
|
|
203
|
-
|
|
204
|
-
|
|
193
|
+
<Link
|
|
194
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
195
|
+
href="{resources>/tooling/href}"
|
|
196
|
+
target="_blank"
|
|
205
197
|
text="{i18n>RESOURCES_CARD_LINK_TOOLING}"
|
|
206
|
-
icon="sap-icon://action"
|
|
207
|
-
type="Transparent"
|
|
208
|
-
accessibleRole="Link"
|
|
209
198
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
210
|
-
|
|
211
|
-
<customData>
|
|
212
|
-
<core:CustomData key="href" value="{resources>/tooling/href}" />
|
|
213
|
-
</customData>
|
|
214
|
-
</Button>
|
|
199
|
+
wrapping="true" />
|
|
215
200
|
</VBox>
|
|
216
201
|
</f:content>
|
|
217
202
|
</f:Card>
|
|
@@ -228,18 +213,13 @@
|
|
|
228
213
|
<FlexItemData growFactor="1" />
|
|
229
214
|
</layoutData>
|
|
230
215
|
</Text>
|
|
231
|
-
|
|
232
|
-
|
|
216
|
+
<Link
|
|
217
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
218
|
+
href="{resources>/fioriTools/href}"
|
|
219
|
+
target="_blank"
|
|
233
220
|
text="{i18n>RESOURCES_CARD_LINK_FIORI_TOOLS}"
|
|
234
|
-
icon="sap-icon://action"
|
|
235
|
-
type="Transparent"
|
|
236
|
-
accessibleRole="Link"
|
|
237
221
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
238
|
-
|
|
239
|
-
<customData>
|
|
240
|
-
<core:CustomData key="href" value="{resources>/fioriTools/href}" />
|
|
241
|
-
</customData>
|
|
242
|
-
</Button>
|
|
222
|
+
wrapping="true" />
|
|
243
223
|
</VBox>
|
|
244
224
|
</f:content>
|
|
245
225
|
</f:Card>
|
|
@@ -256,18 +236,13 @@
|
|
|
256
236
|
<FlexItemData growFactor="1" />
|
|
257
237
|
</layoutData>
|
|
258
238
|
</Text>
|
|
259
|
-
|
|
260
|
-
|
|
239
|
+
<Link
|
|
240
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
241
|
+
href="{resources>/cardExplorer/href}"
|
|
242
|
+
target="_blank"
|
|
261
243
|
text="{i18n>RESOURCES_CARD_LINK_CARD_EXPLORER}"
|
|
262
|
-
icon="sap-icon://action"
|
|
263
|
-
type="Transparent"
|
|
264
|
-
accessibleRole="Link"
|
|
265
244
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
266
|
-
|
|
267
|
-
<customData>
|
|
268
|
-
<core:CustomData key="href" value="{resources>/cardExplorer/href}" />
|
|
269
|
-
</customData>
|
|
270
|
-
</Button>
|
|
245
|
+
wrapping="true" />
|
|
271
246
|
</VBox>
|
|
272
247
|
</f:content>
|
|
273
248
|
</f:Card>
|
|
@@ -288,18 +263,13 @@
|
|
|
288
263
|
<FlexItemData growFactor="1" />
|
|
289
264
|
</layoutData>
|
|
290
265
|
</Text>
|
|
291
|
-
|
|
292
|
-
|
|
266
|
+
<Link
|
|
267
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
268
|
+
href="{resources>/fpmExplorer/href}"
|
|
269
|
+
target="_blank"
|
|
293
270
|
text="{i18n>RESOURCES_CARD_LINK_FPM_EXPLORER}"
|
|
294
|
-
icon="sap-icon://action"
|
|
295
|
-
type="Transparent"
|
|
296
|
-
accessibleRole="Link"
|
|
297
271
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
298
|
-
|
|
299
|
-
<customData>
|
|
300
|
-
<core:CustomData key="href" value="{resources>/fpmExplorer/href}" />
|
|
301
|
-
</customData>
|
|
302
|
-
</Button>
|
|
272
|
+
wrapping="true" />
|
|
303
273
|
</VBox>
|
|
304
274
|
</f:content>
|
|
305
275
|
</f:Card>
|
|
@@ -316,18 +286,13 @@
|
|
|
316
286
|
<FlexItemData growFactor="1" />
|
|
317
287
|
</layoutData>
|
|
318
288
|
</Text>
|
|
319
|
-
|
|
320
|
-
|
|
289
|
+
<Link
|
|
290
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
291
|
+
href="{resources>/businessAppStudio/href}"
|
|
292
|
+
target="_blank"
|
|
321
293
|
text="{i18n>RESOURCES_CARD_LINK_BUSINESS_APP_STUDIO}"
|
|
322
|
-
icon="sap-icon://action"
|
|
323
|
-
type="Transparent"
|
|
324
|
-
accessibleRole="Link"
|
|
325
294
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
326
|
-
|
|
327
|
-
<customData>
|
|
328
|
-
<core:CustomData key="href" value="{resources>/businessAppStudio/href}" />
|
|
329
|
-
</customData>
|
|
330
|
-
</Button>
|
|
295
|
+
wrapping="true" />
|
|
331
296
|
</VBox>
|
|
332
297
|
</f:content>
|
|
333
298
|
</f:Card>
|
|
@@ -384,18 +349,13 @@
|
|
|
384
349
|
<FlexItemData growFactor="1" />
|
|
385
350
|
</layoutData>
|
|
386
351
|
</Text>
|
|
387
|
-
|
|
388
|
-
|
|
352
|
+
<Link
|
|
353
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
354
|
+
href="{resources>/themeDesigner/href}"
|
|
355
|
+
target="_blank"
|
|
389
356
|
text="{i18n>RESOURCES_CARD_LINK_THEME_DESIGNER}"
|
|
390
|
-
icon="sap-icon://action"
|
|
391
|
-
type="Transparent"
|
|
392
|
-
accessibleRole="Link"
|
|
393
357
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
394
|
-
|
|
395
|
-
<customData>
|
|
396
|
-
<core:CustomData key="href" value="{resources>/themeDesigner/href}" />
|
|
397
|
-
</customData>
|
|
398
|
-
</Button>
|
|
358
|
+
wrapping="true" />
|
|
399
359
|
</VBox>
|
|
400
360
|
</f:content>
|
|
401
361
|
</f:Card>
|
|
@@ -412,18 +372,13 @@
|
|
|
412
372
|
<FlexItemData growFactor="1" />
|
|
413
373
|
</layoutData>
|
|
414
374
|
</Text>
|
|
415
|
-
|
|
416
|
-
|
|
375
|
+
<Link
|
|
376
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
377
|
+
href="{resources>/themeParameterToolbox/href}"
|
|
378
|
+
target="_blank"
|
|
417
379
|
text="{i18n>RESOURCES_CARD_LINK_THEME_PARAMETER_TOOLBOX}"
|
|
418
|
-
icon="sap-icon://action"
|
|
419
|
-
type="Transparent"
|
|
420
|
-
accessibleRole="Link"
|
|
421
380
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
422
|
-
|
|
423
|
-
<customData>
|
|
424
|
-
<core:CustomData key="href" value="{resources>/themeParameterToolbox/href}" />
|
|
425
|
-
</customData>
|
|
426
|
-
</Button>
|
|
381
|
+
wrapping="true" />
|
|
427
382
|
</VBox>
|
|
428
383
|
</f:content>
|
|
429
384
|
</f:Card>
|
|
@@ -440,18 +395,13 @@
|
|
|
440
395
|
<FlexItemData growFactor="1" />
|
|
441
396
|
</layoutData>
|
|
442
397
|
</Text>
|
|
443
|
-
|
|
444
|
-
|
|
398
|
+
<Link
|
|
399
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
400
|
+
href="{resources>/flexibility/href}"
|
|
401
|
+
target="_blank"
|
|
445
402
|
text="{i18n>RESOURCES_CARD_LINK_FLEXIBILITY}"
|
|
446
|
-
icon="sap-icon://action"
|
|
447
|
-
type="Transparent"
|
|
448
|
-
accessibleRole="Link"
|
|
449
403
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
450
|
-
|
|
451
|
-
<customData>
|
|
452
|
-
<core:CustomData key="href" value="{resources>/flexibility/href}" />
|
|
453
|
-
</customData>
|
|
454
|
-
</Button>
|
|
404
|
+
wrapping="true" />
|
|
455
405
|
</VBox>
|
|
456
406
|
</f:content>
|
|
457
407
|
</f:Card>
|
|
@@ -508,18 +458,13 @@
|
|
|
508
458
|
<FlexItemData growFactor="1" />
|
|
509
459
|
</layoutData>
|
|
510
460
|
</Text>
|
|
511
|
-
|
|
512
|
-
|
|
461
|
+
<Link
|
|
462
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
463
|
+
href="{resources>/inspector/href}"
|
|
464
|
+
target="_blank"
|
|
513
465
|
text="{i18n>RESOURCES_CARD_LINK_INSPECTOR}"
|
|
514
|
-
icon="sap-icon://action"
|
|
515
|
-
type="Transparent"
|
|
516
|
-
accessibleRole="Link"
|
|
517
466
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
518
|
-
|
|
519
|
-
<customData>
|
|
520
|
-
<core:CustomData key="href" value="{resources>/inspector/href}" />
|
|
521
|
-
</customData>
|
|
522
|
-
</Button>
|
|
467
|
+
wrapping="true" />
|
|
523
468
|
</VBox>
|
|
524
469
|
</f:content>
|
|
525
470
|
</f:Card>
|
|
@@ -536,18 +481,13 @@
|
|
|
536
481
|
<FlexItemData growFactor="1" />
|
|
537
482
|
</layoutData>
|
|
538
483
|
</Text>
|
|
539
|
-
|
|
540
|
-
|
|
484
|
+
<Link
|
|
485
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
486
|
+
href="{resources>/supportAssistant/href}"
|
|
487
|
+
target="_blank"
|
|
541
488
|
text="{i18n>RESOURCES_CARD_LINK_SUPPORT_ASSISTANT}"
|
|
542
|
-
icon="sap-icon://action"
|
|
543
|
-
type="Transparent"
|
|
544
|
-
accessibleRole="Link"
|
|
545
489
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
546
|
-
|
|
547
|
-
<customData>
|
|
548
|
-
<core:CustomData key="href" value="{resources>/supportAssistant/href}" />
|
|
549
|
-
</customData>
|
|
550
|
-
</Button>
|
|
490
|
+
wrapping="true" />
|
|
551
491
|
</VBox>
|
|
552
492
|
</f:content>
|
|
553
493
|
</f:Card>
|
|
@@ -602,25 +542,19 @@
|
|
|
602
542
|
<card:Header title="{i18n>RESOURCES_CARD_TITLE_TEST_RECORDER}" iconSrc="sap-icon://record" />
|
|
603
543
|
</f:header>
|
|
604
544
|
<f:content>
|
|
605
|
-
<VBox class="sapUiDemoKitResourcesCardContentSpacing"
|
|
606
|
-
wrap="Wrap">
|
|
545
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
607
546
|
<Text text="{i18n>RESOURCES_CARD_DESC_TEST_RECORDER}">
|
|
608
547
|
<layoutData>
|
|
609
548
|
<FlexItemData growFactor="1" />
|
|
610
549
|
</layoutData>
|
|
611
550
|
</Text>
|
|
612
|
-
|
|
613
|
-
|
|
551
|
+
<Link
|
|
552
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
553
|
+
href="{resources>/testRecorder/href}"
|
|
554
|
+
target="_blank"
|
|
614
555
|
text="{i18n>RESOURCES_CARD_LINK_TEST_RECORDER}"
|
|
615
|
-
icon="sap-icon://action"
|
|
616
|
-
type="Transparent"
|
|
617
|
-
accessibleRole="Link"
|
|
618
556
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
619
|
-
|
|
620
|
-
<customData>
|
|
621
|
-
<core:CustomData key="href" value="{resources>/testRecorder/href}" />
|
|
622
|
-
</customData>
|
|
623
|
-
</Button>
|
|
557
|
+
wrapping="true" />
|
|
624
558
|
</VBox>
|
|
625
559
|
</f:content>
|
|
626
560
|
</f:Card>
|
|
@@ -631,25 +565,19 @@
|
|
|
631
565
|
<card:Header title="{i18n>RESOURCES_CARD_TITLE_WDI5}" iconSrc="sap-icon://order-status" />
|
|
632
566
|
</f:header>
|
|
633
567
|
<f:content>
|
|
634
|
-
<VBox class="sapUiDemoKitResourcesCardContentSpacing"
|
|
635
|
-
wrap="Wrap">
|
|
568
|
+
<VBox class="sapUiDemoKitResourcesCardContentSpacing" wrap="Wrap">
|
|
636
569
|
<Text text="{i18n>RESOURCES_CARD_DESC_WDI5}">
|
|
637
570
|
<layoutData>
|
|
638
571
|
<FlexItemData growFactor="1" />
|
|
639
572
|
</layoutData>
|
|
640
573
|
</Text>
|
|
641
|
-
|
|
642
|
-
|
|
574
|
+
<Link
|
|
575
|
+
class="sapUiDemoKitResourcesCardLink"
|
|
576
|
+
href="{resources>/wdi5/href}"
|
|
577
|
+
target="_blank"
|
|
643
578
|
text="{i18n>RESOURCES_CARD_LINK_WDI5}"
|
|
644
|
-
icon="sap-icon://action"
|
|
645
|
-
type="Transparent"
|
|
646
|
-
accessibleRole="Link"
|
|
647
579
|
tooltip="{i18n>RESOURCES_CARD_LINK_TOOLTIP}"
|
|
648
|
-
|
|
649
|
-
<customData>
|
|
650
|
-
<core:CustomData key="href" value="{resources>/wdi5/href}" />
|
|
651
|
-
</customData>
|
|
652
|
-
</Button>
|
|
580
|
+
wrapping="true" />
|
|
653
581
|
</VBox>
|
|
654
582
|
</f:content>
|
|
655
583
|
</f:Card>
|