@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.
Files changed (70) hide show
  1. package/package.json +7 -7
  2. package/src/sap/ui/documentation/.library +1 -1
  3. package/src/sap/ui/documentation/library.js +3 -4
  4. package/src/sap/ui/documentation/messagebundle.properties +3 -1
  5. package/src/sap/ui/documentation/messagebundle_ar.properties +2 -1
  6. package/src/sap/ui/documentation/messagebundle_bg.properties +2 -1
  7. package/src/sap/ui/documentation/messagebundle_ca.properties +2 -1
  8. package/src/sap/ui/documentation/messagebundle_cnr.properties +2 -1
  9. package/src/sap/ui/documentation/messagebundle_cs.properties +3 -2
  10. package/src/sap/ui/documentation/messagebundle_cy.properties +2 -1
  11. package/src/sap/ui/documentation/messagebundle_da.properties +2 -1
  12. package/src/sap/ui/documentation/messagebundle_de.properties +13 -12
  13. package/src/sap/ui/documentation/messagebundle_el.properties +2 -1
  14. package/src/sap/ui/documentation/messagebundle_en.properties +2 -1
  15. package/src/sap/ui/documentation/messagebundle_en_GB.properties +2 -1
  16. package/src/sap/ui/documentation/messagebundle_en_US_saprigi.properties +62 -41
  17. package/src/sap/ui/documentation/messagebundle_es.properties +2 -1
  18. package/src/sap/ui/documentation/messagebundle_es_MX.properties +2 -1
  19. package/src/sap/ui/documentation/messagebundle_et.properties +2 -1
  20. package/src/sap/ui/documentation/messagebundle_fi.properties +2 -1
  21. package/src/sap/ui/documentation/messagebundle_fr.properties +2 -1
  22. package/src/sap/ui/documentation/messagebundle_fr_CA.properties +2 -1
  23. package/src/sap/ui/documentation/messagebundle_hi.properties +2 -1
  24. package/src/sap/ui/documentation/messagebundle_hr.properties +2 -1
  25. package/src/sap/ui/documentation/messagebundle_hu.properties +2 -1
  26. package/src/sap/ui/documentation/messagebundle_id.properties +2 -1
  27. package/src/sap/ui/documentation/messagebundle_it.properties +2 -1
  28. package/src/sap/ui/documentation/messagebundle_iw.properties +2 -1
  29. package/src/sap/ui/documentation/messagebundle_ja.properties +2 -1
  30. package/src/sap/ui/documentation/messagebundle_kk.properties +2 -1
  31. package/src/sap/ui/documentation/messagebundle_ko.properties +15 -14
  32. package/src/sap/ui/documentation/messagebundle_lt.properties +2 -1
  33. package/src/sap/ui/documentation/messagebundle_lv.properties +2 -1
  34. package/src/sap/ui/documentation/messagebundle_mk.properties +15 -14
  35. package/src/sap/ui/documentation/messagebundle_ms.properties +2 -1
  36. package/src/sap/ui/documentation/messagebundle_nl.properties +2 -1
  37. package/src/sap/ui/documentation/messagebundle_no.properties +2 -1
  38. package/src/sap/ui/documentation/messagebundle_pl.properties +2 -1
  39. package/src/sap/ui/documentation/messagebundle_pt.properties +2 -1
  40. package/src/sap/ui/documentation/messagebundle_pt_PT.properties +2 -1
  41. package/src/sap/ui/documentation/messagebundle_ro.properties +2 -1
  42. package/src/sap/ui/documentation/messagebundle_ru.properties +2 -1
  43. package/src/sap/ui/documentation/messagebundle_sh.properties +70 -69
  44. package/src/sap/ui/documentation/messagebundle_sk.properties +2 -1
  45. package/src/sap/ui/documentation/messagebundle_sl.properties +2 -1
  46. package/src/sap/ui/documentation/messagebundle_sr.properties +2 -1
  47. package/src/sap/ui/documentation/messagebundle_sv.properties +2 -1
  48. package/src/sap/ui/documentation/messagebundle_th.properties +2 -1
  49. package/src/sap/ui/documentation/messagebundle_tr.properties +2 -1
  50. package/src/sap/ui/documentation/messagebundle_uk.properties +2 -1
  51. package/src/sap/ui/documentation/messagebundle_vi.properties +2 -1
  52. package/src/sap/ui/documentation/messagebundle_zh_CN.properties +2 -1
  53. package/src/sap/ui/documentation/messagebundle_zh_TW.properties +2 -1
  54. package/src/sap/ui/documentation/sdk/controller/App.controller.js +2 -2
  55. package/src/sap/ui/documentation/sdk/controller/MasterTreeBaseController.js +21 -16
  56. package/src/sap/ui/documentation/sdk/controller/Sample.controller.js +1 -4
  57. package/src/sap/ui/documentation/sdk/controller/util/ControlsInfo.js +1 -1
  58. package/src/sap/ui/documentation/sdk/controller/util/ResourcesInfo.js +1 -1
  59. package/src/sap/ui/documentation/sdk/index.js +1 -1
  60. package/src/sap/ui/documentation/sdk/thirdparty/highlight.js/highlight.js +3 -3
  61. package/src/sap/ui/documentation/sdk/util/Resources.js +1 -1
  62. package/src/sap/ui/documentation/sdk/view/ApiMaster.view.xml +1 -1
  63. package/src/sap/ui/documentation/sdk/view/DemoApps.view.xml +7 -13
  64. package/src/sap/ui/documentation/sdk/view/Resources.view.xml +72 -144
  65. package/src/sap/ui/documentation/sdk/view/TopicMaster.view.xml +1 -1
  66. package/src/sap/ui/documentation/themes/base/DemoApps.less +29 -53
  67. package/src/sap/ui/documentation/themes/base/Resources.less +10 -1
  68. package/src/sap/ui/documentation/themes/sap_horizon_hcb/DemoApps.less +6 -7
  69. package/src/sap/ui/documentation/themes/sap_horizon_hcw/DemoApps.less +5 -5
  70. 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
