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