@sapui5/sap.fe.templates 1.93.3 → 1.96.2

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 (90) hide show
  1. package/package.json +2 -2
  2. package/src/sap/fe/templates/.library +1 -1
  3. package/src/sap/fe/templates/AnalyticalListPage/manifest.json +6 -0
  4. package/src/sap/fe/templates/ListReport/ExtensionAPI.js +31 -3
  5. package/src/sap/fe/templates/ListReport/ListReport.view.xml +7 -5
  6. package/src/sap/fe/templates/ListReport/ListReportController.controller.js +181 -197
  7. package/src/sap/fe/templates/ListReport/manifest.json +11 -1
  8. package/src/sap/fe/templates/ListReport/overrides/IntentBasedNavigation.js +1 -1
  9. package/src/sap/fe/templates/ListReport/overrides/ViewState.js +123 -26
  10. package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.xml +3 -3
  11. package/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +35 -99
  12. package/src/sap/fe/templates/ObjectPage/Component.js +0 -6
  13. package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +18 -3
  14. package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +169 -165
  15. package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +220 -157
  16. package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.js +1 -1
  17. package/src/sap/fe/templates/ObjectPage/overrides/Paginator.js +13 -0
  18. package/src/sap/fe/templates/ObjectPage/overrides/Share.js +2 -2
  19. package/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +22 -1
  20. package/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.js +16 -14
  21. package/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.ts +20 -8
  22. package/src/sap/fe/templates/ObjectPage/view/fragments/Actions.fragment.xml +14 -19
  23. package/src/sap/fe/templates/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +3 -3
  24. package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.fragment.xml +1 -1
  25. package/src/sap/fe/templates/ObjectPage/view/fragments/HeaderContent.fragment.xml +34 -38
  26. package/src/sap/fe/templates/ObjectPage/view/fragments/Section.fragment.xml +8 -2
  27. package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +8 -4
  28. package/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +60 -112
  29. package/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +62 -70
  30. package/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController.js +9 -1
  31. package/src/sap/fe/templates/TableScroller.js +61 -0
  32. package/src/sap/fe/templates/controls/Chart.fragment.xml +11 -14
  33. package/src/sap/fe/templates/controls/OverflowToolbarButtonHover.js +1 -1
  34. package/src/sap/fe/templates/controls/Table.fragment.xml +1 -0
  35. package/src/sap/fe/templates/library.js +1 -1
  36. package/src/sap/fe/templates/messagebundle.properties +1 -1
  37. package/src/sap/fe/templates/messagebundle_ar.properties +9 -5
  38. package/src/sap/fe/templates/messagebundle_bg.properties +8 -4
  39. package/src/sap/fe/templates/messagebundle_ca.properties +8 -4
  40. package/src/sap/fe/templates/messagebundle_cs.properties +7 -3
  41. package/src/sap/fe/templates/messagebundle_cy.properties +8 -4
  42. package/src/sap/fe/templates/messagebundle_da.properties +9 -5
  43. package/src/sap/fe/templates/messagebundle_de.properties +8 -4
  44. package/src/sap/fe/templates/messagebundle_el.properties +8 -4
  45. package/src/sap/fe/templates/messagebundle_en.properties +7 -3
  46. package/src/sap/fe/templates/messagebundle_en_GB.properties +7 -3
  47. package/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +7 -3
  48. package/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +7 -3
  49. package/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +7 -3
  50. package/src/sap/fe/templates/messagebundle_es.properties +8 -4
  51. package/src/sap/fe/templates/messagebundle_es_MX.properties +8 -4
  52. package/src/sap/fe/templates/messagebundle_et.properties +7 -3
  53. package/src/sap/fe/templates/messagebundle_fi.properties +8 -4
  54. package/src/sap/fe/templates/messagebundle_fr.properties +9 -5
  55. package/src/sap/fe/templates/messagebundle_fr_CA.properties +8 -4
  56. package/src/sap/fe/templates/messagebundle_hi.properties +8 -4
  57. package/src/sap/fe/templates/messagebundle_hr.properties +8 -4
  58. package/src/sap/fe/templates/messagebundle_hu.properties +9 -5
  59. package/src/sap/fe/templates/messagebundle_id.properties +10 -6
  60. package/src/sap/fe/templates/messagebundle_it.properties +8 -4
  61. package/src/sap/fe/templates/messagebundle_iw.properties +8 -4
  62. package/src/sap/fe/templates/messagebundle_ja.properties +8 -4
  63. package/src/sap/fe/templates/messagebundle_kk.properties +8 -4
  64. package/src/sap/fe/templates/messagebundle_ko.properties +8 -4
  65. package/src/sap/fe/templates/messagebundle_lt.properties +8 -4
  66. package/src/sap/fe/templates/messagebundle_lv.properties +8 -4
  67. package/src/sap/fe/templates/messagebundle_ms.properties +8 -4
  68. package/src/sap/fe/templates/messagebundle_nl.properties +8 -4
  69. package/src/sap/fe/templates/messagebundle_no.properties +9 -5
  70. package/src/sap/fe/templates/messagebundle_pl.properties +8 -4
  71. package/src/sap/fe/templates/messagebundle_pt.properties +8 -4
  72. package/src/sap/fe/templates/messagebundle_pt_PT.properties +8 -4
  73. package/src/sap/fe/templates/messagebundle_ro.properties +8 -4
  74. package/src/sap/fe/templates/messagebundle_ru.properties +9 -5
  75. package/src/sap/fe/templates/messagebundle_sh.properties +8 -4
  76. package/src/sap/fe/templates/messagebundle_sk.properties +8 -4
  77. package/src/sap/fe/templates/messagebundle_sl.properties +8 -4
  78. package/src/sap/fe/templates/messagebundle_sv.properties +8 -4
  79. package/src/sap/fe/templates/messagebundle_th.properties +9 -5
  80. package/src/sap/fe/templates/messagebundle_tr.properties +7 -3
  81. package/src/sap/fe/templates/messagebundle_uk.properties +7 -3
  82. package/src/sap/fe/templates/messagebundle_vi.properties +8 -4
  83. package/src/sap/fe/templates/messagebundle_zh_CN.properties +9 -5
  84. package/src/sap/fe/templates/messagebundle_zh_TW.properties +8 -4
  85. package/src/sap/fe/templates/ObjectPage/overrides/Routing.js +0 -20
  86. package/src/sap/fe/templates/ObjectPage/view/fragments/TitleAndSubtitle.fragment.xml +0 -24
  87. package/src/sap/fe/templates/RootContainer/view/PlaceholderLR.view.xml +0 -617
  88. package/src/sap/fe/templates/RootContainer/view/PlaceholderOP.view.xml +0 -588
  89. package/src/sap/fe/templates/controls/Paginator.control.xml +0 -22
  90. package/src/sap/fe/templates/controls/Paginator.js +0 -173