- // Only scroll after the dom is ready
62
- setTimeout(function () {
63
- if (oLastItem.getDomRef() && !isInViewport(oLastItem.getDomRef())) {
64
- this._scrollTreeItemIntoView(oLastItem);
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 (oItem) {
89
- var oPage = this.byId("page");
90
- oPage.scrollToElement(oItem.getDomRef(), TREE_SCROLL_DURATION);
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 isInViewport (oDomElement) {
176
-
177
- var oRect = oDomElement.getBoundingClientRect();
180
+ function isInOverflow (oElement, oContainer) {
181
+ const oElemRect = oElement.getBoundingClientRect();
182
+ const oContRect = oContainer.getBoundingClientRect();
178
183
 
179
184
  return (
180
- oRect.top >= 0 &&
181
- oRect.left >= 0 &&
182
- oRect.bottom <= jQuery(document).height() &&
183
- oRect.right <= jQuery(document).width()
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: oConfiguration.getTheme(),
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
- "Smart Controls",
61
+ "Metadata-Driven Controls",
62
62
  "Personalization"
63
63
  ];
64
64
  var afilterProps = ["namespace", "since", "category"]; // content density are set manually
@@ -27,7 +27,7 @@ sap.ui.define([],
27
27
  {
28
28
  "id": "tooling",
29
29
  "text": "UI5 Tooling",
30
- "href": "https://github.com/SAP/ui5-tooling"
30
+ "href": "https://sap.github.io/ui5-tooling/"
31
31
  },
32
32
  {
33
33
  "id": "fioriTools",
@@ -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') || 'sap_fiori_3',
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.123.1/${message}`]) return;
1001
+ if (seenDeprecations[`1.124.0/${message}`]) return;
1002
1002
 
1003
- console.log(`Deprecated as of 1.123.1. ${message}`);
1004
- seenDeprecations[`1.123.1/${message}`] = true;
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 (self.sap && self.sap.ui && typeof self.sap.ui.define === 'function') {
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();
@@ -33,7 +33,7 @@
33
33
  </subHeader>
34
34
 
35
35
  <content>
36
- <l:FixFlex fixFirst="false">
36
+ <l:FixFlex id="treeContainer" fixFirst="false" minFlexSize="100">
37
37
  <l:flexContent>
38
38
  <Tree
39
39
  id="tree"
@@ -18,7 +18,7 @@
18
18
  width="100%"
19
19
  height="100%">
20
20
 
21
- <VBox class="sapUiMediumMargin sapUiLargeMarginBottom">
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="sapUiDemoKitDemoAppsPaddingBeginEnd sapUiDemoKitDemoAppsPaddingBottom">
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
- <custom:DemoKitCardHeader title="{name}" href="{ref}"
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="sapUiDemoKitDemoAppsContentPadding" wrap="Wrap">
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
- href="{ path: 'lib', formatter: '.formatter.libraryLink' }"
129
+ class="sapUiDemoKitDemoAppsCardLink"
130
+ href="{ref}"
136
131
  target="_blank"
137
- text="{lib}"
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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
- <Button
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
- press=".onButtonPress">
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>
@@ -24,7 +24,7 @@
24
24
  </customHeader>
25
25
 
26
26
  <content>
27
- <l:FixFlex fixFirst="false">
27
+ <l:FixFlex id="treeContainer" fixFirst="false" minFlexSize="100">
28
28
  <l:flexContent>
29
29
  <Tree
30
30
  id="tree"