@sapui5/sap.suite.ui.generic.template 1.145.1 → 1.147.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 +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +65 -16
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js +15 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n.properties +14 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ar.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_bg.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ca.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cnr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cs.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_cy.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_da.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_el.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_GB.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_en_US_saprigi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_es_MX.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_et.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_fr_CA.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_hu.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_id.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_it.properties +10 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_iw.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ja.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_kk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ko.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lt.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_lv.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_mk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ms.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_nl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_no.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_pt_PT.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ro.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_ru.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sh.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sl.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_sv.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_th.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_tr.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_uk.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_vi.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_CN.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_zh_TW.properties +8 -0
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +22 -11
- package/src/sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions.js +16 -2
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/DeleteConfirmation.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartChart.fragment.xml +11 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +52 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +16 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_cnr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_mk.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_pt.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sh.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sl.properties +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_sr.properties +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/DraftConfirmationPopup.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/DraftResumeDialog.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/RelatedAppsSheet.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartChart.fragment.xml +0 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SwitchDraftAndActiveObjectPopOver.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/TableDeleteConfirmation.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/UnsavedChangesDialog.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickCreate/view/QuickCreate.view.xml +7 -7
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/view/QuickView.view.xml +6 -6
- package/src/sap/suite/ui/generic/template/designtime/controls/SmartTable.designtime.js +90 -10
- package/src/sap/suite/ui/generic/template/detailTemplates/detailUtils.js +18 -1
- package/src/sap/suite/ui/generic/template/fragments/AINotice.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/ActionConfirmation.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +5 -5
- package/src/sap/suite/ui/generic/template/fragments/DataLoss.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/DataLossTechnicalError.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/DiscardEditPopover.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/DraftAdminDataPopover.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/GridTableColumns.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/MessageDialog.fragment.xml +7 -7
- package/src/sap/suite/ui/generic/template/fragments/MessageInfluencingCRUDAction.fragment.xml +7 -7
- package/src/sap/suite/ui/generic/template/fragments/MessagePopover.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/ShareSheet.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/genericUtilities/Link.js +26 -26
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +19 -12
- package/src/sap/suite/ui/generic/template/genericUtilities/metadataAnalyser.js +5 -5
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +16 -1
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +5 -1
- package/src/sap/suite/ui/generic/template/lib/BaseNoDataHandler.js +108 -0
- package/src/sap/suite/ui/generic/template/lib/ChartNoDataHandler.js +37 -0
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +76 -7
- package/src/sap/suite/ui/generic/template/lib/ContextMenuHandler.js +27 -21
- package/src/sap/suite/ui/generic/template/lib/TableNoDataHandler.js +24 -101
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/EasyFillHandler.js +5 -1
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFill/fragments/EasyFillDialog.fragment.xml +12 -11
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +9 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +26 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +16 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +22 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +23 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +20 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +22 -4
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +19 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +18 -0
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsFECardProvider.js +7 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +12 -3
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +11 -2
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/MessagesOnRetrieval.fragment.xml +5 -5
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/SmartChart.fragment.xml +11 -4
- package/src/sap/suite/ui/generic/template/themes/base/AnalyticalListPage.less +135 -98
- package/src/sap/suite/ui/generic/template/themes/base/ListReport.less +12 -5
- package/src/sap/suite/ui/generic/template/themes/base/ObjectPage.less +254 -223
- package/src/sap/suite/ui/generic/template/themes/base/QuickCreate.less +31 -9
- package/src/sap/suite/ui/generic/template/themes/base/QuickView.less +42 -21
- package/src/sap/suite/ui/generic/template/themes/sap_belize_base/ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_bluecrystal_base/ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3/ObjectPage.less +15 -11
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_dark/ObjectPage.less +13 -9
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/AnalyticalListPage.less +6 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcb/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/AnalyticalListPage.less +6 -2
- package/src/sap/suite/ui/generic/template/themes/sap_fiori_3_hcw/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +0 -1
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/AnalyticalListPage.less +7 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon/ObjectPage.less +11 -11
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/AnalyticalListPage.less +7 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_dark/ObjectPage.less +10 -10
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/AnalyticalListPage.less +4 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcb/ObjectPage.less +2 -2
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/AnalyticalListPage.less +4 -4
- package/src/sap/suite/ui/generic/template/themes/sap_horizon_hcw/ObjectPage.less +2 -2
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
/* ================================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/AnalyticalListPage */
|
|
3
|
+
/* Base Theme */
|
|
4
|
+
/* ================================================================= */
|
|
1
5
|
|
|
2
6
|
@import "ALPConstants.less";
|
|
3
7
|
|
|
@@ -5,7 +9,7 @@
|
|
|
5
9
|
overflow: hidden;
|
|
6
10
|
}
|
|
7
11
|
|
|
8
|
-
.sapSmartTemplatesAnalyticalListPageFilterContainer.sapUiVlt{
|
|
12
|
+
.sapSmartTemplatesAnalyticalListPageFilterContainer.sapUiVlt {
|
|
9
13
|
display:block;
|
|
10
14
|
overflow:inherit;
|
|
11
15
|
}
|
|
@@ -13,179 +17,211 @@
|
|
|
13
17
|
.sapSmartTemplatesAnalyticalListPageChartContainer {
|
|
14
18
|
min-height: @_sap_suite_ui_generic_template_ALPConstants_PageChartMinHeight;
|
|
15
19
|
}
|
|
16
|
-
|
|
20
|
+
|
|
21
|
+
.sapSmartTemplatesAnalyticalListPageInheritHeight {
|
|
17
22
|
height:inherit;
|
|
18
23
|
}
|
|
24
|
+
|
|
19
25
|
.sapSmartTemplatesAnalyticalListPageCompactFilter {
|
|
20
26
|
border-bottom: none;
|
|
21
27
|
}
|
|
28
|
+
|
|
22
29
|
.sapSmartTemplatesAnalyticalListPageVFDialogChartTitle {
|
|
23
30
|
padding-left: 0.4rem;
|
|
24
31
|
}
|
|
32
|
+
|
|
25
33
|
.sap-desktop .sapSmartTemplatesAnalyticalListPageVFDialogChartTitle {
|
|
26
34
|
padding-left: 0.4rem;
|
|
27
35
|
max-width: 60%;
|
|
28
36
|
}
|
|
29
37
|
|
|
30
38
|
.sapSmartTemplatesAnalyticalListPageVFDialogGroupTitle {
|
|
31
|
-
font-family:
|
|
32
|
-
font-size:
|
|
33
|
-
font-weight: @sapUiFontHeaderWeight;
|
|
34
|
-
color:
|
|
39
|
+
font-family: var(--sapFontHeaderFamily);
|
|
40
|
+
font-size: var(--sapFontHeader5Size) !important;
|
|
41
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
42
|
+
color: var(--sapGroup_TitleTextColor);
|
|
35
43
|
}
|
|
36
44
|
|
|
37
|
-
.sapSmartTemplatesAnalyticalListPageDynamicPageTitle
|
|
45
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPageTitle > .sapFDynamicPageTitleMain.sapFDynamicPageTitleMainNoContent>.sapFDynamicPageTitleMainLeft {
|
|
38
46
|
width: 59% !important;
|
|
39
47
|
}
|
|
48
|
+
|
|
40
49
|
/***** Required end *****/
|
|
41
50
|
|
|
42
51
|
/***** UI Tweaks start *****/
|
|
43
52
|
|
|
44
53
|
.sapUiCompSmartFullScreenDialog{
|
|
45
|
-
|
|
46
|
-
|
|
54
|
+
|
|
55
|
+
.sapSmartTemplatesAnalyticalListPageContentContainer {
|
|
56
|
+
|
|
57
|
+
.sapMTB {
|
|
47
58
|
border-bottom-color: @sapUiChartBackgroundColor;
|
|
48
|
-
|
|
59
|
+
}
|
|
49
60
|
}
|
|
50
61
|
}
|
|
51
62
|
|
|
52
|
-
.sapSmartTemplatesAnalyticalListPageFilterDialogToolbar.sapMTB{
|
|
63
|
+
.sapSmartTemplatesAnalyticalListPageFilterDialogToolbar.sapMTB {
|
|
53
64
|
border-bottom-color: @sapUiChartBackgroundColor;
|
|
54
65
|
}
|
|
55
66
|
|
|
56
|
-
.sapSmartTemplatesAnalyticalListPageSmartChart{
|
|
67
|
+
.sapSmartTemplatesAnalyticalListPageSmartChart {
|
|
68
|
+
|
|
57
69
|
.sapMTB{
|
|
58
70
|
border-bottom-color: @sapUiChartBackgroundColor;
|
|
59
71
|
}
|
|
60
72
|
}
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
73
|
+
|
|
74
|
+
.sapMListBGTranslucent {
|
|
75
|
+
|
|
76
|
+
.sapSmartTemplatesAnalyticalListPageRowHighlighted.sapMLIB.sapMListTblRow {
|
|
77
|
+
background-color: var(--sapList_SelectionBackgroundColor) !important;
|
|
78
|
+
|
|
79
|
+
> td {
|
|
80
|
+
border-bottom: var(--sapElement_BorderWidth) solid var(--sapList_SelectionBorderColor);
|
|
66
81
|
}
|
|
67
82
|
}
|
|
68
83
|
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
84
|
+
|
|
85
|
+
.sapSmartTemplatesAnalyticalListPageRowHighlighted {
|
|
86
|
+
background-color: var(--sapList_SelectionBackgroundColor) !important;
|
|
87
|
+
|
|
88
|
+
.sapUiTableCell {
|
|
89
|
+
border-bottom: var(--sapElement_BorderWidth) solid var(--sapList_SelectionBorderColor);
|
|
90
|
+
|
|
91
|
+
&.sapUiTableRowSelectionCell {
|
|
74
92
|
box-shadow: none !important;
|
|
75
93
|
}
|
|
76
94
|
}
|
|
77
95
|
}
|
|
78
96
|
|
|
79
|
-
.sapSmartTemplatesAnalyticalListPageDropdownDialogCancelButton.sapUiIcon{
|
|
80
|
-
|
|
97
|
+
.sapSmartTemplatesAnalyticalListPageDropdownDialogCancelButton.sapUiIcon {
|
|
98
|
+
margin-right: @_sap_suite_ui_generic_template_ALPConstants_ShowSelectedPadding !important;
|
|
81
99
|
padding: @_sap_suite_ui_generic_template_ALPConstants_ShowSelectedPadding !important;
|
|
82
100
|
}
|
|
83
101
|
|
|
84
|
-
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog .sapMTB-Info-CTX.sapMTB{
|
|
102
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog .sapMTB-Info-CTX.sapMTB {
|
|
85
103
|
padding: 0 0.25rem !important;
|
|
86
104
|
}
|
|
87
|
-
|
|
88
|
-
|
|
105
|
+
|
|
106
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog .sapMLIB {
|
|
107
|
+
padding: 0 .75rem 0 .75rem;
|
|
89
108
|
}
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
109
|
+
|
|
110
|
+
.sapUiTableCtrl {
|
|
111
|
+
|
|
112
|
+
.sapUiTableGroupHeader.sapSmartTemplatesAnalyticalListPageRowHighlighted {
|
|
113
|
+
background-color: var(--sapList_SelectionBackgroundColor);
|
|
93
114
|
}
|
|
94
115
|
}
|
|
95
116
|
|
|
96
|
-
.sapUiTableRowHdr.sapUiTableGroupHeader.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
97
|
-
background-color:
|
|
117
|
+
.sapUiTableRowHdr.sapUiTableGroupHeader.sapSmartTemplatesAnalyticalListPageRowHighlighted {
|
|
118
|
+
background-color: var(--sapList_SelectionBackgroundColor);
|
|
98
119
|
}
|
|
99
120
|
|
|
100
|
-
.sapUiTable{
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
121
|
+
.sapUiTable {
|
|
122
|
+
|
|
123
|
+
.sapUiTableCtrl {
|
|
124
|
+
|
|
125
|
+
.sapUiTableRowHvr.sapSmartTemplatesAnalyticalListPageRowHighlighted {
|
|
126
|
+
|
|
127
|
+
> td {
|
|
128
|
+
background-color: var(--sapList_SelectionBackgroundColor);
|
|
105
129
|
}
|
|
106
|
-
|
|
130
|
+
}
|
|
107
131
|
}
|
|
108
|
-
|
|
109
|
-
|
|
132
|
+
|
|
133
|
+
.sapUiTableRowHdr.sapUiTableGroupHeader.sapUiTableRowHvr.sapSmartTemplatesAnalyticalListPageRowHighlighted {
|
|
134
|
+
background-color: var(--sapList_SelectionBackgroundColor);
|
|
110
135
|
}
|
|
111
136
|
}
|
|
112
137
|
|
|
113
|
-
.sapSmartTemplatesAnalyticalListPageTableContainer
|
|
114
|
-
|
|
138
|
+
.sapSmartTemplatesAnalyticalListPageTableContainer > .sapUiCompSmartTable {
|
|
139
|
+
|
|
140
|
+
.sapMTB {
|
|
115
141
|
margin-bottom: @_sap_suite_ui_generic_template_ALPConstants_ToolbarMarginBottom;
|
|
116
142
|
border-bottom-color: @sapUiChartBackgroundColor;
|
|
117
143
|
}
|
|
118
144
|
}
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
145
|
+
|
|
146
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterBar {
|
|
147
|
+
|
|
148
|
+
.sapMHdrCntrItemCntr.sapMHrdrCntrInner {
|
|
149
|
+
vertical-align: top;
|
|
150
|
+
height: 11rem;
|
|
151
|
+
}
|
|
152
|
+
height: 11rem !important;
|
|
125
153
|
}
|
|
126
154
|
|
|
127
155
|
.sapSmartTemplatesAnalyticalListPageVisualFilterBarCozy {
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
156
|
+
|
|
157
|
+
.sapMHdrCntrItemCntr.sapMHrdrCntrInner {
|
|
158
|
+
vertical-align: top;
|
|
159
|
+
height: 14rem;
|
|
160
|
+
}
|
|
161
|
+
height: 14rem !important;
|
|
133
162
|
}
|
|
134
163
|
|
|
135
|
-
.sapSmartTemplatesAnalyticalListPageVisualFilterToolbar{
|
|
164
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterToolbar {
|
|
136
165
|
margin-right: @_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarMargin;
|
|
137
166
|
}
|
|
138
167
|
|
|
139
|
-
.sapSmartTemplatesAnalyticalListPageVisualFilterTitleToolbar.sapMTB { /* not possible to hide the line at the bottom of the toolbar via settings, have to do this via CSS*/
|
|
168
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterTitleToolbar.sapMTB { /* not possible to hide the line at the bottom of the toolbar via settings, have to do this via CSS */
|
|
140
169
|
border-bottom: none;
|
|
141
170
|
padding: @_sap_suite_ui_generic_template_ALPConstants_PageChartTitlePadding;
|
|
142
|
-
|
|
143
171
|
}
|
|
144
172
|
|
|
145
|
-
.sapUiSizeCompact .sapFDynamicPageTitleWrapper
|
|
173
|
+
.sapUiSizeCompact .sapFDynamicPageTitleWrapper > .sapSmartTemplatesAnalyticalListPageDynamicPageTitle {
|
|
146
174
|
padding: @_sap_suite_ui_generic_template_ALPConstants_PageHeadingPadding;
|
|
147
175
|
border: none;
|
|
148
176
|
}
|
|
149
177
|
|
|
150
|
-
.sapUiSizeCompact .sapFDynamicPageTitleWrapper
|
|
178
|
+
.sapUiSizeCompact .sapFDynamicPageTitleWrapper > .sapSmartTemplatesAnalyticalListPageDynamicPageTitle .sapFDynamicPageTitleSnapped>.sapSmartTemplatesAnalyticalListPageSnappedContentText {
|
|
151
179
|
cursor: pointer;
|
|
152
180
|
}
|
|
153
181
|
|
|
154
182
|
.sapFDynamicPageContent .sapSmartTemplatesAnalyticalListPageContentContainer {
|
|
155
183
|
padding: @_sap_suite_ui_generic_template_ALPConstants_ZeroPadding;
|
|
156
184
|
}
|
|
185
|
+
|
|
157
186
|
.sapMFlexBox.sapMFlexBoxAlignContentStretch.sapMFlexBoxAlignItemsEnd {
|
|
158
187
|
padding: @_sap_suite_ui_generic_template_ALPConstants_ZeroPadding;
|
|
159
188
|
}
|
|
189
|
+
|
|
160
190
|
.sapSmartTemplatesAnalyticalListPageFilterDialogTitleToolbar {
|
|
161
191
|
border-bottom: none !important;
|
|
162
|
-
padding-left:
|
|
192
|
+
padding-left: 0 !important;
|
|
163
193
|
}
|
|
164
194
|
|
|
165
195
|
.sapSmartTemplatesAnalyticalListPageDynamicPage {
|
|
196
|
+
|
|
166
197
|
.sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
167
|
-
padding-top:
|
|
198
|
+
padding-top: 0 !important;
|
|
168
199
|
}
|
|
169
200
|
}
|
|
201
|
+
|
|
170
202
|
/***** UI Tweaks end *****/
|
|
171
203
|
|
|
172
204
|
/***** new controls start *****/
|
|
173
205
|
|
|
174
206
|
/**************** KPI TAG START ****************/
|
|
175
207
|
|
|
176
|
-
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageAlignVariantTitle{
|
|
177
|
-
margin-left:
|
|
208
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageAlignVariantTitle {
|
|
209
|
+
margin-left: 0;
|
|
178
210
|
}
|
|
211
|
+
|
|
179
212
|
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageKpiTagContainer {
|
|
180
213
|
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCozy;
|
|
181
214
|
}
|
|
215
|
+
|
|
182
216
|
.sapUiSizeCompact .sapSmartTemplatesAnalyticalListPageKpiTagContainer {
|
|
183
217
|
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCompact;
|
|
184
218
|
}
|
|
185
|
-
|
|
219
|
+
|
|
220
|
+
.sapSmartTemplatesAnalyticalListPageKpiCardStyle {
|
|
186
221
|
min-height: @_sap_suite_ui_generic_template_ALPConstants_KpiCardMinHeight;
|
|
187
222
|
min-width: @_sap_suite_ui_generic_template_ALPConstants_KpiCardMinWidth;
|
|
188
223
|
}
|
|
224
|
+
|
|
189
225
|
.sapSmartTemplatesAnalyticalListPageVFTitle {
|
|
190
226
|
margin: 0.5rem 1.5rem 0.5rem 1rem !important;
|
|
191
227
|
width: 20rem !important;
|
|
@@ -193,22 +229,24 @@
|
|
|
193
229
|
|
|
194
230
|
@media screen and (max-width: 600px) {
|
|
195
231
|
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageDynamicPage .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
196
|
-
padding-top:
|
|
232
|
+
padding-top: 0 !important;
|
|
197
233
|
}
|
|
198
234
|
|
|
199
235
|
.sapSmartTemplatesAnalyticalListPageVFTitle {
|
|
200
236
|
margin-top: 0.75rem !important;
|
|
201
237
|
margin-bottom: 0.75rem !important;
|
|
202
238
|
}
|
|
239
|
+
|
|
203
240
|
.sapSmartTemplatesAnalyticalListPageVisualFilterTitleText {
|
|
204
|
-
font-family:
|
|
205
|
-
font-size:
|
|
206
|
-
line-height: 1.5;
|
|
207
|
-
color:
|
|
241
|
+
font-family: var(--sapFontFamily);
|
|
242
|
+
font-size: var(--sapFontLargeSize);
|
|
243
|
+
line-height: 1.5;
|
|
244
|
+
color: var(--sapTextColor);
|
|
208
245
|
}
|
|
209
246
|
}
|
|
247
|
+
|
|
210
248
|
.sapSmartTemplatesAnalyticalListPageVFChart {
|
|
211
|
-
margin:
|
|
249
|
+
margin: 0 1.5rem 0.5rem 1rem !important;
|
|
212
250
|
width: 20rem !important;
|
|
213
251
|
}
|
|
214
252
|
|
|
@@ -217,58 +255,57 @@
|
|
|
217
255
|
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageVFDShowInFilterBarCozy.sapMCb {
|
|
218
256
|
padding-left: 2.375rem !important;
|
|
219
257
|
}
|
|
258
|
+
|
|
220
259
|
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageVFDShowInFilterBarCozy .sapMCbBg {
|
|
221
260
|
left: 0.4375rem !important;
|
|
222
261
|
}
|
|
223
|
-
|
|
262
|
+
|
|
263
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog {
|
|
224
264
|
min-width: @_sap_suite_ui_generic_template_ALPConstants_SelectedLinkDialogWidth;
|
|
225
265
|
}
|
|
226
266
|
|
|
227
|
-
|
|
228
|
-
|
|
267
|
+
.sapUiSizeCompact .sapSmartTemplatesAnalyticalListPageFilterableKPIContainer {
|
|
268
|
+
width: inherit;
|
|
229
269
|
padding: 0.5rem 1rem;
|
|
230
270
|
border-bottom: none;
|
|
231
|
-
height:
|
|
232
|
-
|
|
271
|
+
height: var(--sapElement_LineHeight);
|
|
272
|
+
}
|
|
233
273
|
|
|
234
|
-
|
|
235
|
-
|
|
274
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageFilterableKPIContainer {
|
|
275
|
+
width: inherit;
|
|
236
276
|
padding: 0.5rem 1rem;
|
|
237
277
|
border-bottom: none;
|
|
238
|
-
height:
|
|
239
|
-
|
|
278
|
+
height: var(--sapElement_LineHeight);
|
|
279
|
+
}
|
|
240
280
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
font-size:
|
|
244
|
-
color:
|
|
245
|
-
padding-right:
|
|
246
|
-
|
|
281
|
+
.sapSmartTemplatesAnalyticalListPageFilterableKPITitle {
|
|
282
|
+
font-family: var(--sapFontHeaderFamily);
|
|
283
|
+
font-size: var(--sapFontHeader2Size);
|
|
284
|
+
color: var(--sapGroup_TitleTextColor);
|
|
285
|
+
padding-right: var(--sapContent_Space_Small);
|
|
286
|
+
}
|
|
247
287
|
|
|
248
|
-
|
|
288
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagDisable {
|
|
249
289
|
z-index: -1;
|
|
250
|
-
opacity:
|
|
290
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
251
291
|
background-color: transparent;
|
|
252
|
-
|
|
292
|
+
}
|
|
253
293
|
|
|
254
|
-
|
|
294
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagOverflow {
|
|
255
295
|
border-bottom: none;
|
|
256
296
|
}
|
|
257
297
|
|
|
258
|
-
|
|
259
|
-
|
|
260
298
|
.sapUiTheme-sap_fiori_3 .sapSmartTemplatesAnalyticalListPageDynamicPage .sapFDynamicPageContentWrapper {
|
|
261
|
-
|
|
299
|
+
background: var(--sapBackgroundColor);
|
|
262
300
|
}
|
|
263
301
|
|
|
264
|
-
.sapSmartTemplatesAnalyticalListPageRequired
|
|
265
|
-
content:
|
|
266
|
-
color:
|
|
267
|
-
font-family:
|
|
268
|
-
font-size:
|
|
302
|
+
.sapSmartTemplatesAnalyticalListPageRequired::before {
|
|
303
|
+
content: '*';
|
|
304
|
+
color: var(--sapField_RequiredColor);
|
|
305
|
+
font-family: var(--sapFontFamily);
|
|
306
|
+
font-size: var(--sapFontLargeSize);
|
|
269
307
|
font-weight: bold;
|
|
270
308
|
position: relative;
|
|
271
309
|
vertical-align: middle;
|
|
272
310
|
line-height: 0;
|
|
273
|
-
}
|
|
274
|
-
|
|
311
|
+
}
|
|
@@ -1,19 +1,26 @@
|
|
|
1
|
+
/* ========================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.generic.template/ListReport */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ========================================================= */
|
|
1
5
|
|
|
2
6
|
.sapSmartTemplatesListReportFilterSummary {
|
|
3
7
|
cursor: pointer;
|
|
4
8
|
}
|
|
5
9
|
|
|
6
10
|
.sapSmartTemplatesSLIPositive > .sapMLIBContent > .sapMGHLITitle {
|
|
7
|
-
color:
|
|
11
|
+
color: var(--sapPositiveElementColor);
|
|
8
12
|
}
|
|
13
|
+
|
|
9
14
|
.sapSmartTemplatesSLINeutral > .sapMLIBContent > .sapMGHLITitle {
|
|
10
|
-
color:
|
|
15
|
+
color: var(--sapNeutralElementColor);
|
|
11
16
|
}
|
|
17
|
+
|
|
12
18
|
.sapSmartTemplatesSLINegative > .sapMLIBContent > .sapMGHLITitle {
|
|
13
|
-
color:
|
|
19
|
+
color: var(--sapNegativeElementColor);
|
|
14
20
|
}
|
|
21
|
+
|
|
15
22
|
.sapSmartTemplatesSLICritical > .sapMLIBContent > .sapMGHLITitle {
|
|
16
|
-
color:
|
|
23
|
+
color: var(--sapCriticalElementColor);
|
|
17
24
|
}
|
|
18
25
|
|
|
19
26
|
.sapSmartTemplatesSLIBold > .sapMLIBContent > .sapMSLITitleDiv > .sapMSLITitleOnly {
|
|
@@ -25,4 +32,4 @@
|
|
|
25
32
|
font-weight: bold;
|
|
26
33
|
display: inline-block;
|
|
27
34
|
word-wrap: break-word;
|
|
28
|
-
}
|
|
35
|
+
}
|