@@ -1,588 +0,0 @@
1
- <mvc:View
2
- xmlns:mvc="sap.ui.core.mvc"
3
- displayBlock="true"
4
- height="100%"
5
- controllerName="sap.fe.templates.RootContainer.controller.Placeholder"
6
- xmlns="http://www.w3.org/1999/xhtml"
7
- >
8
-
9
- <style>
10
- .plPlaceholderContainer{
11
- /*background: var(--sapContent_Placeholderloading_Background);*/
12
- background-color: #FFFFFF;
13
- position: absolute;
14
- width: 100%;
15
- height: 100%;
16
- }
17
-
18
-
19
- .plResponsivePadding{
20
- width: calc(100% - 6rem);
21
- padding-left: 3rem;
22
- padding-right: 3rem;
23
- }
24
-
25
- .plCols4 > *{
26
- width:calc(25% - 2rem);
27
- }
28
-
29
- .plPaddingTop{
30
- padding-top: 1rem;
31
- }
32
-
33
-
34
-
35
-
36
- .plTextAlignStart{
37
- text-align: start;
38
- }
39
- .plTextAlignCenter{
40
- text-align: center;
41
- }
42
- .plTextAlignEnd{
43
- text-align: end;
44
- }
45
-
46
- .plVerticalAlignTop{
47
- vertical-align: top;
48
- }
49
- .plVerticalAlignMiddle{
50
- vertical-align: middle;
51
- }
52
- .plVerticalAlignBottom{
53
- vertical-align: bottom;
54
- }
55
-
56
-
57
-
58
- .plHorizontalContent > *{
59
- display: inline-block;
60
- }
61
-
62
- .plHorizontalContent > *:not(:last-child){
63
- margin-left: 0;
64
- }
65
- .plHorizontalContent > *:not(:last-child){
66
- margin-right: 2rem;
67
- }
68
- .plHorizontalContent.plTextAlignEnd > *:not(:last-child){
69
- margin-right: 0;
70
- }
71
- .plHorizontalContent.plTextAlignEnd > *:not(:first-child){
72
- margin-left: 2rem;
73
- }
74
-
75
-
76
-
77
- .plVerticalContent > *{
78
- display: block;
79
- }
80
-
81
- .plVerticalContent > *:not(:last-child){
82
- margin-bottom: 1rem;
83
- }
84
-
85
- .plVerticalContent.plVerticalAlignBottom > *:not(:first-child){
86
- margin-top: 1rem;
87
- }
88
-
89
-
90
-
91
- .plText{
92
- border-radius: 0.25rem;
93
- }
94
- .plTextWeightS{
95
- height: 0.5rem;
96
- }
97
- .plTextWeightM{
98
- height: 0.75rem;
99
- }
100
- .plTextWeightL{
101
- height: 0.875rem;
102
- }
103
- .plTextWidthS{
104
- width: 75px;
105
- }
106
- .plTextWidthM{
107
- width: 120px;
108
- }
109
- .plTextWidthL{
110
- width: 225px;
111
- }
112
- .plTextWidthXL{
113
- width: 275px;
114
- }
115
-
116
- .plAction{
117
- width:1.5rem;
118
- height:1.5rem;
119
- border-radius: 50%;
120
- }
121
- .plAvatarSizeS{
122
- width:2rem;
123
- height:2rem;
124
- }
125
- .plAvatarSizeM{
126
- width:5rem;
127
- height:5rem;
128
- }
129
- .plAvatarShapeCircle{
130
- border-radius: 50%;
131
- }
132
-
133
-
134
- .plShellBar{
135
- background: #354a5f;
136
- height: 3rem;
137
- line-height: 2.825rem;
138
- display: flex;
139
- justify-content: space-between;
140
- }
141
-
142
- .plShellBar > * > *{
143
- vertical-align: middle;
144
- }
145
-
146
-
147
- .plShellBar .plLogo{
148
- width: 3.5rem;
149
- height: 1.75rem;
150
- overflow: hidden;
151
- background: linear-gradient(135deg, #E0E0E0 0%, #E0E0E0 65%, transparent 66%, transparent 100%);
152
- background-repeat: no-repeat;
153
- }
154
-
155
- .plHeader{
156
- padding-top: 1rem;
157
- padding-bottom: 2rem;
158
- background: #fff;
159
- }
160
-
161
- /*.plHeader .plText,*/
162
- /*.plHeader .plAction,*/
163
- /*.plHeader .plAvatar{*/
164
- /* background: var(--sapContent_ImagePlaceholderBackground2);*/
165
- /*}*/
166
-
167
- .plHeaderTitle{
168
- height: 3rem;
169
- line-height: 2.825rem;
170
- display: flex;
171
- justify-content: space-between;
172
- }
173
- .plHeaderTitle > * > *{
174
- display: inline-block;
175
- vertical-align: middle;
176
- }
177
-
178
- .plHeaderContent{
179
- padding-top: 2rem;
180
- padding-bottom: 2rem;
181
- }
182
-
183
- .plAnchorBar{
184
- padding-top: 1rem;
185
- padding-bottom: 1px;
186
- }
187
-
188
- .plContent{
189
- background: #fff;
190
- }
191
-
192
- .plObjectPageSection{
193
- padding-top: 1rem;
194
- position: relative;
195
- }
196
-
197
- .plVerticalContent > *:not(:last-child).plObjectPageSectionTitle{
198
- margin-bottom: 3rem;
199
- }
200
-
201
- .plObjectPageSectionTitle:after{
202
- content: ".";
203
- color:transparent;
204
- position: absolute;
205
- top: 3rem;
206
- left:-1rem;
207
- right:-1rem;
208
- height:2px;
209
- background: #f2f2f2;
210
- }
211
-
212
-
213
-
214
-
215
- .plTable{
216
- padding: 2rem 0;
217
- }
218
- .plTableTitle{
219
- background: #e0e0e0;
220
- opacity:0.66;
221
- }
222
- .plTableColmnHeaderRow{
223
- background: #f2f2f2;
224
- margin-left: -1rem;
225
- margin-right: -1rem;
226
- padding-left: 1rem;
227
- padding-right: 1rem;
228
- }
229
- .plTableCell{
230
- height: 2rem;
231
- line-height: 2rem;
232
- width:calc(100% / 8);
233
- }
234
- .plTableColmnHeaderCell{
235
- height: 2.5rem;
236
- line-height: 2.5rem;
237
- width:calc(100% / 8);
238
- }
239
- .plTableText{
240
- display: inline-block;
241
- }
242
- .plHorizontalContent > *:not(:last-child).plTableColmnHeaderCell,
243
- .plHorizontalContent > *:not(:last-child).plTableCell{
244
- margin: 0
245
- }
246
-
247
-
248
- .plText,
249
- .plAction,
250
- .plAvatar{
251
- -webkit-animation-duration: 2s;
252
- -webkit-animation-fill-mode: forwards;
253
- -webkit-animation-iteration-count: infinite;
254
- -webkit-animation-name: placeHolderShimmer;
255
- -webkit-animation-timing-function: linear;
256
- background-image: linear-gradient(to right, #E0E0E0 0%, #E0E0E0 35%, #D3D3D3 50%, #E0E0E0 65%, #E0E0E0 100%);
257
- background-repeat: no-repeat;
258
- background-size: 900px 104px;
259
- }
260
- @keyframes placeHolderShimmer{
261
- 0% {
262
- background-position-x: 100%;
263
- }
264
- 100% {
265
- background-position-x: 0%;
266
- }
267
- }
268
-
269
- @media (min-width: 2560px) and (max-width: 3839px) {
270
-
271
- .plCols4 > *{
272
- width:calc((100% / 3) - 2rem);
273
- }
274
-
275
- .plCols4 > *:nth-child(4){
276
- display: none;
277
- }
278
-
279
- .plTableColmnHeaderCell,
280
- .plTableCell{
281
- width:calc(100% / 6);
282
- }
283
-
284
- .plTableColmnHeaderCell:nth-child(8),
285
- .plTableColmnHeaderCell:nth-child(7),
286
- .plTableCell:nth-child(8),
287
- .plTableCell:nth-child(7){
288
- display: none;
289
- }
290
- }
291
-
292
- @media (min-width: 1024px) and (max-width: 2559px) {
293
-
294
- .plCols4 > *{
295
- width:calc((100% / 2) - 2rem);
296
- }
297
-
298
- .plCols4 > *:nth-child(4),
299
- .plCols4 > *:nth-child(3){
300
- display: none;
301
- }
302
-
303
- .plTableColmnHeaderCell,
304
- .plTableCell{
305
- width:calc(100% / 4);
306
- }
307
-
308
- .plTableColmnHeaderCell:nth-child(8),
309
- .plTableColmnHeaderCell:nth-child(7),
310
- .plTableColmnHeaderCell:nth-child(6),
311
- .plTableColmnHeaderCell:nth-child(5),
312
- .plTableCell:nth-child(8),
313
- .plTableCell:nth-child(7),
314
- .plTableCell:nth-child(6),
315
- .plTableCell:nth-child(5){
316
- display: none;
317
- }
318
- }
319
-
320
- @media (min-width: 600px) and (max-width: 1023px) {
321
- .plResponsivePadding{
322
- width: calc(100% - 4rem);
323
- padding-left: 2rem;
324
- padding-right: 2rem;
325
- }
326
-
327
- .plPageHeader .plHeaderContent > * > *{
328
- display: none;
329
- }
330
-
331
- .plPageHeader .plHeaderContent > * > *:first-child,
332
- .plPageHeader .plHeaderContent > * > *:nth-child(2),
333
- .plPageHeader .plHeaderContent > * > *:nth-child(3){
334
- display: inline-block;
335
- }
336
-
337
- .plCols4 > *{
338
- width:calc((100% / 2) - 2rem);
339
- }
340
-
341
- .plCols4 > *:nth-child(4),
342
- .plCols4 > *:nth-child(3){
343
- display: none;
344
- }
345
-
346
- .plTableColmnHeaderCell,
347
- .plTableCell{
348
- width:calc(100% / 3);
349
- }
350
-
351
- .plTableColmnHeaderCell:nth-child(8),
352
- .plTableColmnHeaderCell:nth-child(7),
353
- .plTableColmnHeaderCell:nth-child(6),
354
- .plTableColmnHeaderCell:nth-child(5),
355
- .plTableColmnHeaderCell:nth-child(4),
356
- .plTableCell:nth-child(8),
357
- .plTableCell:nth-child(7),
358
- .plTableCell:nth-child(6),
359
- .plTableCell:nth-child(5),
360
- .plTableCell:nth-child(4){
361
- display: none;
362
- }
363
- }
364
-
365
- @media (max-width: 599px) {
366
-
367
- .plResponsivePadding{
368
- width: calc(100% - 2rem);
369
- padding-left: 1rem;
370
- padding-right: 1rem;
371
- }
372
-
373
- .plShellBar .plLogo{
374
- display: none;
375
- }
376
-
377
- .plShellBar .plAction{
378
- display: none;
379
- }
380
-
381
- .plHeaderTitleActions{
382
- display: none;
383
- }
384
-
385
- .plObjectPageHeader .plHeaderContent > * > *,
386
- .plPageHeader .plHeaderContent > * > *{
387
- display: none;
388
- }
389
-
390
- .plObjectPageHeader .plHeaderContent > * > *:first-child,
391
- .plPageHeader .plHeaderContent > * > *:first-child{
392
- display: inline-block;
393
- }
394
-
395
- .plObjectPageHeader .plHeaderContent > * > *:nth-child(2){
396
- display: inline-block;
397
- }
398
-
399
- .plAnchorBar:not(:first-child){
400
- display: none;
401
- }
402
-
403
- .plCols4 > *{
404
- width:calc(100% - 1rem);
405
- }
406
-
407
- .plCols4 > *:not(:first-child){
408
- display: none;
409
- }
410
-
411
- .plTableColmnHeaderCell,
412
- .plTableCell{
413
- width:100%
414
- }
415
-
416
- .plTableColmnHeaderCell:not(:first-child),
417
- .plTableCell:not(:first-child){
418
- display: none;
419
- }
420
- }
421
-
422
- </style>
423
-
424
-
425
- <div class="plPlaceholderContainer">
426
-
427
- <!-- P A G E H E A D E R -->
428
-
429
- <div class="plHeader plResponsivePadding plObjectPageHeader"><div class="plHeaderTitle"><div class="plHeaderTitleTextContainer"><div
430
- class="plHeaderTitleText plText plTextWeightL plTextWidthL"
431
- /></div><div class="plHeaderTitleActions"><div
432
- class="plText plTextWeightS plTextWidthS plHeaderTitleAction"
433
- /></div></div><div class="plHeaderContent"><div
434
- class="plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop"
435
- ><div class="plAvatar plAvatarSizeM plAvatarShapeSquare" /><div
436
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop"
437
- ><div class="plText plTextWeightS plTextWidthM plHeaderTitleAction" /><div
438
- class="plText plTextWeightS plTextWidthS plHeaderTitleAction"
439
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop"><div
440
- class="plText plTextWeightS plTextWidthM plHeaderTitleAction"
441
- /><div class="plText plTextWeightS plTextWidthS plHeaderTitleAction" /></div><div
442
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop"
443
- ><div class="plText plTextWeightS plTextWidthM plHeaderTitleAction" /><div
444
- class="plText plTextWeightS plTextWidthS plHeaderTitleAction"
445
- /></div></div></div><div class="plAnchorBar plHorizontalContent"><div
446
- class="plText plTextWeightL plTextWidthM plAnchorBarItem"
447
- /><div class="plText plTextWeightL plTextWidthM plAnchorBarItem" /><div
448
- class="plText plTextWeightL plTextWidthM plAnchorBarItem"
449
- /></div></div>
450
-
451
- <!-- P A G E C O N T E N T -->
452
- <div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plContent plResponsivePadding"><div
453
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plObjectPageSection"
454
- ><div class="plText plTextWeightL plTextWidthXL plObjectPageSectionTitle" /><div
455
- class="plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop plCols4"
456
- ><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop"><div
457
- class="plText plTextWeightL plTextWidthL"
458
- /><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plPaddingTop"><div
459
- class="plText plTextWeightS plTextWidthM plHeaderTitleAction"
460
- /><div class="plText plTextWeightS plTextWidthS plHeaderTitleAction" /></div><div
461
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plPaddingTop"
462
- ><div class="plText plTextWeightS plTextWidthM plHeaderTitleAction" /><div
463
- class="plText plTextWeightS plTextWidthS plHeaderTitleAction"
464
- /></div></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop"><div
465
- class="plText plTextWeightL plTextWidthL"
466
- /><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plPaddingTop"><div
467
- class="plText plTextWeightS plTextWidthM plHeaderTitleAction"
468
- /><div class="plText plTextWeightS plTextWidthS plHeaderTitleAction" /></div><div
469
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plPaddingTop"
470
- ><div class="plText plTextWeightS plTextWidthM plHeaderTitleAction" /><div
471
- class="plText plTextWeightS plTextWidthS plHeaderTitleAction"
472
- /></div></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop"><div
473
- class="plText plTextWeightL plTextWidthL"
474
- /><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plPaddingTop"><div
475
- class="plText plTextWeightS plTextWidthM plHeaderTitleAction"
476
- /><div class="plText plTextWeightS plTextWidthS plHeaderTitleAction" /></div><div
477
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plPaddingTop"
478
- ><div class="plText plTextWeightS plTextWidthM plHeaderTitleAction" /><div
479
- class="plText plTextWeightS plTextWidthS plHeaderTitleAction"
480
- /></div></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop"><div
481
- class="plText plTextWeightL plTextWidthL"
482
- /><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plPaddingTop"><div
483
- class="plText plTextWeightS plTextWidthM plHeaderTitleAction"
484
- /><div class="plText plTextWeightS plTextWidthS plHeaderTitleAction" /></div><div
485
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plPaddingTop"
486
- ><div class="plText plTextWeightS plTextWidthM plHeaderTitleAction" /><div
487
- class="plText plTextWeightS plTextWidthS plHeaderTitleAction"
488
- /></div></div></div><div
489
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTable plTable4Cols"
490
- ><div class="plText plTextWeightL plTextWidthXL plTableTitle" /><div
491
- class="plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderRow"
492
- ><div
493
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderCell plTableCell"
494
- ><div class="plText plTextWeightM plTextWidthM plTableColmnHeaderText plTableText" /></div><div
495
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderCell plTableCell"
496
- ><div class="plText plTextWeightM plTextWidthM plTableColmnHeaderText plTableText" /></div><div
497
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderCell plTableCell"
498
- ><div class="plText plTextWeightM plTextWidthM plTableColmnHeaderText plTableText" /></div><div
499
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderCell plTableCell"
500
- ><div class="plText plTextWeightM plTextWidthM plTableColmnHeaderText plTableText" /></div><div
501
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderCell plTableCell"
502
- ><div class="plText plTextWeightM plTextWidthM plTableColmnHeaderText plTableText" /></div><div
503
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderCell plTableCell"
504
- ><div class="plText plTextWeightM plTextWidthM plTableColmnHeaderText plTableText" /></div><div
505
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderCell plTableCell"
506
- ><div class="plText plTextWeightM plTextWidthM plTableColmnHeaderText plTableText" /></div><div
507
- class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableColmnHeaderCell plTableCell"
508
- ><div class="plText plTextWeightM plTextWidthM plTableColmnHeaderText plTableText" /></div></div><div
509
- class="plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop plTableRow"
510
- ><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
511
- class="plText plTextWeightM plTextWidthM plTableText"
512
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
513
- class="plText plTextWeightM plTextWidthM plTableText"
514
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
515
- class="plText plTextWeightM plTextWidthM plTableText"
516
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
517
- class="plText plTextWeightM plTextWidthM plTableText"
518
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
519
- class="plText plTextWeightM plTextWidthM plTableText"
520
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
521
- class="plText plTextWeightM plTextWidthM plTableText"
522
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
523
- class="plText plTextWeightM plTextWidthM plTableText"
524
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
525
- class="plText plTextWeightM plTextWidthM plTableText"
526
- /></div></div><div
527
- class="plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop plTableRow"
528
- ><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
529
- class="plText plTextWeightM plTextWidthM plTableText"
530
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
531
- class="plText plTextWeightM plTextWidthM plTableText"
532
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
533
- class="plText plTextWeightM plTextWidthM plTableText"
534
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
535
- class="plText plTextWeightM plTextWidthM plTableText"
536
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
537
- class="plText plTextWeightM plTextWidthM plTableText"
538
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
539
- class="plText plTextWeightM plTextWidthM plTableText"
540
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
541
- class="plText plTextWeightM plTextWidthM plTableText"
542
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
543
- class="plText plTextWeightM plTextWidthM plTableText"
544
- /></div></div><div
545
- class="plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop plTableRow"
546
- ><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
547
- class="plText plTextWeightM plTextWidthM plTableText"
548
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
549
- class="plText plTextWeightM plTextWidthM plTableText"
550
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
551
- class="plText plTextWeightM plTextWidthM plTableText"
552
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
553
- class="plText plTextWeightM plTextWidthM plTableText"
554
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
555
- class="plText plTextWeightM plTextWidthM plTableText"
556
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
557
- class="plText plTextWeightM plTextWidthM plTableText"
558
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
559
- class="plText plTextWeightM plTextWidthM plTableText"
560
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
561
- class="plText plTextWeightM plTextWidthM plTableText"
562
- /></div></div><div
563
- class="plHorizontalLayout plHorizontalContent plTextAlignStart plVerticalAlignTop plTableRow"
564
- ><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
565
- class="plText plTextWeightM plTextWidthM plTableText"
566
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
567
- class="plText plTextWeightM plTextWidthM plTableText"
568
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
569
- class="plText plTextWeightM plTextWidthM plTableText"
570
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
571
- class="plText plTextWeightM plTextWidthM plTableText"
572
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
573
- class="plText plTextWeightM plTextWidthM plTableText"
574
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
575
- class="plText plTextWeightM plTextWidthM plTableText"
576
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
577
- class="plText plTextWeightM plTextWidthM plTableText"
578
- /></div><div class="plVerticalLayout plVerticalContent plTextAlignStart plVerticalAlignTop plTableCell"><div
579
- class="plText plTextWeightM plTextWidthM plTableText"
580
- /></div></div></div></div></div>
581
-
582
- </div>
583
-
584
-
585
-
586
-
587
-
588
- </mvc:View>
@@ -1,22 +0,0 @@
1
- <core:FragmentDefinition xmlns="sap.m" xmlns:core="sap.ui.core" xmlns:uxap="sap.uxap">
2
- <HBox displayInline="true">
3
- <uxap:ObjectPageHeaderActionButton
4
- icon="sap-icon://navigation-up-arrow"
5
- visible="{= ${buttonEnablement>/navUpEnabled} || ${buttonEnablement>/navDownEnabled} }"
6
- enabled="{buttonEnablement>/navUpEnabled}"
7
- tooltip="{sap.fe.i18n>T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_UP}"
8
- press=".handleShowPrevObject"
9
- type="Transparent"
10
- importance="High"
11
- />
12
- <uxap:ObjectPageHeaderActionButton
13
- icon="sap-icon://navigation-down-arrow"
14
- visible="{= ${buttonEnablement>/navUpEnabled} || ${buttonEnablement>/navDownEnabled} }"
15
- enabled="{buttonEnablement>/navDownEnabled}"
16
- tooltip="{sap.fe.i18n>T_PAGINATOR_CONTROL_PAGINATOR_TOOLTIP_DOWN}"
17
- press=".handleShowNextObject"
18
- type="Transparent"
19
- importance="High"
20
- />
21
- </HBox>
22
- </core:FragmentDefinition>