@openui5/sap.ui.mdc 1.135.0 → 1.136.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/REUSE.toml +649 -0
- package/THIRDPARTY.txt +22 -22
- package/package.json +4 -4
- package/src/sap/ui/mdc/.library +2 -2
- package/src/sap/ui/mdc/ActionToolbar.js +2 -2
- package/src/sap/ui/mdc/AggregationBaseDelegate.js +1 -1
- package/src/sap/ui/mdc/BaseDelegate.js +1 -1
- package/src/sap/ui/mdc/Chart.js +2 -2
- package/src/sap/ui/mdc/ChartDelegate.js +1 -1
- package/src/sap/ui/mdc/ChartRenderer.js +1 -1
- package/src/sap/ui/mdc/Control.js +2 -2
- package/src/sap/ui/mdc/DefaultTypeMap.js +2 -2
- package/src/sap/ui/mdc/Element.js +2 -2
- package/src/sap/ui/mdc/Field.js +3 -3
- package/src/sap/ui/mdc/FilterBar.js +2 -2
- package/src/sap/ui/mdc/FilterBarDelegate.js +1 -1
- package/src/sap/ui/mdc/FilterField.js +3 -3
- package/src/sap/ui/mdc/Link.js +2 -2
- package/src/sap/ui/mdc/LinkDelegate.js +1 -1
- package/src/sap/ui/mdc/MultiValueField.js +2 -2
- package/src/sap/ui/mdc/Table.js +42 -8
- package/src/sap/ui/mdc/TableDelegate.js +1 -1
- package/src/sap/ui/mdc/ValueHelp.js +100 -24
- package/src/sap/ui/mdc/ValueHelpDelegate.js +78 -15
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarAction.js +10 -2
- package/src/sap/ui/mdc/actiontoolbar/ActionToolbarActionRenderer.js +1 -1
- package/src/sap/ui/mdc/chart/ChartImplementationContainer.js +2 -2
- package/src/sap/ui/mdc/chart/ChartImplementationContainerRenderer.js +1 -1
- package/src/sap/ui/mdc/chart/ChartSelectionDetails.js +2 -2
- package/src/sap/ui/mdc/chart/DrillBreadcrumbs.js +1 -1
- package/src/sap/ui/mdc/chart/Item.js +1 -1
- package/src/sap/ui/mdc/chart/PropertyHelper.js +2 -2
- package/src/sap/ui/mdc/chart/SelectionButton.js +1 -1
- package/src/sap/ui/mdc/chart/SelectionButtonDisplay.js +1 -1
- package/src/sap/ui/mdc/chart/SelectionButtonItem.js +1 -1
- package/src/sap/ui/mdc/chart/SelectionDetailsActions.js +1 -1
- package/src/sap/ui/mdc/chart/ToolbarControlFactory.js +3 -3
- package/src/sap/ui/mdc/chart/Util.js +1 -1
- package/src/sap/ui/mdc/condition/Condition.js +2 -2
- package/src/sap/ui/mdc/condition/ConditionConverter.js +2 -2
- package/src/sap/ui/mdc/condition/ConditionModel.js +2 -2
- package/src/sap/ui/mdc/condition/ConditionModelPropertyBinding.js +1 -1
- package/src/sap/ui/mdc/condition/ConditionValidateException.js +1 -1
- package/src/sap/ui/mdc/condition/FilterConverter.js +91 -57
- package/src/sap/ui/mdc/condition/FilterOperatorUtil.js +41 -4
- package/src/sap/ui/mdc/condition/Operator.js +18 -13
- package/src/sap/ui/mdc/condition/OperatorDynamicDateOption.js +2 -2
- package/src/sap/ui/mdc/condition/RangeOperator.js +2 -2
- package/src/sap/ui/mdc/designtime/Util.js +1 -1
- package/src/sap/ui/mdc/designtime/actiontoolbar/ActionToolbar.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/actiontoolbar/ActionToolbarAction.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/chart/Chart.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/field/Field.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/field/FieldBase.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/field/FilterField.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/field/MultiValueField.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/filterbar/FilterBar.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/filterbar/FilterBarBase.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/library.designtime.js +1 -1
- package/src/sap/ui/mdc/designtime/table/Table.designtime.js +1 -1
- package/src/sap/ui/mdc/enum/ActionToolbarActionAlignment.js +1 -1
- package/src/sap/ui/mdc/enum/BaseType.js +1 -1
- package/src/sap/ui/mdc/enum/ConditionValidated.js +1 -1
- package/src/sap/ui/mdc/enum/ContentMode.js +1 -1
- package/src/sap/ui/mdc/enum/EditMode.js +1 -1
- package/src/sap/ui/mdc/enum/FieldDisplay.js +1 -1
- package/src/sap/ui/mdc/enum/FilterBarValidationStatus.js +1 -1
- package/src/sap/ui/mdc/enum/LinkType.js +1 -1
- package/src/sap/ui/mdc/enum/OperatorOverwrite.js +1 -1
- package/src/sap/ui/mdc/enum/OperatorValueType.js +1 -1
- package/src/sap/ui/mdc/enum/ProcessingStrategy.js +1 -1
- package/src/sap/ui/mdc/enum/PropagationReason.js +1 -1
- package/src/sap/ui/mdc/enum/ReasonMode.js +1 -1
- package/src/sap/ui/mdc/enum/SelectType.js +1 -1
- package/src/sap/ui/mdc/enums/ActionToolbarActionAlignment.js +1 -1
- package/src/sap/ui/mdc/enums/BaseType.js +1 -1
- package/src/sap/ui/mdc/enums/ChartItemRoleType.js +1 -1
- package/src/sap/ui/mdc/enums/ChartItemType.js +1 -1
- package/src/sap/ui/mdc/enums/ChartP13nMode.js +1 -1
- package/src/sap/ui/mdc/enums/ChartToolbarActionType.js +1 -1
- package/src/sap/ui/mdc/enums/ConditionValidated.js +1 -1
- package/src/sap/ui/mdc/enums/ContentMode.js +1 -1
- package/src/sap/ui/mdc/enums/FieldDisplay.js +1 -1
- package/src/sap/ui/mdc/enums/FieldEditMode.js +1 -1
- package/src/sap/ui/mdc/enums/FilterBarP13nMode.js +1 -1
- package/src/sap/ui/mdc/enums/FilterBarValidationStatus.js +1 -1
- package/src/sap/ui/mdc/enums/LinkType.js +1 -1
- package/src/sap/ui/mdc/enums/OperatorName.js +1 -1
- package/src/sap/ui/mdc/enums/OperatorOverwrite.js +1 -1
- package/src/sap/ui/mdc/enums/OperatorValueType.js +1 -1
- package/src/sap/ui/mdc/enums/ProcessingStrategy.js +1 -1
- package/src/sap/ui/mdc/enums/ReasonMode.js +1 -1
- package/src/sap/ui/mdc/enums/RequestShowContainerReason.js +62 -0
- package/src/sap/ui/mdc/enums/TableGrowingMode.js +1 -1
- package/src/sap/ui/mdc/enums/TableMultiSelectMode.js +1 -1
- package/src/sap/ui/mdc/enums/TableP13nMode.js +1 -1
- package/src/sap/ui/mdc/enums/TableRowActionType.js +1 -1
- package/src/sap/ui/mdc/enums/TableRowCountMode.js +1 -1
- package/src/sap/ui/mdc/enums/TableSelectionMode.js +1 -1
- package/src/sap/ui/mdc/enums/TableType.js +1 -1
- package/src/sap/ui/mdc/enums/ValueHelpPropagationReason.js +1 -1
- package/src/sap/ui/mdc/enums/ValueHelpSelectionType.js +1 -1
- package/src/sap/ui/mdc/field/ConditionType.js +2 -2
- package/src/sap/ui/mdc/field/ConditionTypeMixin.js +2 -2
- package/src/sap/ui/mdc/field/ConditionsType.js +2 -2
- package/src/sap/ui/mdc/field/CustomFieldInfo.js +2 -2
- package/src/sap/ui/mdc/field/DynamicDateRangeConditionsType.js +2 -2
- package/src/sap/ui/mdc/field/FieldBase.js +44 -27
- package/src/sap/ui/mdc/field/FieldBaseDelegate.js +1 -1
- package/src/sap/ui/mdc/field/FieldBaseRenderer.js +1 -1
- package/src/sap/ui/mdc/field/FieldInfoBase.js +2 -2
- package/src/sap/ui/mdc/field/FieldInput.js +2 -2
- package/src/sap/ui/mdc/field/FieldInputRenderUtil.js +2 -2
- package/src/sap/ui/mdc/field/FieldInputRenderer.js +1 -1
- package/src/sap/ui/mdc/field/FieldMultiInput.js +12 -2
- package/src/sap/ui/mdc/field/FieldMultiInputRenderer.js +1 -1
- package/src/sap/ui/mdc/field/ListFieldHelpItem.js +2 -2
- package/src/sap/ui/mdc/field/MultiValueFieldDelegate.js +1 -1
- package/src/sap/ui/mdc/field/MultiValueFieldItem.js +2 -2
- package/src/sap/ui/mdc/field/TokenDisplay.js +2 -2
- package/src/sap/ui/mdc/field/TokenDisplayRenderer.js +1 -1
- package/src/sap/ui/mdc/field/TokenizerDisplay.js +6 -2
- package/src/sap/ui/mdc/field/TokenizerDisplayRenderer.js +1 -1
- package/src/sap/ui/mdc/field/content/BooleanContent.js +1 -1
- package/src/sap/ui/mdc/field/content/ContentFactory.js +1 -1
- package/src/sap/ui/mdc/field/content/DateContent.js +1 -1
- package/src/sap/ui/mdc/field/content/DateTimeContent.js +1 -1
- package/src/sap/ui/mdc/field/content/DefaultContent.js +1 -1
- package/src/sap/ui/mdc/field/content/LinkContent.js +1 -1
- package/src/sap/ui/mdc/field/content/SearchContent.js +1 -1
- package/src/sap/ui/mdc/field/content/TimeContent.js +1 -1
- package/src/sap/ui/mdc/field/content/UnitContent.js +1 -1
- package/src/sap/ui/mdc/field/splitValue.js +1 -1
- package/src/sap/ui/mdc/filterbar/FilterBarBase.js +2 -2
- package/src/sap/ui/mdc/filterbar/FilterBarBaseRenderer.js +1 -1
- package/src/sap/ui/mdc/filterbar/IFilterContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/PropertyHelper.js +2 -2
- package/src/sap/ui/mdc/filterbar/PropertyInfoValidator.js +1 -1
- package/src/sap/ui/mdc/filterbar/aligned/FilterContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/aligned/FilterItemLayout.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/AdaptationFilterBar.js +2 -2
- package/src/sap/ui/mdc/filterbar/p13n/FilterColumnLayout.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/FilterGroupLayout.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/GroupContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/p13n/TableContainer.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/CollectiveSearchSelect.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/FilterBar.js +2 -2
- package/src/sap/ui/mdc/filterbar/vh/FilterBarDelegate.js +1 -1
- package/src/sap/ui/mdc/filterbar/vh/FilterContainer.js +1 -1
- package/src/sap/ui/mdc/flexibility/ActionToolbar.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/ActionToolbarAction.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/AggregateFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/Chart.flexibility.js +2 -2
- package/src/sap/ui/mdc/flexibility/ChartItemFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/ChartTypeFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/ColumnFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/ConditionFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/FilterBar.flexibility.js +2 -2
- package/src/sap/ui/mdc/flexibility/FilterItemFlex.js +2 -2
- package/src/sap/ui/mdc/flexibility/GroupFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/ItemBaseFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/Panel.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/PanelItem.flexibility.js +1 -1
- package/src/sap/ui/mdc/flexibility/PropertyInfoFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/SortFlex.js +1 -1
- package/src/sap/ui/mdc/flexibility/Table.flexibility.js +5 -1
- package/src/sap/ui/mdc/flexibility/Util.js +1 -1
- package/src/sap/ui/mdc/flexibility/actiontoolbar/CombineAction.js +2 -2
- package/src/sap/ui/mdc/flexibility/actiontoolbar/SplitAction.js +2 -2
- package/src/sap/ui/mdc/flexibility/helpers/addKeyOrName.js +1 -1
- package/src/sap/ui/mdc/flexibility/xConfigFlex.js +1 -1
- package/src/sap/ui/mdc/flp/FlpLinkDelegate.js +1 -1
- package/src/sap/ui/mdc/i18n/interaction.xml +43 -0
- package/src/sap/ui/mdc/library.js +6 -3
- package/src/sap/ui/mdc/library.support.js +1 -1
- package/src/sap/ui/mdc/link/Factory.js +2 -2
- package/src/sap/ui/mdc/link/LinkItem.js +2 -2
- package/src/sap/ui/mdc/link/Log.js +1 -1
- package/src/sap/ui/mdc/link/Panel.js +2 -2
- package/src/sap/ui/mdc/link/PanelItem.js +2 -2
- package/src/sap/ui/mdc/link/PanelRenderer.js +1 -1
- package/src/sap/ui/mdc/link/SemanticObjectMapping.js +2 -2
- package/src/sap/ui/mdc/link/SemanticObjectMappingItem.js +2 -2
- package/src/sap/ui/mdc/link/SemanticObjectUnavailableAction.js +2 -2
- package/src/sap/ui/mdc/messagebundle_bg.properties +14 -14
- package/src/sap/ui/mdc/messagebundle_de.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_es.properties +1 -1
- package/src/sap/ui/mdc/messagebundle_sl.properties +2 -2
- package/src/sap/ui/mdc/mixin/AdaptationMixin.js +2 -2
- package/src/sap/ui/mdc/mixin/DelegateMixin.js +2 -2
- package/src/sap/ui/mdc/mixin/FilterIntegrationMixin.js +2 -2
- package/src/sap/ui/mdc/mixin/PromiseMixin.js +2 -2
- package/src/sap/ui/mdc/mixin/PropertyHelperMixin.js +2 -2
- package/src/sap/ui/mdc/mixin/delegate/FilterIntegrationDefault.js +1 -1
- package/src/sap/ui/mdc/odata/TypeMap.js +2 -2
- package/src/sap/ui/mdc/odata/TypeUtil.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ChartDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ODataMetaModelUtil.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TableDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/TypeMap.js +2 -2
- package/src/sap/ui/mdc/odata/v4/TypeUtil.js +1 -1
- package/src/sap/ui/mdc/odata/v4/ValueHelpDelegate.js +1 -1
- package/src/sap/ui/mdc/odata/v4/util/DelegateUtil.js +1 -1
- package/src/sap/ui/mdc/odata/v4/vizChart/ChartDelegate.js +3 -3
- package/src/sap/ui/mdc/p13n/P13nBuilder.js +1 -1
- package/src/sap/ui/mdc/p13n/PersistenceProvider.js +1 -1
- package/src/sap/ui/mdc/p13n/PropertyHelper.js +2 -2
- package/src/sap/ui/mdc/p13n/StateUtil.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/ActionToolbarPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/AdaptFiltersPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/ChartItemPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/FilterPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/GroupView.js +1 -1
- package/src/sap/ui/mdc/p13n/panels/LinkSelectionPanel.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ActionToolbarController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/AdaptFiltersController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/AggregateController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ChartItemController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ChartTypeController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ColumnController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ColumnFreezeController.js +161 -0
- package/src/sap/ui/mdc/p13n/subcontroller/FilterController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/GroupController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/LinkPanelController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/SelectionController.js +1 -1
- package/src/sap/ui/mdc/p13n/subcontroller/ShowDetailsController.js +2 -2
- package/src/sap/ui/mdc/p13n/subcontroller/SortController.js +1 -1
- package/src/sap/ui/mdc/rules/Table.support.js +1 -1
- package/src/sap/ui/mdc/table/Column.js +20 -6
- package/src/sap/ui/mdc/table/ColumnSettings.js +2 -2
- package/src/sap/ui/mdc/table/CreationRow.js +2 -2
- package/src/sap/ui/mdc/table/DragDropConfig.js +2 -2
- package/src/sap/ui/mdc/table/GridTableType.js +64 -2
- package/src/sap/ui/mdc/table/PropertyHelper.js +4 -3
- package/src/sap/ui/mdc/table/ResponsiveColumnSettings.js +2 -2
- package/src/sap/ui/mdc/table/ResponsiveTableType.js +12 -6
- package/src/sap/ui/mdc/table/RowActionItem.js +2 -2
- package/src/sap/ui/mdc/table/RowSettings.js +2 -2
- package/src/sap/ui/mdc/table/TableSettings.js +1 -1
- package/src/sap/ui/mdc/table/TableTypeBase.js +1 -1
- package/src/sap/ui/mdc/table/TreeTableType.js +1 -1
- package/src/sap/ui/mdc/table/V4AnalyticsPropertyHelper.js +2 -2
- package/src/sap/ui/mdc/table/menu/GroupHeaderRowContextMenu.js +1 -1
- package/src/sap/ui/mdc/table/menu/QuickActionContainer.js +1 -1
- package/src/sap/ui/mdc/table/utils/Personalization.js +20 -2
- package/src/sap/ui/mdc/themes/base/AdaptFiltersPanel.less +13 -8
- package/src/sap/ui/mdc/themes/base/AdaptationFilterBar.less +7 -2
- package/src/sap/ui/mdc/themes/base/FieldBase.less +11 -5
- package/src/sap/ui/mdc/themes/base/FilterBar.less +5 -3
- package/src/sap/ui/mdc/themes/base/GroupView.less +37 -32
- package/src/sap/ui/mdc/themes/base/InfoPanel.less +28 -22
- package/src/sap/ui/mdc/themes/base/ListView.less +20 -15
- package/src/sap/ui/mdc/themes/base/PersonalizationDialog.less +6 -13
- package/src/sap/ui/mdc/themes/base/QueryPanel.less +5 -4
- package/src/sap/ui/mdc/themes/base/Table.less +6 -0
- package/src/sap/ui/mdc/themes/base/TokenDisplay.less +27 -29
- package/src/sap/ui/mdc/themes/base/TokenizerDisplay.less +18 -22
- package/src/sap/ui/mdc/themes/base/ValueHelpDialog.less +31 -27
- package/src/sap/ui/mdc/themes/base/library.source.less +1 -3
- package/src/sap/ui/mdc/ushell/LinkDelegate.js +23 -23
- package/src/sap/ui/mdc/ushell/SemanticObjectMapping.js +2 -2
- package/src/sap/ui/mdc/ushell/SemanticObjectMappingItem.js +2 -2
- package/src/sap/ui/mdc/ushell/SemanticObjectUnavailableAction.js +2 -2
- package/src/sap/ui/mdc/util/Common.js +1 -1
- package/src/sap/ui/mdc/util/DateUtil.js +1 -1
- package/src/sap/ui/mdc/util/DensityHelper.js +1 -1
- package/src/sap/ui/mdc/util/FilterUtil.js +1 -1
- package/src/sap/ui/mdc/util/IdentifierUtil.js +1 -1
- package/src/sap/ui/mdc/util/InfoBar.js +2 -2
- package/src/sap/ui/mdc/util/InfoBarRenderer.js +1 -1
- package/src/sap/ui/mdc/util/PromiseCache.js +2 -2
- package/src/sap/ui/mdc/util/PropertyHelper.js +28 -10
- package/src/sap/ui/mdc/util/PropertyHelperUtil.js +2 -2
- package/src/sap/ui/mdc/util/TypeMap.js +1 -1
- package/src/sap/ui/mdc/util/TypeUtil.js +1 -1
- package/src/sap/ui/mdc/util/loadModules.js +1 -1
- package/src/sap/ui/mdc/valuehelp/CollectiveSearchSelect.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Dialog.js +19 -3
- package/src/sap/ui/mdc/valuehelp/FilterBar.js +2 -2
- package/src/sap/ui/mdc/valuehelp/FilterBarDelegate.js +1 -1
- package/src/sap/ui/mdc/valuehelp/FilterContainer.js +1 -1
- package/src/sap/ui/mdc/valuehelp/Popover.js +46 -15
- package/src/sap/ui/mdc/valuehelp/base/Container.js +2 -17
- package/src/sap/ui/mdc/valuehelp/base/Content.js +11 -23
- package/src/sap/ui/mdc/valuehelp/base/DefineConditionPanel.js +3 -3
- package/src/sap/ui/mdc/valuehelp/base/DialogTab.js +2 -2
- package/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +6 -6
- package/src/sap/ui/mdc/valuehelp/base/ListContent.js +2 -2
- package/src/sap/ui/mdc/valuehelp/content/Bool.js +12 -2
- package/src/sap/ui/mdc/valuehelp/content/Conditions.js +12 -2
- package/src/sap/ui/mdc/valuehelp/content/FixedList.js +13 -9
- package/src/sap/ui/mdc/valuehelp/content/FixedListItem.js +2 -2
- package/src/sap/ui/mdc/valuehelp/content/MDCTable.js +6 -2
- package/src/sap/ui/mdc/valuehelp/content/MTable.js +20 -11
- package/ui5.yaml +1 -1
- package/.reuse/dep5 +0 -471
- package/src/sap/ui/mdc/themes/base/SelectionDialog.less +0 -5
- package/src/sap/ui/mdc/themes/base/Wrapper.less +0 -17
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -21,7 +21,7 @@ sap.ui.define([
|
|
|
21
21
|
* The <code>RowSettings</code> control is used to configure a row.
|
|
22
22
|
* This control can only be used in the context of the <code>sap.ui.mdc.Table</code> control to define row settings.
|
|
23
23
|
* @extends sap.ui.core.Element
|
|
24
|
-
* @version 1.
|
|
24
|
+
* @version 1.136.0
|
|
25
25
|
*
|
|
26
26
|
* @constructor
|
|
27
27
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -25,7 +25,7 @@ sap.ui.define([
|
|
|
25
25
|
* @extends sap.ui.mdc.table.PropertyHelper
|
|
26
26
|
*
|
|
27
27
|
* @author SAP SE
|
|
28
|
-
* @version 1.
|
|
28
|
+
* @version 1.136.0
|
|
29
29
|
*
|
|
30
30
|
* @private
|
|
31
31
|
* @since 1.85
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* OpenUI5
|
|
3
|
-
* (c) Copyright
|
|
3
|
+
* (c) Copyright 2025 SAP SE or an SAP affiliate company.
|
|
4
4
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
|
|
5
5
|
*/
|
|
6
6
|
|
|
@@ -17,7 +17,7 @@ sap.ui.define([
|
|
|
17
17
|
* P13n utilities.
|
|
18
18
|
*
|
|
19
19
|
* @author SAP SE
|
|
20
|
-
* @version 1.
|
|
20
|
+
* @version 1.136.0
|
|
21
21
|
* @namespace
|
|
22
22
|
* @alias sap.ui.mdc.table.utils.Personalization
|
|
23
23
|
* @private
|
|
@@ -286,5 +286,23 @@ sap.ui.define([
|
|
|
286
286
|
});
|
|
287
287
|
};
|
|
288
288
|
|
|
289
|
+
/**
|
|
290
|
+
* Creates a fixed column count change and applies it to the table.
|
|
291
|
+
* @param {sap.ui.mdc.Table} oTable The table for which to create the change
|
|
292
|
+
* @param {object} mSettings The change details
|
|
293
|
+
* @param {boolean} mSettings.fixedColumnCount The new fixed column count
|
|
294
|
+
*/
|
|
295
|
+
PersonalizationUtils.createFixedColumnCountChange = function(oTable, mSettings) {
|
|
296
|
+
oTable.getEngine().createChanges({
|
|
297
|
+
control: oTable,
|
|
298
|
+
key: "ColumnFreeze",
|
|
299
|
+
state: [{
|
|
300
|
+
name: "GridTable",
|
|
301
|
+
fixedColumnCount: mSettings.fixedColumnCount
|
|
302
|
+
}],
|
|
303
|
+
applyAbsolute: true
|
|
304
|
+
});
|
|
305
|
+
};
|
|
306
|
+
|
|
289
307
|
return PersonalizationUtils;
|
|
290
308
|
});
|
|
@@ -1,27 +1,32 @@
|
|
|
1
|
+
/* ============================================= */
|
|
2
|
+
/* CSS for control sap.ui.mdc/AdaptFiltersPanel */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ============================================= */
|
|
5
|
+
|
|
1
6
|
.sapUiMDCAdaptFiltersPanel >div>section {
|
|
2
|
-
|
|
7
|
+
margin-top: 0.25rem;
|
|
3
8
|
}
|
|
4
9
|
|
|
5
10
|
//Change background color for the container control
|
|
6
11
|
.sapUiMDCAdaptFiltersPanel .sapMPageBgStandard {
|
|
7
|
-
|
|
12
|
+
background: var(--sapUiListBackground);
|
|
8
13
|
}
|
|
9
14
|
|
|
10
15
|
|
|
11
16
|
.sapUiMDCAdaptFiltersPanel .sapUiMDCPanelPadding{
|
|
12
|
-
|
|
13
|
-
|
|
17
|
+
padding-left: 1rem;
|
|
18
|
+
padding-right: 0.75rem;
|
|
14
19
|
}
|
|
15
20
|
|
|
16
21
|
.sapUiMDCAdaptFiltersPanel .sapUiMDCPaddingPanelLeft {
|
|
17
|
-
|
|
22
|
+
padding-left: 1.5rem;
|
|
18
23
|
}
|
|
19
24
|
|
|
20
25
|
.sapUiMDCAdaptFiltersPanel .sapMBar-CTX {
|
|
21
|
-
|
|
22
|
-
|
|
26
|
+
border: none;
|
|
27
|
+
box-shadow: none;
|
|
23
28
|
}
|
|
24
29
|
|
|
25
30
|
.sapUiMDCAdaptFiltersSearchBar {
|
|
26
|
-
|
|
31
|
+
padding-bottom: 0.25rem;
|
|
27
32
|
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
/* =============================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/AdaptationFilterBar */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* =============================================== */
|
|
5
|
+
|
|
1
6
|
.sapUIAdaptationFilterBar {
|
|
2
|
-
|
|
7
|
+
height: 100%
|
|
3
8
|
}
|
|
4
9
|
.sapUIAdaptationFilterBar .sapUiMdcFieldBase {
|
|
5
|
-
|
|
10
|
+
width: 100%
|
|
6
11
|
}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/* ===================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/FieldBase */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ===================================== */
|
|
5
|
+
|
|
1
6
|
.sapUiMdcFieldBase {
|
|
2
7
|
display: inline-block;
|
|
3
8
|
box-sizing: border-box;
|
|
@@ -19,27 +24,28 @@
|
|
|
19
24
|
min-width: calc(@_InputBase_Control_MinWidth ~" + 0.5rem + " @sap_ui_mdc_Field_UnitMinWidth); /* to avoid wrapping of inner controls */
|
|
20
25
|
}
|
|
21
26
|
|
|
22
|
-
.sapUiMdcFieldBaseMoreFields > *:first-child{
|
|
27
|
+
.sapUiMdcFieldBaseMoreFields > *:first-child {
|
|
23
28
|
max-width: calc(~"100% - 0.5rem - " @sap_ui_mdc_Field_UnitMinWidth); /* as input has a min-width, to not cut off unit */
|
|
24
29
|
min-width: @_InputBase_Control_MinWidth; /* as inner input has this min-width */
|
|
25
30
|
}
|
|
26
31
|
|
|
27
|
-
.sapUiMdcFieldBaseMoreFields > *:last-child{
|
|
32
|
+
.sapUiMdcFieldBaseMoreFields > *:last-child {
|
|
28
33
|
padding-left: 0.5rem;
|
|
29
34
|
min-width: calc(~"0.5rem + " @sap_ui_mdc_Field_UnitMinWidth); /* As input has a min-width + padding */
|
|
30
35
|
}
|
|
31
36
|
|
|
32
37
|
.sapUiSizeCompact {
|
|
33
|
-
|
|
38
|
+
|
|
39
|
+
.sapUiMdcFieldBaseMoreFields {
|
|
34
40
|
min-width: calc(@_InputBase_Control_MinWidth_Compact ~" + 0.5rem + " @sap_ui_mdc_Field_UnitMinWidth_Compact); /* to avoid wrapping of inner controls */
|
|
35
41
|
}
|
|
36
42
|
|
|
37
|
-
.sapUiMdcFieldBaseMoreFields > *:first-child{
|
|
43
|
+
.sapUiMdcFieldBaseMoreFields > *:first-child {
|
|
38
44
|
max-width: calc(~"100% - 0.5rem - " @sap_ui_mdc_Field_UnitMinWidth_Compact); /* as input has a min-width, to not cut off unit */
|
|
39
45
|
min-width: @_InputBase_Control_MinWidth_Compact; /* as inner input has this min-width */
|
|
40
46
|
}
|
|
41
47
|
|
|
42
|
-
.sapUiMdcFieldBaseMoreFields > *:last-child{
|
|
48
|
+
.sapUiMdcFieldBaseMoreFields > *:last-child {
|
|
43
49
|
min-width: calc(~"0.5rem + " @sap_ui_mdc_Field_UnitMinWidth_Compact); /* As input has a min-width + padding */
|
|
44
50
|
}
|
|
45
51
|
}
|
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/* ===================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/FilterBar */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ===================================== */
|
|
3
5
|
|
|
4
6
|
.sapUiMdcFilterBarBaseAFLayout.sapUiAFLayout {
|
|
5
7
|
margin-left: -0.5rem;
|
|
@@ -46,4 +48,4 @@ html[dir='rtl'] .sapUiMdcFilterBarBaseFloatLeft {
|
|
|
46
48
|
.sapUiMdcFilterBarBaseAFLayout > .sapUiAFLayoutItem > div,
|
|
47
49
|
.sapUiMdcFilterBarBaseAFLayout > .sapUiAFLayoutItem .sapUiMdcFieldBase {
|
|
48
50
|
width: 100%;
|
|
49
|
-
}
|
|
51
|
+
}
|
|
@@ -1,56 +1,61 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/* ===================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/GroupView */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ===================================== */
|
|
5
|
+
|
|
6
|
+
/* Remove border for panels */
|
|
7
|
+
.sapUiMDCGroupView .sapMPanelWrappingDivTb {
|
|
8
|
+
border: none;
|
|
4
9
|
}
|
|
5
10
|
|
|
6
|
-
|
|
11
|
+
/* padding between list items in group view */
|
|
7
12
|
.sapUiMDCGroupView .sapMLIBContent {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
13
|
+
padding-bottom: 0.75rem;
|
|
14
|
+
padding-top: 0.5rem;
|
|
15
|
+
padding-right: 0.375rem
|
|
11
16
|
}
|
|
12
17
|
|
|
13
|
-
|
|
18
|
+
/* remove highlighting in group view */
|
|
14
19
|
.sapUiMDCGroupView .sapMLIB .sapMLIBSelected {
|
|
15
20
|
border-color: transparent;
|
|
16
|
-
background:
|
|
21
|
+
background: var(--sapUiListBackground);
|
|
17
22
|
}
|
|
18
23
|
|
|
19
|
-
|
|
24
|
+
/* Display ':' for Labels */
|
|
20
25
|
.sapUiMDCGroupView.sapUiMDCAFLabelMarking .sapMPanelContent .sapMLabelColonAndRequired::before {
|
|
21
26
|
content: attr(data-colon);
|
|
22
27
|
}
|
|
23
28
|
|
|
24
|
-
|
|
29
|
+
/* Custom bar that should look like 'ListView' background (mock columnheader) */
|
|
25
30
|
.sapUiMDCGroupView .sapMListInfoTBar {
|
|
26
|
-
|
|
27
|
-
|
|
31
|
+
color: var(--sapList_TextColor);
|
|
32
|
+
background: var(--sapList_HeaderBackground);
|
|
28
33
|
}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
34
|
+
|
|
35
|
+
/* remove padding for infotoolbar in panel (mock columnheader) */
|
|
36
|
+
.sapUiMDCGroupView .sapMListInfoTBarContainer .sapMIBar.sapMTB.sapMTB-Info-CTX {
|
|
37
|
+
padding:0
|
|
32
38
|
}
|
|
33
|
-
|
|
39
|
+
|
|
40
|
+
/* remove padding for infotoolbar in panel + padding for first child (mock columnheader) */
|
|
34
41
|
.sapUiMDCGroupView .sapMListInfoTBarContainer .sapMIBar.sapMTB .sapMBarChild:first-child {
|
|
35
|
-
|
|
36
|
-
|
|
42
|
+
margin-left:0;
|
|
43
|
+
padding-left: 2.5rem;
|
|
37
44
|
}
|
|
38
45
|
|
|
39
|
-
|
|
40
|
-
//Checkbox alignment --> at the top
|
|
46
|
+
/* Checkbox alignment --> at the top */
|
|
41
47
|
.sapUiMDCGroupView li .sapMCLI {
|
|
42
|
-
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
//Margin to display dotted focus outline properly
|
|
46
|
-
.sapUiMDCGroupView .sapMPanel{
|
|
47
|
-
margin: 2px;
|
|
48
|
+
align-items: start;
|
|
48
49
|
}
|
|
49
50
|
|
|
50
|
-
|
|
51
|
-
.sapUiMDCGroupView .
|
|
52
|
-
|
|
53
|
-
border-bottom: none;
|
|
54
|
-
padding: 1rem 1rem 0 0;
|
|
51
|
+
/* Margin to display dotted focus outline properly */
|
|
52
|
+
.sapUiMDCGroupView .sapMPanel {
|
|
53
|
+
margin: 2px;
|
|
55
54
|
}
|
|
56
55
|
|
|
56
|
+
/* Adapt standard padding to use the whole content */
|
|
57
|
+
.sapUiMDCGroupView .sapMPanelContent {
|
|
58
|
+
overflow: visible;
|
|
59
|
+
border-bottom: none;
|
|
60
|
+
padding: 1rem 1rem 0 0;
|
|
61
|
+
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/* ===================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/InfoPanel */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ===================================== */
|
|
5
|
+
|
|
6
|
+
/* ------------------------------------------------------------------------------
|
|
7
|
+
--------------- Header ----------------------------------------------------------
|
|
8
|
+
------------------------------------------------------------------------------ */
|
|
4
9
|
|
|
5
10
|
.mdcbaseinfoPanel .sapUiFormTitle {
|
|
6
11
|
white-space: normal;
|
|
@@ -22,7 +27,7 @@
|
|
|
22
27
|
|
|
23
28
|
.mdcbaseinfoPanelTitleH1 .sapMLnkDsbl {
|
|
24
29
|
opacity: 1;
|
|
25
|
-
color:
|
|
30
|
+
color: var(--sapTextColor);
|
|
26
31
|
}
|
|
27
32
|
|
|
28
33
|
.mdcbaseinfoPanelThumbnail .mdcbaseinfoPanelListItem .sapMImageContentImageIcon.sapUiIcon {
|
|
@@ -42,26 +47,26 @@
|
|
|
42
47
|
width: 3rem;
|
|
43
48
|
}
|
|
44
49
|
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
50
|
+
/* ------------------------------------------------------------------------------
|
|
51
|
+
------------------ Additional Content -------------------------------------------
|
|
52
|
+
------------------------------------------------------------------------------ */
|
|
48
53
|
|
|
49
54
|
.mdcbaseinfoPanel .mdcbaseinfoPanelDefaultAdditionalContent .sapUiFormTitle {
|
|
50
|
-
color:
|
|
55
|
+
color: var(--sapTextColor);
|
|
51
56
|
}
|
|
52
57
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
58
|
+
/* ------------------------------------------------------------------------------
|
|
59
|
+
------------------ Separator ----------------------------------------------------
|
|
60
|
+
------------------------------------------------------------------------------ */
|
|
56
61
|
|
|
57
62
|
.mdcbaseinfoPanel .mdcbaseinfoPanelSeparator {
|
|
58
63
|
border-bottom: 1px solid;
|
|
59
|
-
border-bottom-color:
|
|
64
|
+
border-bottom-color: var(--sapToolbar_SeparatorColor);
|
|
60
65
|
}
|
|
61
66
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
67
|
+
/* ------------------------------------------------------------------------------
|
|
68
|
+
------------------ Links --------------------------------------------------------
|
|
69
|
+
------------------------------------------------------------------------------ */
|
|
65
70
|
|
|
66
71
|
/* Overwrite background of 'related apps' section */
|
|
67
72
|
.mdcbaseinfoPanel .mdcbaseinfoPanelSectionLinks {
|
|
@@ -73,7 +78,7 @@
|
|
|
73
78
|
display: none;
|
|
74
79
|
}
|
|
75
80
|
|
|
76
|
-
.mdcbaseinfoPanelListItem .sapUiFormResLayout.sapUiFormBackgrTranslucent>div {
|
|
81
|
+
.mdcbaseinfoPanelListItem .sapUiFormResLayout.sapUiFormBackgrTranslucent > div {
|
|
77
82
|
background-color: transparent;
|
|
78
83
|
}
|
|
79
84
|
|
|
@@ -88,7 +93,7 @@
|
|
|
88
93
|
font-weight: normal;
|
|
89
94
|
font-size: 1.5rem;
|
|
90
95
|
line-height: 1.5rem;
|
|
91
|
-
padding-bottom:
|
|
96
|
+
padding-bottom: 0;
|
|
92
97
|
color: @sapUiText;
|
|
93
98
|
}
|
|
94
99
|
|
|
@@ -100,7 +105,7 @@
|
|
|
100
105
|
.mdcbaseinfoPanelListItem .sapMImageContent {
|
|
101
106
|
width: auto;
|
|
102
107
|
height: auto;
|
|
103
|
-
margin-right: .75rem;
|
|
108
|
+
margin-right: 0.75rem;
|
|
104
109
|
}
|
|
105
110
|
|
|
106
111
|
.mdcbaseinfoPanelListItem .sapMImageContentImageIcon {
|
|
@@ -127,12 +132,13 @@
|
|
|
127
132
|
}
|
|
128
133
|
|
|
129
134
|
.mdcbaseinfoPanelListItem .mdcbaseinfoPanelItemsGroup .sapMText {
|
|
130
|
-
color:
|
|
135
|
+
color: var(--sapContent_LabelColor);
|
|
131
136
|
}
|
|
132
137
|
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
138
|
+
/* ------------------------------------------------------------------------------
|
|
139
|
+
------------------ Button -------------------------------------------------------
|
|
140
|
+
------------------------------------------------------------------------------ */
|
|
141
|
+
|
|
136
142
|
.mdcbaseinfoPanel {
|
|
137
143
|
padding-top: 0;
|
|
138
144
|
padding-bottom: 1rem;
|
|
@@ -1,32 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
/* ==================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/ListView */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ==================================== */
|
|
5
|
+
|
|
6
|
+
/* Display ':' for Labels in the 'list' view */
|
|
7
|
+
.sapUiMDCListView.sapUiMDCAFLabelMarkingList tbody .sapMLabel > .sapMLabelColonAndRequired::before {
|
|
3
8
|
content: attr(data-colon);
|
|
4
9
|
}
|
|
5
10
|
|
|
6
|
-
|
|
11
|
+
/* Display checkbox at the top for items in the ListView */
|
|
7
12
|
.sapUiMDCListView tbody .sapMListTblSelCol {
|
|
8
|
-
|
|
13
|
+
vertical-align: top;
|
|
9
14
|
}
|
|
10
15
|
|
|
11
|
-
|
|
16
|
+
/* Remove padding for items in list view */
|
|
12
17
|
.sapUiMDCListView.listViewHover .sapMListTblCell {
|
|
13
|
-
|
|
14
|
-
|
|
18
|
+
padding-top: 0;
|
|
19
|
+
padding-bottom: 0;
|
|
15
20
|
}
|
|
16
21
|
|
|
17
22
|
.sapUiMDCListView .sapMPanelContent li {
|
|
18
|
-
|
|
19
|
-
|
|
23
|
+
align-items: start; /* Checkbox should not be centered */
|
|
24
|
+
display: flex; /* Is the default for Lists - only needs to be set as the parent is a Table */
|
|
20
25
|
}
|
|
21
26
|
|
|
22
|
-
|
|
27
|
+
/* Align inner rows with the outer controls */
|
|
23
28
|
.sapUiMDCListView table {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
29
|
+
tr > td {
|
|
30
|
+
padding-left: 0.5rem;
|
|
31
|
+
}
|
|
27
32
|
}
|
|
28
33
|
|
|
29
|
-
|
|
34
|
+
/* 'Select All' should also be aligned correctly with the other controls in the panel */
|
|
30
35
|
.sapUiMDCListView .sapMTableTH {
|
|
31
|
-
|
|
36
|
+
padding-left: 0.5rem;
|
|
32
37
|
}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
/* ================================================= */
|
|
2
|
+
/* CSS for control sap.ui.mdc/PersonalizationDialog */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================= */
|
|
7
5
|
|
|
8
6
|
.sapMP13nPopup .sapMMsgStrip {
|
|
9
7
|
margin: 10px;
|
|
@@ -13,15 +11,10 @@
|
|
|
13
11
|
overflow-y: initial;
|
|
14
12
|
}
|
|
15
13
|
|
|
16
|
-
|
|
17
|
-
// border: 3px solid @_sap_ui_mdc_PersonalizationDialog_Border_LightColor;
|
|
18
|
-
// border-image: repeating-linear-gradient( -45deg, @_sap_ui_mdc_PersonalizationDialog_Border_DarkColor, @_sap_ui_mdc_PersonalizationDialog_Border_DarkColor 5px, @_sap_ui_mdc_PersonalizationDialog_Border_LightColor 5px, @_sap_ui_mdc_PersonalizationDialog_Border_LightColor 10px) 4;
|
|
19
|
-
// }
|
|
20
|
-
|
|
21
|
-
.sapMP13nPopup .sapMMenuBtn{
|
|
14
|
+
.sapMP13nPopup .sapMMenuBtn {
|
|
22
15
|
max-width: none;
|
|
23
16
|
}
|
|
24
17
|
|
|
25
|
-
.sapMP13nPopup.sapMDialog:not(.sapMDialogWithSubHeader) > header:first-of-type .sapUiMdcContainerBar{
|
|
18
|
+
.sapMP13nPopup.sapMDialog:not(.sapMDialogWithSubHeader) > header:first-of-type .sapUiMdcContainerBar {
|
|
26
19
|
box-shadow: none;
|
|
27
20
|
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/* ====================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/QueryPanel */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ====================================== */
|
|
4
5
|
|
|
5
6
|
.sapUiMDCP13nQueryPanel .sapUiRespGrid.sapUiRespGridVSpace1 > div {
|
|
6
|
-
|
|
7
|
+
margin-bottom: 0;
|
|
7
8
|
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
/* ================================= */
|
|
2
|
+
/* CSS for control sap.ui.mdc/Table */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================= */
|
|
5
|
+
|
|
1
6
|
@_sap_ui_mdc_Table_ExportButtonType: ~"Ghost";
|
|
2
7
|
@_sap_ui_mdc_Table_ToolbarDesign: ~"Transparent";
|
|
3
8
|
@_sap_ui_mdc_Table_HeaderStyle: ~"H4";
|
|
4
9
|
|
|
5
10
|
.sapUiMdcTable {
|
|
11
|
+
|
|
6
12
|
&.sapUiMdcTableFitContainer {
|
|
7
13
|
min-height: 100%;
|
|
8
14
|
}
|
|
@@ -1,23 +1,27 @@
|
|
|
1
|
+
/* ======================================== */
|
|
2
|
+
/* CSS for control sap.ui.mdc/TokenDisplay */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================== */
|
|
5
|
+
|
|
1
6
|
@mdctoken-large-line-height: 1.375rem;
|
|
2
7
|
@mdctoken-small-line-height: 1rem;
|
|
3
8
|
|
|
4
|
-
|
|
9
|
+
/* hide Token border and background */
|
|
5
10
|
.sapUiMdcTokenizerDisplay .sapMToken {
|
|
6
|
-
border:
|
|
7
|
-
background-color: transparent;
|
|
8
|
-
padding-left:
|
|
11
|
+
border: 0; /* hide the border of a token */
|
|
12
|
+
background-color: transparent; /* remove background of Token */
|
|
13
|
+
padding-left: 0; /* remove the left padding */
|
|
9
14
|
}
|
|
10
15
|
|
|
11
16
|
.sapUiMdcTokenizerDisplay.sapMTokenizer.sapMTokenizerReadonly .sapMToken {
|
|
12
|
-
padding-left:
|
|
17
|
+
padding-left: 0; /* remove left padding of a token. The right padding will be used to show the delimiters */
|
|
13
18
|
|
|
14
|
-
|
|
19
|
+
/* right margin and padding of the token (space for the delimiter) */
|
|
15
20
|
padding-right: 0.375rem;
|
|
16
21
|
margin-right: 0.375rem;
|
|
17
|
-
margin-top:
|
|
18
|
-
margin-bottom:
|
|
19
|
-
|
|
20
|
-
color: @sapUiBaseText;
|
|
22
|
+
margin-top: 0;
|
|
23
|
+
margin-bottom: 0;
|
|
24
|
+
color: var(--sapTextColor);
|
|
21
25
|
height: @mdctoken-small-line-height;
|
|
22
26
|
}
|
|
23
27
|
|
|
@@ -26,61 +30,55 @@
|
|
|
26
30
|
}
|
|
27
31
|
|
|
28
32
|
.sapUiSizeCozy .sapUiMdcTokenizerDisplay.sapMTokenizer.sapMTokenizerReadonly .sapMToken {
|
|
29
|
-
|
|
33
|
+
/* right margin and padding of the token (space for the delimiter) */
|
|
30
34
|
padding-right: 0.5rem;
|
|
31
35
|
margin-right: 0.5rem;
|
|
32
36
|
}
|
|
33
37
|
|
|
34
|
-
|
|
38
|
+
/* delimiters between tokens */
|
|
35
39
|
.sapUiMdcTokenizerDisplay .sapMToken::after {
|
|
36
40
|
content: attr(delimiter);
|
|
37
|
-
color:
|
|
38
|
-
font-family:
|
|
41
|
+
color: var(--sapTextColor);
|
|
42
|
+
font-family: var(--sapFontFamily);
|
|
39
43
|
font-size: @sapMFontMediumSize;
|
|
40
44
|
font-weight: normal;
|
|
41
45
|
vertical-align: middle;
|
|
42
|
-
margin-left: 0.25rem;
|
|
46
|
+
margin-left: 0.25rem; /* space between tokens. the left margin of the delimiter and the right side of the token */
|
|
43
47
|
position: absolute;
|
|
44
48
|
line-height: @mdctoken-small-line-height;
|
|
45
49
|
}
|
|
46
50
|
|
|
47
51
|
.sapUiSizeCozy .sapUiMdcTokenizerDisplay .sapMToken::after {
|
|
48
|
-
margin-left: 0.4rem;
|
|
52
|
+
margin-left: 0.4rem; /* space between tokens. the left side margin of the token */
|
|
49
53
|
}
|
|
50
54
|
|
|
51
55
|
.sapUiFormEdit .sapUiMdcTokenizerDisplay .sapMToken::after {
|
|
52
56
|
line-height: @mdctoken-large-line-height;
|
|
53
57
|
}
|
|
54
58
|
|
|
55
|
-
|
|
56
|
-
.sapUiMdcTokenizerDisplay .sapMToken:last-child
|
|
59
|
+
/* no delimiter after the last token */
|
|
60
|
+
.sapUiMdcTokenizerDisplay .sapMToken:last-child::after {
|
|
57
61
|
content: none;
|
|
58
62
|
}
|
|
59
63
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
// make the token focus invisible
|
|
64
|
+
/* make the token focus invisible */
|
|
63
65
|
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus {
|
|
64
|
-
outline:
|
|
66
|
+
outline: 0;
|
|
65
67
|
}
|
|
66
68
|
|
|
67
|
-
|
|
69
|
+
/* make the token hover invisible */
|
|
68
70
|
html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:hover {
|
|
69
71
|
background: transparent;
|
|
70
|
-
border:
|
|
72
|
+
border: 0;
|
|
71
73
|
}
|
|
72
74
|
|
|
73
75
|
.sapUiSizeCompact .sapUiMdcTokenizerDisplay.sapMTokenizer .sapMToken {
|
|
74
76
|
font-size: @sapMFontMediumSize;
|
|
75
77
|
}
|
|
76
78
|
|
|
77
|
-
|
|
78
|
-
|
|
79
79
|
.sapUiMdcTokenizerDisplay .sapMTokenText {
|
|
80
|
-
|
|
81
|
-
-webkit-user-select: text;
|
|
80
|
+
/* enable selection of scrollcontainer */
|
|
82
81
|
user-select: text;
|
|
83
|
-
|
|
84
82
|
line-height: @mdctoken-small-line-height;
|
|
85
83
|
}
|
|
86
84
|
|