@sapui5/sap.suite.ui.generic.template 1.126.0 → 1.127.1
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/control/SmartKpiTag.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/FilterItemMicroChart.js +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/SmartVisualFilterBar.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/control/visualfilterbar/VisualFilterProvider.js +17 -15
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/ControllerImplementation.js +0 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DropDownController.js +8 -13
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/DynamicDateRangeController.js +4 -5
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controller/VisualFilterDialogController.js +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/controllerFrameworkExtensions.js +12 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/i18n/i18n_de.properties +2 -2
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/AnnotationHelper.js +11 -11
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/util/FilterUtil.js +6 -6
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/Component.js +9 -1
- package/src/sap/suite/ui/generic/template/ListReport/controller/ControllerImplementation.js +65 -40
- package/src/sap/suite/ui/generic/template/ListReport/controllerFrameworkExtensions.js +12 -1
- package/src/sap/suite/ui/generic/template/ListReport/extensionAPI/ExtensionAPI.js +3 -3
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n.properties +16 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ar.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_bg.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ca.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cnr.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cs.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_cy.properties +13 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_da.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_de.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_el.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_GB.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_en_US_saprigi.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_es_MX.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_et.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fi.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_fr_CA.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hi.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hr.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_hu.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_id.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_it.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_iw.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ja.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_kk.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ko.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lt.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_lv.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_mk.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ms.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_nl.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_no.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pl.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_pt_PT.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ro.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_ru.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sh.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sk.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sl.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sr.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_sv.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_th.properties +13 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_tr.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_uk.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_vi.properties +13 -1
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_CN.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/i18n/i18n_zh_TW.properties +12 -0
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/DefaultVariant.fragment.xml +18 -3
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/FullscreenPage.fragment.xml +6 -1
- package/src/sap/suite/ui/generic/template/ListReport/view/fragments/SmartTable.fragment.xml +1 -3
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/ControllerImplementation.js +26 -19
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/MessageStripHelper.js +3 -4
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/PasteHandler.js +12 -15
- package/src/sap/suite/ui/generic/template/ObjectPage/controller/inlineCreationRows/InlineCreationRowsHelper.js +5 -6
- package/src/sap/suite/ui/generic/template/ObjectPage/controllerFrameworkExtensions.js +12 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/i18n/i18n_de.properties +4 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Actions.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/CRUDActionButtons.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/HeaderContainer.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/SmartTable.fragment.xml +2 -5
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/designtime/utils/DesigntimeHandler.js +4 -2
- package/src/sap/suite/ui/generic/template/designtime/utils/designtimeHelper.js +27 -10
- package/src/sap/suite/ui/generic/template/fragments/ContactDetails.fragment.xml +0 -2
- package/src/sap/suite/ui/generic/template/fragments/ContactDetailsQuickViewGroupReplica.fragment.xml +0 -1
- package/src/sap/suite/ui/generic/template/fragments/EasyFilter.fragment.xml +24 -0
- package/src/sap/suite/ui/generic/template/fragments/GridTableCells.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/HeaderDataPointContent.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/HeaderFormDataField.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/MessageDialog.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/MessageInfluencingCRUDAction.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/fragments/QuickViewSmartForm.fragment.xml +0 -1
- package/src/sap/suite/ui/generic/template/fragments/SmartFormDataField.fragment.xml +3 -3
- package/src/sap/suite/ui/generic/template/fragments/TableCell.fragment.xml +2 -2
- package/src/sap/suite/ui/generic/template/fragments/TreeTableColumns.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/AjaxHelper.js +57 -47
- package/src/sap/suite/ui/generic/template/genericUtilities/ControlStateWrapperFactory.js +1 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/FeLogger.js +0 -1
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartFilterBarWrapper.js +12 -11
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartTableChartCommon.js +26 -20
- package/src/sap/suite/ui/generic/template/genericUtilities/controlStateWrapperFactory/SmartVariantManagementWrapper.js +3 -3
- package/src/sap/suite/ui/generic/template/genericUtilities/filterHelper.js +6 -6
- package/src/sap/suite/ui/generic/template/js/AnnotationHelper.js +59 -51
- package/src/sap/suite/ui/generic/template/js/RuntimeFormatters.js +3 -3
- package/src/sap/suite/ui/generic/template/js/formatters/formatDisplayValueForProgressIndicator.js +3 -3
- package/src/sap/suite/ui/generic/template/lib/AdaptiveCardHelper.js +39 -33
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +79 -53
- package/src/sap/suite/ui/generic/template/lib/Application.js +1 -4
- package/src/sap/suite/ui/generic/template/lib/CRUDHelper.js +21 -21
- package/src/sap/suite/ui/generic/template/lib/CRUDManager.js +34 -19
- package/src/sap/suite/ui/generic/template/lib/CommonEventHandlers.js +63 -11
- package/src/sap/suite/ui/generic/template/lib/ContactCardDetailHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/ContextMenuHandler.js +11 -12
- package/src/sap/suite/ui/generic/template/lib/CreateWithDialogHandler.js +2 -2
- package/src/sap/suite/ui/generic/template/lib/PageLeaveHandler.js +6 -6
- package/src/sap/suite/ui/generic/template/lib/SideEffectUtil.js +5 -7
- package/src/sap/suite/ui/generic/template/lib/TemplateAssembler.js +1 -0
- package/src/sap/suite/ui/generic/template/lib/ai/EasyFilterBarHandler.js +323 -0
- package/src/sap/suite/ui/generic/template/lib/ai/FioriAIHandler.js +77 -0
- package/src/sap/suite/ui/generic/template/lib/ai/JouleContextProvider.js +56 -0
- package/src/sap/suite/ui/generic/template/lib/filterHelper.js +38 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n.properties +16 -3
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ar.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_bg.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ca.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cnr.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cs.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_cy.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_da.properties +13 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_de.properties +10 -2
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_el.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_GB.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_en_US_saprigi.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_es_MX.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_et.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fi.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_fr_CA.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hi.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hr.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_hu.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_id.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_it.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_iw.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ja.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_kk.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ko.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lt.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_lv.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_mk.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ms.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_nl.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_no.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pl.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_pt_PT.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ro.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_ru.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sh.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sk.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sl.properties +13 -5
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sr.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_sv.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_th.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_tr.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_uk.properties +9 -1
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_vi.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_CN.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/i18n/i18n_zh_TW.properties +8 -0
- package/src/sap/suite/ui/generic/template/lib/info/SmartTableInfo.js +26 -2
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsCardHelper.js +10 -29
- package/src/sap/suite/ui/generic/template/lib/insights/InsightsHandler.js +3 -3
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/presentationControl/SmartTableHandler.js +2 -1
- package/src/sap/suite/ui/generic/template/library.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/filterSettingsPreparationHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml +1 -1
- package/src/sap/suite/ui/generic/template/listTemplates/semanticDateRangeTypeHelper.js +1 -1
- package/src/sap/suite/ui/generic/template/themes/base/base.less +4 -0
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/ALPConstants.less +47 -0
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base.less +7 -0
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_AnalyticalListPage.less +475 -0
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ListReport.less +33 -0
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_ObjectPage.less +391 -0
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_QuickCreate.less +96 -0
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/base_QuickView.less +108 -0
- package/src/sap/suite/ui/generic/template/themes/sap_hcb/library.source.less +24 -7
- package/ui5.yaml +1 -1
|
@@ -231,7 +231,8 @@ sap.ui.define([
|
|
|
231
231
|
//Accepts row context in Grid Table and returns the Grid table row
|
|
232
232
|
function getGridTableRow(oContext) {
|
|
233
233
|
var iFirstVisibleRowIndex = oInnerTable.getFirstVisibleRow();
|
|
234
|
-
|
|
234
|
+
// TODO This logic needs to be updated while adding "rowMode" aggregation to grid table
|
|
235
|
+
var iVisibleRowCount = oInnerTable.getRows().length;
|
|
235
236
|
var sRowPath = oContext.getPath();
|
|
236
237
|
for (var i = 0; i < iVisibleRowCount; i++) {
|
|
237
238
|
if (oInnerTable.getContextByIndex(iFirstVisibleRowIndex + i).getPath() === sRowPath) {
|
|
@@ -145,7 +145,7 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/FeError", "sap/ba
|
|
|
145
145
|
|
|
146
146
|
if (Array.isArray(aNavigationProperties)) {
|
|
147
147
|
bUseProvidedNavigationProperties = true;
|
|
148
|
-
sIncludedNavigationProperties = aNavigationProperties.join(",");
|
|
148
|
+
sIncludedNavigationProperties = aNavigationProperties.join(",");
|
|
149
149
|
} else {
|
|
150
150
|
bUseProvidedNavigationProperties = true;
|
|
151
151
|
}
|
package/src/sap/suite/ui/generic/template/listTemplates/fragments/DetailSmartTable.fragment.xml
CHANGED
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
showDetailsButton="{= ${tableSettings>type} === 'ResponsiveTable'}"
|
|
36
36
|
detailsButtonSetting="{= ${tableSettings>type} === 'ResponsiveTable' ? 'None,Low,Medium' : null}"
|
|
37
37
|
demandPopin="{= ${tableSettings>type} === 'ResponsiveTable'}"
|
|
38
|
-
|
|
38
|
+
enableExport="true"
|
|
39
39
|
customData:p13nDialogSettings="{= (${parameter>/settings/smartVariantManagement} && !${parameter>/settings/enableTableFilterInPageVariant}) ? '{filter:{visible:false}}' : '{filter:{visible:true}}'}"
|
|
40
40
|
customizeConfig="{parts: [{path: 'entitySet>'}, {path: 'entitySet>dummy'}, {path: 'tableSettings>calculateWidthIncludingColumnHeader'}], formatter: 'AH.buildSmartTableCustomizeConfig'}"
|
|
41
41
|
ignoredFields="{workingContext>ignoredFields}"
|
|
@@ -287,7 +287,7 @@ sap.ui.define(["sap/suite/ui/generic/template/genericUtilities/FeError", "sap/ba
|
|
|
287
287
|
/**
|
|
288
288
|
* checks for date value is semantic or not
|
|
289
289
|
* @param {Object} oState - state of the app
|
|
290
|
-
* @returns {
|
|
290
|
+
* @returns {boolean} return true if at least one semantic date value present else false
|
|
291
291
|
*/
|
|
292
292
|
function fnHasSemanticDateValue(oState) {
|
|
293
293
|
var oSemanticDates = oState.oSmartFilterbar.getUiState().getSemanticDates();
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/* KPI TAG */
|
|
2
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiCardMinHeight: 37.5rem;
|
|
3
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiCardMinWidth: 25rem;
|
|
4
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerMarginLeft : 21px;
|
|
5
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiErrorPopOverContainerPadding : 10px;
|
|
6
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagPaddingLeftRight: 0.75rem;
|
|
7
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagCompactPaddingTopBottom: 0rem;
|
|
8
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyPaddingTopBottom: 0rem;
|
|
9
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCompact : 2rem;
|
|
10
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCozy : 3rem;
|
|
11
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagHeightCozy: 2.25rem;
|
|
12
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyMarginTopBottom:0rem;
|
|
13
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagHeightCompact: 1.625rem;
|
|
14
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight: 1.4;
|
|
15
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagMinWidth: 4.5rem;
|
|
16
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginTopBottom: 0rem;
|
|
17
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagBorderWidth: 1px 1px 1px 3px;
|
|
18
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin: 0rem;
|
|
19
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding: 1rem;
|
|
20
|
+
@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginInOverflow: 0.4rem 0.2rem 0.5rem 0.1rem;
|
|
21
|
+
|
|
22
|
+
/* VF */
|
|
23
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterMargin: 0 0.0625rem 0.0625rem 0.0625rem;
|
|
24
|
+
@_sap_suite_ui_generic_template_ALPConstants_ChartTitlePadding: 0 0 0.5rem 0.25rem;
|
|
25
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterChartHeight: 10rem;
|
|
26
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterPadding: 0 0 0 1rem;
|
|
27
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarMargin : 2rem;
|
|
28
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarSapMiBarMargin : 1.25rem;
|
|
29
|
+
@_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarClosed : 1rem;
|
|
30
|
+
@_sap_suite_ui_generic_template_ALPConstants_VFOverflowOpacity: 1.0;
|
|
31
|
+
@_sap_suite_ui_generic_template_ALPConstants_VFOverflowFontSize: 0.875rem;
|
|
32
|
+
@_sap_suite_ui_generic_template_ALPConstants_SelectedLinkDialogWidth: 15rem;
|
|
33
|
+
@_sap_suite_ui_generic_template_ALPConstants_BackgroundColorNone: none;
|
|
34
|
+
@_sap_suite_ui_generic_template_ALPConstants_BackgroundOpacity: .5;
|
|
35
|
+
@_sap_suite_ui_generic_template_ALPConstants_ShowSelectedPadding: .25rem;
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
/* ALP PAGE */
|
|
41
|
+
@_sap_suite_ui_generic_template_ALPConstants_ToolbarMarginBottom : 0.75rem;
|
|
42
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageTitlePadding : 0 2rem 0.5rem 2.4rem;
|
|
43
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageChartTitlePadding: 0.2rem 0 0.5rem 0.15rem;
|
|
44
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageHeadingPadding : 0.5rem 2.75rem 0.5rem 1.8rem;
|
|
45
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageContentPadding : 1rem 2rem 1rem 2rem;
|
|
46
|
+
@_sap_suite_ui_generic_template_ALPConstants_ZeroPadding : 0 0 0 0;
|
|
47
|
+
@_sap_suite_ui_generic_template_ALPConstants_PageChartMinHeight : 15rem;
|
|
@@ -0,0 +1,475 @@
|
|
|
1
|
+
|
|
2
|
+
@import "ALPConstants.less";
|
|
3
|
+
|
|
4
|
+
.sapSmartTemplatesAnalyticalListPageContentContainer{
|
|
5
|
+
.sapMBtnTransparent.sapMSegBBtnSel>.sapMBtnIcon {
|
|
6
|
+
color: @sapHighlightTextColor;
|
|
7
|
+
}
|
|
8
|
+
.sapMIBar>.sapMBarChild.sapMSegB:last-child{
|
|
9
|
+
margin-right: 0;
|
|
10
|
+
}
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.sapSmartTemplatesAnalyticalListPageMasterExtension {
|
|
14
|
+
overflow: hidden;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.sapSmartTemplatesAnalyticalListPageFilterContainer.sapUiVlt{
|
|
18
|
+
display:block;
|
|
19
|
+
overflow:inherit;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.sapSmartTemplatesAnalyticalListPageChartContainer {
|
|
23
|
+
min-height: @_sap_suite_ui_generic_template_ALPConstants_PageChartMinHeight;
|
|
24
|
+
}
|
|
25
|
+
.sapSmartTemplatesAnalyticalListPageInheritHeight{
|
|
26
|
+
height:inherit;
|
|
27
|
+
}
|
|
28
|
+
.sapSmartTemplatesAnalyticalListPageCompactFilter {
|
|
29
|
+
border-bottom: none;
|
|
30
|
+
}
|
|
31
|
+
.sapSmartTemplatesAnalyticalListPageVFDialogChartTitle {
|
|
32
|
+
padding-left: 0.4rem;
|
|
33
|
+
}
|
|
34
|
+
.sap-desktop .sapSmartTemplatesAnalyticalListPageVFDialogChartTitle {
|
|
35
|
+
padding-left: 0.4rem;
|
|
36
|
+
max-width: 60%;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.sapSmartTemplatesAnalyticalListPageVFDialogGroupTitle {
|
|
40
|
+
font-family: @sapUiFontHeaderFamily;
|
|
41
|
+
font-size: @sapMFontHeader5Size !important;
|
|
42
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
43
|
+
color: @sapUiGroupTitleTextColor;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPageTitle>.sapFDynamicPageTitleMain.sapFDynamicPageTitleMainNoContent>.sapFDynamicPageTitleMainLeft {
|
|
47
|
+
width: 59% !important;
|
|
48
|
+
}
|
|
49
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageDynamicPageTitleMargin>.sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainLeft {
|
|
50
|
+
margin-top: 3px;
|
|
51
|
+
.sapUiCompVarMngmt {
|
|
52
|
+
margin-right: 1rem;
|
|
53
|
+
height: 2.4365rem;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPageTitle>.sapFDynamicPageTitleMain.sapFDynamicPageTitleMainNoContent>.sapFDynamicPageTitleMainRight {
|
|
57
|
+
width: 41% !important;
|
|
58
|
+
}
|
|
59
|
+
/***** Required end *****/
|
|
60
|
+
|
|
61
|
+
/***** UI Tweaks start *****/
|
|
62
|
+
|
|
63
|
+
.sapUiCompSmartFullScreenDialog{
|
|
64
|
+
.sapSmartTemplatesAnalyticalListPageContentContainer{
|
|
65
|
+
.sapMTB{
|
|
66
|
+
border-bottom-color: @sapUiChartBackgroundColor;
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.sapSmartTemplatesAnalyticalListPageFilterDialogToolbar.sapMTB{
|
|
72
|
+
border-bottom-color: @sapUiChartBackgroundColor;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.sapSmartTemplatesAnalyticalListPageSmartChart{
|
|
76
|
+
.sapMTB{
|
|
77
|
+
border-bottom-color: @sapUiChartBackgroundColor;
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
.sapMListBGTranslucent{
|
|
81
|
+
.sapSmartTemplatesAnalyticalListPageRowHighlighted.sapMLIB.sapMListTblRow{
|
|
82
|
+
background-color: @sapUiListSelectionBackgroundColor !important;
|
|
83
|
+
> td{
|
|
84
|
+
border-bottom: .0625rem solid @sapUiListSelectionBorderColor;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
89
|
+
background-color: @sapUiListSelectionBackgroundColor !important;
|
|
90
|
+
.sapUiTableCell{
|
|
91
|
+
border-bottom: .0625rem solid @sapUiListSelectionBorderColor;
|
|
92
|
+
&.sapUiTableRowSelectionCell{
|
|
93
|
+
box-shadow: none !important;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.sapSmartTemplatesAnalyticalListPageDropdownDialogCancelButton.sapUiIcon{
|
|
99
|
+
margin-right: @_sap_suite_ui_generic_template_ALPConstants_ShowSelectedPadding !important;
|
|
100
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_ShowSelectedPadding !important;
|
|
101
|
+
}
|
|
102
|
+
.sapSmartTemplatesAnalyticalListPageShowSelectedSelectAllDisabled{
|
|
103
|
+
opacity: @_sap_suite_ui_generic_template_ALPConstants_BackgroundOpacity;
|
|
104
|
+
background: @sapUiButtonLiteBackground;
|
|
105
|
+
}
|
|
106
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog .sapMTB-Info-CTX.sapMTB{
|
|
107
|
+
padding: 0 0.25rem !important;
|
|
108
|
+
}
|
|
109
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog .sapMLIB{
|
|
110
|
+
padding:0 .75rem 0 .75rem;
|
|
111
|
+
}
|
|
112
|
+
.sapUiTableCtrl{
|
|
113
|
+
.sapUiTableGroupHeader.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
114
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.sapUiTableRowHdr.sapUiTableGroupHeader.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
119
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.sapUiTable{
|
|
123
|
+
.sapUiTableCtrl{
|
|
124
|
+
.sapUiTableRowHvr.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
125
|
+
> td{
|
|
126
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
.sapUiTableRowHdr.sapUiTableGroupHeader.sapUiTableRowHvr.sapSmartTemplatesAnalyticalListPageRowHighlighted{
|
|
131
|
+
background-color: @sapUiListSelectionBackgroundColor;
|
|
132
|
+
}
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.sapSmartTemplatesAnalyticalListPageTableContainer>.sapUiCompSmartTable{
|
|
136
|
+
.sapMTB{
|
|
137
|
+
margin-bottom: @_sap_suite_ui_generic_template_ALPConstants_ToolbarMarginBottom;
|
|
138
|
+
border-bottom-color: @sapUiChartBackgroundColor;
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterBar{
|
|
142
|
+
.ui5-viz-controls-viz-frame{
|
|
143
|
+
.v-datapoint-group{
|
|
144
|
+
.v-datapoint{
|
|
145
|
+
> rect{
|
|
146
|
+
rx: 3px;
|
|
147
|
+
ry: 3px;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
}
|
|
151
|
+
}
|
|
152
|
+
.sapMHdrCntrItemCntr.sapMHrdrCntrInner {
|
|
153
|
+
vertical-align: top;
|
|
154
|
+
height: 11rem;
|
|
155
|
+
}
|
|
156
|
+
height: 11rem !important;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterBarCozy {
|
|
160
|
+
.ui5-viz-controls-viz-frame{
|
|
161
|
+
.v-datapoint-group{
|
|
162
|
+
.v-datapoint{
|
|
163
|
+
> rect{
|
|
164
|
+
rx: 3px;
|
|
165
|
+
ry: 3px;
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
.sapMHdrCntrItemCntr.sapMHrdrCntrInner {
|
|
171
|
+
vertical-align: top;
|
|
172
|
+
height: 14rem;
|
|
173
|
+
}
|
|
174
|
+
height: 14rem !important;
|
|
175
|
+
}
|
|
176
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterBarCozyPhone {
|
|
177
|
+
.ui5-viz-controls-viz-frame{
|
|
178
|
+
.v-datapoint-group{
|
|
179
|
+
.v-datapoint{
|
|
180
|
+
> rect{
|
|
181
|
+
rx: 3px;
|
|
182
|
+
ry: 3px;
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterToolbar{
|
|
189
|
+
margin-right: @_sap_suite_ui_generic_template_ALPConstants_VisualFilterToolbarMargin;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterTitleToolbar.sapMTB { /* not possible to hide the line at the bottom of the toolbar via settings, have to do this via CSS*/
|
|
193
|
+
border-bottom: none;
|
|
194
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_PageChartTitlePadding;
|
|
195
|
+
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.sapUiSizeCompact .sapFDynamicPageTitleWrapper>.sapSmartTemplatesAnalyticalListPageDynamicPageTitle{
|
|
199
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_PageHeadingPadding;
|
|
200
|
+
border: none;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.sapUiSizeCompact .sapFDynamicPageTitleWrapper>.sapSmartTemplatesAnalyticalListPageDynamicPageTitle .sapFDynamicPageTitleSnapped>.sapSmartTemplatesAnalyticalListPageSnappedContentText{
|
|
204
|
+
margin-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerMarginLeft;
|
|
205
|
+
cursor: pointer;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.sapFDynamicPageContent .sapSmartTemplatesAnalyticalListPageContentContainer {
|
|
209
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_ZeroPadding;
|
|
210
|
+
}
|
|
211
|
+
.sapMFlexBox.sapMFlexBoxAlignContentStretch.sapMFlexBoxAlignItemsEnd {
|
|
212
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_ZeroPadding;
|
|
213
|
+
}
|
|
214
|
+
.sapSmartTemplatesAnalyticalListPageFilterDialogTitleToolbar {
|
|
215
|
+
border-bottom: none !important;
|
|
216
|
+
padding-left: 0rem !important;
|
|
217
|
+
}
|
|
218
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPage.sapFDynamicPage-Std-Phone .sapFDynamicPageContentFitContainer {
|
|
219
|
+
padding: 2rem 1rem 0 1rem !important;
|
|
220
|
+
}
|
|
221
|
+
// .sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageDynamicPage .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
222
|
+
// padding-top: 0.5rem !important;
|
|
223
|
+
// padding-bottom: 1.5rem !important;
|
|
224
|
+
// }
|
|
225
|
+
|
|
226
|
+
.sapSmartTemplatesAnalyticalListPageDynamicPage {
|
|
227
|
+
.sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
228
|
+
padding: 0rem 2rem 1rem 2rem !important;
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
/***** UI Tweaks end *****/
|
|
232
|
+
|
|
233
|
+
/***** new controls start *****/
|
|
234
|
+
|
|
235
|
+
/**************** KPI TAG START ****************/
|
|
236
|
+
|
|
237
|
+
.sapSmartTemplatesAnalyticalListPageAlignVariantTitle{
|
|
238
|
+
margin-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerMarginLeft;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.sapSmartTemplatesAnalyticalListPageErrorPopOver{
|
|
242
|
+
padding: @_sap_suite_ui_generic_template_ALPConstants_KpiErrorPopOverContainerPadding;
|
|
243
|
+
}
|
|
244
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageAlignVariantTitle{
|
|
245
|
+
margin-left: 0rem;
|
|
246
|
+
}
|
|
247
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageKpiTagContainer {
|
|
248
|
+
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCozy;
|
|
249
|
+
}
|
|
250
|
+
.sapUiSizeCompact .sapSmartTemplatesAnalyticalListPageKpiTagContainer {
|
|
251
|
+
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagContainerHeightCompact;
|
|
252
|
+
}
|
|
253
|
+
.sapUiSizeCompact .sapSmartTemplatesAnalyticalListPageKpiTag {
|
|
254
|
+
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagHeightCompact;
|
|
255
|
+
padding-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCompactPaddingTopBottom;
|
|
256
|
+
padding-bottom:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCompactPaddingTopBottom;
|
|
257
|
+
margin-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginTopBottom;
|
|
258
|
+
margin-bottom:@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginTopBottom;
|
|
259
|
+
border-width:@_sap_suite_ui_generic_template_ALPConstants_KpiTagBorderWidth;
|
|
260
|
+
}
|
|
261
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageKpiTag {
|
|
262
|
+
height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagHeightCozy;
|
|
263
|
+
margin-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyMarginTopBottom;
|
|
264
|
+
margin-bottom:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyMarginTopBottom;
|
|
265
|
+
padding-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyPaddingTopBottom;
|
|
266
|
+
padding-bottom:@_sap_suite_ui_generic_template_ALPConstants_KpiTagCozyPaddingTopBottom;
|
|
267
|
+
margin-top:@_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginTopBottom;
|
|
268
|
+
border-width:@_sap_suite_ui_generic_template_ALPConstants_KpiTagBorderWidth;
|
|
269
|
+
}
|
|
270
|
+
.sapSmartTemplatesAnalyticalListPageKpiTag{
|
|
271
|
+
align-items: center !important;
|
|
272
|
+
background-color: @sapUiListBackground;
|
|
273
|
+
border-left-width: 3px;
|
|
274
|
+
border-style: solid;
|
|
275
|
+
border-right-style: none;
|
|
276
|
+
margin-top: 2px;
|
|
277
|
+
margin-bottom: 1px;
|
|
278
|
+
border-radius: 3px;
|
|
279
|
+
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
|
|
280
|
+
border-color: @sapUiListBorderColor;
|
|
281
|
+
padding-left:@_sap_suite_ui_generic_template_ALPConstants_KpiTagPaddingLeftRight;
|
|
282
|
+
padding-right:@_sap_suite_ui_generic_template_ALPConstants_KpiTagPaddingLeftRight;
|
|
283
|
+
cursor: pointer;
|
|
284
|
+
min-width: @_sap_suite_ui_generic_template_ALPConstants_KpiTagMinWidth;
|
|
285
|
+
display: flex !important;
|
|
286
|
+
font-family: @sapUiFontFamily;
|
|
287
|
+
font-size: @sapMFontMediumSize;
|
|
288
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
289
|
+
box-shadow: @sapUiShadowLevel0;
|
|
290
|
+
}
|
|
291
|
+
.sapSmartTemplatesAnalyticalListPageKpiTag:hover {
|
|
292
|
+
background-color: @sapUiListHoverBackground;
|
|
293
|
+
}
|
|
294
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagValue{
|
|
295
|
+
text-align: right;
|
|
296
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
297
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding;
|
|
298
|
+
padding-right: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
299
|
+
}
|
|
300
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagName{
|
|
301
|
+
color: @sapUiContentLabelColor;
|
|
302
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
303
|
+
text-align: left;
|
|
304
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
305
|
+
}
|
|
306
|
+
.sapSmartTemplatesAnalyticalListPageKPIErrorIcon {
|
|
307
|
+
color: @sapUiNegativeText;
|
|
308
|
+
text-align: right;
|
|
309
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
310
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding;
|
|
311
|
+
padding-right: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
312
|
+
}
|
|
313
|
+
.sapSmartTemplatesAnalyticalListPageKPIWarningIcon {
|
|
314
|
+
color: @sapUiCriticalText;
|
|
315
|
+
text-align: right;
|
|
316
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
317
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding;
|
|
318
|
+
padding-right: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
319
|
+
}
|
|
320
|
+
.sapSmartTemplatesAnalyticalListPageKPIInformationIcon {
|
|
321
|
+
color: @sapUiNeutralText;
|
|
322
|
+
text-align: right;
|
|
323
|
+
line-height: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLineHeight;
|
|
324
|
+
padding-left: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftPadding;
|
|
325
|
+
padding-right: @_sap_suite_ui_generic_template_ALPConstants_KpiTagLeftMargin;
|
|
326
|
+
}
|
|
327
|
+
.sapSmartTemplatesAnalyticalListPageKPINeutral{
|
|
328
|
+
color: @sapUiNeutralText;
|
|
329
|
+
border-left-color: @sapUiNeutralBorder;
|
|
330
|
+
}
|
|
331
|
+
.sapSmartTemplatesAnalyticalListPageKPICritical{
|
|
332
|
+
color: @sapUiCriticalText;
|
|
333
|
+
border-left-color: @sapUiWarningBorder;
|
|
334
|
+
}
|
|
335
|
+
.sapSmartTemplatesAnalyticalListPageKPIPositive{
|
|
336
|
+
color: @sapUiPositiveText;
|
|
337
|
+
border-left-color: @sapUiSuccessBorder;
|
|
338
|
+
}
|
|
339
|
+
.sapSmartTemplatesAnalyticalListPageKPINegative{
|
|
340
|
+
color: @sapUiNegativeText;
|
|
341
|
+
border-left-color: @sapUiErrorBorder;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.sapSmartTemplatesAnalyticalListPageKPIUndetermined{
|
|
345
|
+
color: @sapUiBaseText;
|
|
346
|
+
border-left-color: @sapUiBaseText;
|
|
347
|
+
}
|
|
348
|
+
.sapSmartTemplatesAnalyticalListPageKpiCardStyle{
|
|
349
|
+
min-height: @_sap_suite_ui_generic_template_ALPConstants_KpiCardMinHeight;
|
|
350
|
+
min-width: @_sap_suite_ui_generic_template_ALPConstants_KpiCardMinWidth;
|
|
351
|
+
}
|
|
352
|
+
.sapMOverflowToolbarMenu-CTX .sapSmartTemplatesAnalyticalListPageKpiTag {
|
|
353
|
+
margin: @_sap_suite_ui_generic_template_ALPConstants_KpiTagMarginInOverflow !important
|
|
354
|
+
}
|
|
355
|
+
.sapMOverflowToolbarMenu-CTX .sapSmartTemplatesAnalyticalListPageKpiTagValue {
|
|
356
|
+
text-align: end;
|
|
357
|
+
padding-left: 1.8rem;
|
|
358
|
+
}
|
|
359
|
+
.sapSmartTemplatesAnalyticalListPageVFTitle {
|
|
360
|
+
margin: 0.5rem 1.5rem 0.5rem 1rem !important;
|
|
361
|
+
width: 20rem !important;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
@media screen and (max-width: 600px) {
|
|
365
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageDynamicPage .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
366
|
+
padding: 0rem 1rem 1rem 1rem !important;
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.sapSmartTemplatesAnalyticalListPageVFTitle {
|
|
370
|
+
margin-top: 0.75rem !important;
|
|
371
|
+
margin-bottom: 0.75rem !important;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.sapSmartTemplatesAnalyticalListPageVisualFilterTitleText {
|
|
375
|
+
font-family: @sapUiFontFamily;
|
|
376
|
+
font-size: @sapMFontLargeSize;
|
|
377
|
+
line-height: 1.5;
|
|
378
|
+
color: @sapUiBaseText;
|
|
379
|
+
}
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.sapSmartTemplatesAnalyticalListPageVFChart {
|
|
383
|
+
margin: 0rem 1.5rem 0.5rem 1rem !important;
|
|
384
|
+
width: 20rem !important;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
/**************** KPI TAG END ****************/
|
|
388
|
+
|
|
389
|
+
.sapSmartTemplatesAnalyticalListPageVFOverflow {
|
|
390
|
+
background-color: @sapUiTileBackground;
|
|
391
|
+
opacity: @_sap_suite_ui_generic_template_ALPConstants_VFOverflowOpacity;
|
|
392
|
+
border-color: fade(@sapUiBrand, 20%);
|
|
393
|
+
font-size: @_sap_suite_ui_generic_template_ALPConstants_VFOverflowFontSize;
|
|
394
|
+
border-width: 1px;
|
|
395
|
+
border-style: solid;
|
|
396
|
+
white-space: pre-line;
|
|
397
|
+
display: flex;
|
|
398
|
+
justify-content: center;
|
|
399
|
+
align-items: center;
|
|
400
|
+
margin-top: 0;
|
|
401
|
+
margin-left: auto;
|
|
402
|
+
margin-right: auto;
|
|
403
|
+
margin-bottom:initial;
|
|
404
|
+
text-align: center;
|
|
405
|
+
}
|
|
406
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageKpiTagCozy {
|
|
407
|
+
height: 2.4365rem;
|
|
408
|
+
}
|
|
409
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageVFOverflowCozy {
|
|
410
|
+
margin-top: 0.25rem;
|
|
411
|
+
}
|
|
412
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageVFDShowInFilterBarCozy.sapMCb {
|
|
413
|
+
padding-left: 38px !important;
|
|
414
|
+
}
|
|
415
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageVFDShowInFilterBarCozy .sapMCbBg {
|
|
416
|
+
left: 0.4375rem !important;
|
|
417
|
+
}
|
|
418
|
+
.sapSmartTemplatesAnalyticalListPageSelectedLinkDialog{
|
|
419
|
+
min-width: @_sap_suite_ui_generic_template_ALPConstants_SelectedLinkDialogWidth;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.sapUiSizeCompact .sapSmartTemplatesAnalyticalListPageFilterableKPIContainer{
|
|
423
|
+
width: inherit;
|
|
424
|
+
padding: 0.5rem 1rem;
|
|
425
|
+
height: 3rem;
|
|
426
|
+
border-bottom: none;
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
.sapUiSizeCozy .sapSmartTemplatesAnalyticalListPageFilterableKPIContainer{
|
|
430
|
+
width: inherit;
|
|
431
|
+
padding: 0.5rem 1rem;
|
|
432
|
+
height: 3rem;
|
|
433
|
+
border-bottom: none;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.sapSmartTemplatesAnalyticalListPageFilterableKPITitle{
|
|
437
|
+
font-family: @sapUiFontHeaderFamily;
|
|
438
|
+
font-size: @sapMFontHeader2Size;
|
|
439
|
+
font-weight: @sapUiFontHeaderWeight;
|
|
440
|
+
color: @sapUiGroupTitleTextColor;
|
|
441
|
+
line-height: 2rem;
|
|
442
|
+
padding-right: 1rem;
|
|
443
|
+
max-width: 25rem;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagDisable{
|
|
447
|
+
z-index: -1;
|
|
448
|
+
opacity: 0.5;
|
|
449
|
+
background-color: transparent;
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
.sapSmartTemplatesAnalyticalListPageKpiTagOverflow {
|
|
453
|
+
border-bottom: none;
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
.sapSmartTemplatesAnalyticalListPageHeaderContainerBorder {
|
|
457
|
+
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.10), inset 0 -1px 0 0 #d9d9d9 !important;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
.sapUiTheme-sap_fiori_3 .sapSmartTemplatesAnalyticalListPageDynamicPage .sapFDynamicPageContentWrapper {
|
|
462
|
+
background: #f7f7f7;
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
.sapSmartTemplatesAnalyticalListPageRequired:before {
|
|
466
|
+
content:"*";
|
|
467
|
+
color: @sapUiFieldRequiredColor;
|
|
468
|
+
font-family: @sapUiFontFamily;
|
|
469
|
+
font-size: @sapMFontLargeSize;
|
|
470
|
+
font-weight: bold;
|
|
471
|
+
position: relative;
|
|
472
|
+
vertical-align: middle;
|
|
473
|
+
line-height: 0;
|
|
474
|
+
}
|
|
475
|
+
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
.sapSmartTemplatesListReportDraftInfoIcon.sapUiIcon {
|
|
2
|
+
font-family: SAP-icons;
|
|
3
|
+
font-size: 1rem;
|
|
4
|
+
padding-right: 0.5rem;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.sapSmartTemplatesListReportFilterSummary {
|
|
8
|
+
cursor: pointer;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.sapSmartTemplatesSLIPositive > .sapMLIBContent > .sapMGHLITitle {
|
|
12
|
+
color: @sapPositiveElementColor;
|
|
13
|
+
}
|
|
14
|
+
.sapSmartTemplatesSLINeutral > .sapMLIBContent > .sapMGHLITitle {
|
|
15
|
+
color: @sapNeutralElementColor;
|
|
16
|
+
}
|
|
17
|
+
.sapSmartTemplatesSLINegative > .sapMLIBContent > .sapMGHLITitle {
|
|
18
|
+
color: @sapNegativeElementColor;
|
|
19
|
+
}
|
|
20
|
+
.sapSmartTemplatesSLICritical > .sapMLIBContent > .sapMGHLITitle {
|
|
21
|
+
color: @sapCriticalElementColor;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.sapSmartTemplatesSLIBold > .sapMLIBContent > .sapMSLITitleDiv > .sapMSLITitleOnly {
|
|
25
|
+
font-weight: bold;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapSmartTemplatesListReportFirstText {
|
|
29
|
+
overflow: visible;
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
display: inline-block;
|
|
32
|
+
word-wrap: break-word;
|
|
33
|
+
}
|